skill-builder-playbook
2
总安装量
2
周安装量
#66571
全站排名
安装命令
npx skills add https://github.com/joshsanger/skills --skill skill-builder-playbook
Agent 安装分布
opencode
2
claude-code
2
github-copilot
2
codex
2
kimi-cli
2
gemini-cli
2
Skill 文档
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
references/fundamentals.mdfor what skills are, progressive disclosure, and MCP + skills. - Use
references/planning-design.mdfor use cases, categories, and success criteria. - Use
references/structure-and-frontmatter.mdfor file layout, naming rules, and frontmatter requirements. - Use
references/description-field.mdfor description structure and good/bad examples. - Use
references/instruction-writing.mdfor instruction templates, best practices, and error handling. - Use
references/progressive-disclosure.mdto split content into references without bloating SKILL.md. - Use
references/testing-iteration.mdfor testing modes, test cases, and iteration signals. - Use
references/distribution-sharing.mdfor packaging, API usage, and distribution guidance. - Use
references/patterns-troubleshooting.mdfor design patterns and debugging common issues. - Use
references/checklists.mdfor preflight and post-upload checks. - Use
references/resources-references.mdfor official docs, examples, and support.