What problem does it solve?
Projects often need to adopt reusable external skills and best practices without directly injecting code into the repository; this Skill streamlines converting external skill instructions into consistent, project-specific development guidelines so teams can reliably follow shared patterns.
Core Features & Use Cases
- Guideline Generation: Adds a dedicated
@@@section:skill-<name> entry into .trellis/spec/{target}/doc.md to document how the skill should be used in the project.
- Example Templates: Creates an
examples/skills/<skill-name>/ directory populated with README and code example files that use the .template suffix to avoid IDE issues.
- Index & Report Updates: Updates
index.md quick navigation entries and produces a simple integration report describing compatibility, locations, and required changes. Common uses include onboarding third-party patterns, standardizing integrations, and documenting recommended code patterns.
Quick Start
Run the integrate-skill command with the target skill name to generate the guideline section and create example templates under .trellis/spec.