integrate-skill

Convert external skills into project-specific Trellis guidelines and templates.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/SDDKKK/Trellis_Hiskens_backup_20260413 --skill integrate-skill-sddkkk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: integrate-skill
Source: https://github.com/SDDKKK/Trellis_Hiskens_backup_20260413/tree/main/.agents/skills/integrate-skill
Command: npx skills add https://github.com/SDDKKK/Trellis_Hiskens_backup_20260413 --skill integrate-skill-sddkkk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adapts external skills into project-specific development guidelines stored in the Trellis specification, enabling consistent governance, templated examples, and centralized indexing.

Core Features & Use Cases

  • Creates guideline sections in .trellis/spec/, including dedicated doc pages and sections for the target skill.
  • Generates code example templates with the .template suffix and places them under .trellis/spec/{target}/examples/skills/<skill-name>/.
  • Updates spec indexes to reflect new skills and makes integration repeatable across projects.

Quick Start

Run the integrate-skill <skill-name> command to apply a new skill into the current project's guidelines.

Frequently Asked Questions about integrate-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate converting external skills into project-specific guidelines?▼

To automate converting external skills into project-specific guidelines, use the integrate-skill command, which reads SKILL.md files and updates the .trellis/spec/ structure with sections, templates, and index entries for consistent governance.

How does integrating skills into Trellis specification templates work?▼

Integrating skills into Trellis specification templates works by identifying the target application area, generating code example templates with a .template suffix, and placing them under .trellis/spec/{target}/examples/skills/ for centralized indexing.

What is the best way to apply external documentation skills across frontend and backend docs?▼

The best way to apply external documentation skills across frontend and backend docs is to run the integrate-skill command, which detects the appropriate target directory and updates the relevant spec pages and sections automatically.

Do I need a .agents directory to integrate skills into my project guidelines?▼

Yes, you need a .agents directory containing skills/<skill-name>/SKILL.md files, because the integration process requires reading this guidance file to determine the target and generate the necessary documentation.

Can I use integrate-skill to make external skill adoption repeatable across multiple projects?▼

Yes, you can use integrate-skill to make external skill adoption repeatable across multiple projects by consistently updating spec indexes and generating standardized documentation templates within each project's .trellis/spec/ structure.