Claude Code Plugins

Community-maintained marketplace

Feedback

skill-integration-templates

@akaszubski/autonomous-dev
4
0

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 Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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 patterns
  • agent-action-verbs.md - Action verbs for different contexts
  • progressive-disclosure-usage.md - How to use progressive disclosure
  • integration-best-practices.md - Best practices for skill integration

Templates

See templates/ directory for reusable patterns:

  • skill-section-template.md - Standard skill section template
  • intro-sentence-templates.md - Intro sentence variations
  • closing-sentence-templates.md - Closing sentence variations

Examples

See examples/ directory for real-world usage:

  • planner-skill-section.md - Planner agent skill section
  • implementer-skill-section.md - Implementer agent skill section
  • minimal-skill-reference.md - Minimal reference example