Agent Skill Creator
Summary
- Build coherent, reusable Agent Skills with low context cost.
- Keep main
SKILL.mdoperational; move depth into references. - Standardize structure and naming across repository skills.
Core Goals
- Keep
SKILL.mdconcise and action-oriented. - Store long-form guidance in
references/. - Use consistent naming, layout, and discoverability patterns.
- Avoid duplicated guidance across files.
Authoring Workflow
- Define skill intent and trigger scenarios.
- Write frontmatter (
name,description). - Draft minimal operational
SKILL.md. - Move depth into references.
- Add assets only if execution quality materially improves.
- Run quality checklist before finalizing.
- Apply final formatting pass using the available MD Design System skill.
Non-Negotiable Rules
- Frontmatter is required.
nameis lowercase kebab-case.descriptionstates what the skill does and when to use it.descriptionpattern:<what it does>. Use when <trigger scenarios>.- Reference links are one-level deep and description-first.
- Do not duplicate large guidance across main and reference files.
- Before delivery, format produced Markdown with the local MD design system skill.
Reference Index
- Authoring model and structure strategy: references/blueprint.md
- Default file layout and naming: references/file-layout.md
- Final quality gate checklist: references/quality-checklist.md
- Final Markdown formatting contract: available MD Design System skill
When To Use This Skill
- Creating a new skill from scratch.
- Refactoring existing skills for consistency.
- Reducing token overhead in skill packages.
- Standardizing team skill authoring patterns.