skill-builder-playbook
Original:🇺🇸 English
Translated
How to design, write, test, and distribute AI skills. Use when a user asks how to create a skill, write SKILL.md and references, tune triggers, or prepare a skill for sharing/distribution.
1installs
Sourcejoshsanger/skills
Added on
NPX Install
npx skill4agent add joshsanger/skills skill-builder-playbookTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Skill Builder Playbook
Create a high-quality skill by following a short workflow and pulling details from the references.
Quick Start
- Clarify the goal and use cases. See .
references/planning-design.md - Decide if this is standalone or MCP-enhanced. See .
references/fundamentals.md - Define structure and frontmatter. See .
references/structure-and-frontmatter.md - Write the description field. See .
references/description-field.md - Write concise instructions and examples. See .
references/instruction-writing.md - Add references for details and variants. See .
references/progressive-disclosure.md - Test and iterate. See .
references/testing-iteration.md - Package and share. See .
references/distribution-sharing.md
Guidance
- Keep SKILL.md short and link out to references.
- Be specific and actionable; include error handling.
- Avoid extra files (README/CHANGELOG) inside the skill folder unless explicitly requested.
When To Read References
- Use for what skills are, progressive disclosure, and MCP + skills.
references/fundamentals.md - Use for use cases, categories, and success criteria.
references/planning-design.md - Use for file layout, naming rules, and frontmatter requirements.
references/structure-and-frontmatter.md - Use for description structure and good/bad examples.
references/description-field.md - Use for instruction templates, best practices, and error handling.
references/instruction-writing.md - Use to split content into references without bloating SKILL.md.
references/progressive-disclosure.md - Use for testing modes, test cases, and iteration signals.
references/testing-iteration.md - Use for packaging, API usage, and distribution guidance.
references/distribution-sharing.md - Use for design patterns and debugging common issues.
references/patterns-troubleshooting.md - Use for preflight and post-upload checks.
references/checklists.md - Use for official docs, examples, and support.
references/resources-references.md