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
- Define a single-purpose skill objective and trigger criteria.
- Create/update
skills/<name>/SKILL.mdwith valid frontmatter. - Add focused references/scripts/templates for progressive disclosure.
- Validate frontmatter and skill directory structure.
- Cross-link to plugin packaging or umbrella guidance as needed.
Progressive Disclosure
Skill directory conventions:
references/skill-structure.mdRequired frontmatter fields:
references/skill-frontmatter.mdProgressive disclosure patterns:
references/skill-progressive-disclosure.mdInvocation and trigger guidance:
references/skill-invocation.mdStructure validator:
scripts/validate-skill-structure.shFrontmatter checker:
scripts/check-skill-frontmatter.shBase skill template:
assets/templates/skill-template.mdSkill with references example:
assets/templates/skill-with-references.mdSkill 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