Agent skill
skill-integration-templates
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/skill-integration-templates-akaszubski-autonomous-dev
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?