← ClaudeAtlas

skill-build-wizardlisted

End-to-end guided workflow for building production-quality agent skills. Walks users through 4 stages: pre-flight checks → spec confirmation (3 musts) → coding quality acceptance (4 checks) → release prep (5 requirements). Use when the user says "create a skill", "build a skill", "write an agent skill", "skill-build-wizard", "做个 skill", "帮我创建一个 skill", "skill 全流程向导". Calls skill-creator for actual scaffolding and routes to glic-check / skill-release-audit / skill-release-plus / skill-regression for verification and release. Not for: just writing one quick skill file (use skill-creator directly); just publishing an already-finished skill (use skill-release-plus).
Songhonglei/build-better-skills · ★ 1 · AI & Automation · score 74
Install: claude install-skill Songhonglei/build-better-skills
# skill-build-wizard — End-to-End Skill Building Workflow - **Version**: 1.0.0 - **License**: MIT - **Author**: Evan Song · [github.com/Songhonglei](https://github.com/Songhonglei) - **Repository**: https://github.com/Songhonglei/build-better-skills - **Part of**: [`build-better-skills`](https://github.com/Songhonglei/build-better-skills) suite — see [Stages](https://github.com/Songhonglei/build-better-skills#stages) for the lifecycle map. A guided workflow that walks users through building production-quality agent skills. Unlike `skill-creator` (a technical reference written **for AI**), this wizard is written **for the user** — it sequences the work into 4 stages and pauses for confirmation at each handoff so nothing important gets skipped. ## Usage When a user says "build a skill" / "做个 skill" / "skill-build-wizard", execute the four stages **in order**. Wait for user confirmation before advancing to the next stage. --- ## Stage 1: Pre-flight checks (skippable) **Goal**: Make sure the workspace is ready, avoid rework later. **Skip rules**: The user can skip this stage or any individual check at any time, no explanation required. - Skip all: user says "skip pre-flight" / "skip" / "no checks" → jump to Stage 2 - Skip specific: user says "skip git check" → skip just that item, run the rest - On warnings/failures: report the result, then **proactively ask** "continue or fix first?" — never force a fix. Run the pre-flight script (auto-locates the skill directory, sup