| 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.md with 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.md
-
Required frontmatter fields: references/skill-frontmatter.md
-
Progressive disclosure patterns: references/skill-progressive-disclosure.md
-
Invocation and trigger guidance: references/skill-invocation.md
-
Structure validator: scripts/validate-skill-structure.sh
-
Frontmatter checker: scripts/check-skill-frontmatter.sh
-
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