Apache-2.0updated 20d ago
Create or update skills/ /SKILL.md files with deterministic scope and reusable references/scripts/templates.
What can you do with Implement Agent Skills?
name: implement-agent-skills description: Implement and maintain Claude Agent Skills with valid SKILL.md frontmatter, focused instructions, and progressive disclosure.
Implement Agent Skills
Create or update skills/<skill-name>/SKILL.md files with deterministic scope and reusable references/scripts/templates.
Workflow
- Assess complexity: Use decision framework to determine skill level needed (simple vs workflow)
- Start simple: Choose simplest skill type that meets requirements
- Define scope: Single-purpose objective with clear trigger criteria and success metrics
- Create/update:
skills/<name>/SKILL.mdwith valid frontmatter - Add supporting materials: References/scripts/templates for progressive disclosure
- Plan evaluations: Identify 20-50 test cases to validate skill behavior
- Validate: Check frontmatter and directory structure
- Cross-link: Connect to plugin packaging or umbrella guidance as needed
Progressive Disclosure
Best Practices (Anthropic Guidelines)
- Core principles:
../../docs/ANTHROPIC_BEST_PRACTICES.md- Links to detailed references for complexity scoring, context management, and evaluation strategy
Skill Design Patterns
- Skill directory conventions:
references/skill-structure.md - Required frontmatter fields:
references/skill-frontmatter.md - Progressive disclosure patterns:
references/skill-progressive-disclosure.md - Invocation and trigger guidance:
references/skill-invocation.md
Validation Tools
- Structure validator:
scripts/validate-skill-structure.sh - Frontmatter checker:
scripts/check-skill-frontmatter.sh
Tiered Templates (by Complexity)
- Level 1 - Simple Skill (Score 1-3):
assets/templates/skill-simple.md - Level 2 - Workflow Skill (Score 4-6):
assets/templates/skill-workflow.md - Base skill template:
assets/templates/skill-template.md - Skill with references example:
assets/templates/skill-with-references.md - Skill with scripts example:
assets/templates/skill-with-scripts.md
Related Skills
- Umbrella routing and component selection:
../implement-claude-extensions/SKILL.md - Plugin packaging/distribution:
../implement-plugin/SKILL.md
Sources
Install
Add Implement Agent Skills to your client. Pick the one you use.
npx skills add yu-iskw/claude-plugin-builderInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add yu-iskw/claude-plugin-builderAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/yu-iskw/claude-plugin-builder
cp -r plugins/claude-plugin-builder/skills/implement-agent-skills ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Score
66 / 100
Good