| name | skill-integration-templates |
| type | knowledge |
| description | Standardized templates and patterns for integrating skills into agent prompts. Reduces token overhead through reusable skill reference syntax, action verbs, and progressive disclosure usage guidelines. |
| keywords | skill-reference, agent-skills, progressive-disclosure, integration-patterns, skill-section, agent-action-verbs |
| auto_activate | true |
Overview
This skill provides standardized templates and patterns for integrating skills into agent prompts, reducing token overhead while maintaining clarity and consistency.
When to Use
Reference this skill when:
- Adding skill references to agent prompts
- Structuring "Relevant Skills" sections
- Choosing action verbs for skill descriptions
- Implementing progressive disclosure patterns
Documentation
See docs/ directory for detailed guidance:
skill-reference-syntax.md- Skill section syntax patternsagent-action-verbs.md- Action verbs for different contextsprogressive-disclosure-usage.md- How to use progressive disclosureintegration-best-practices.md- Best practices for skill integration
Templates
See templates/ directory for reusable patterns:
skill-section-template.md- Standard skill section templateintro-sentence-templates.md- Intro sentence variationsclosing-sentence-templates.md- Closing sentence variations
Examples
See examples/ directory for real-world usage:
planner-skill-section.md- Planner agent skill sectionimplementer-skill-section.md- Implementer agent skill sectionminimal-skill-reference.md- Minimal reference example