Author a new Claude skill and test it before publishing
언제 쓸까: You have a draft SKILL.md and want it audited before sharing.
사전 조건
- Skill cloned to ~/.claude/skills/ — git clone https://github.com/huangwb8/skills ~/.claude/skills/huangwb8-skills
흐름
-
Scaffold with init-projectUse init-project to scaffold AGENTS.md and CLAUDE.md for my new skill project.✓ 복사됨→ Directive files appear with sensible defaults
-
Polish the prompt with better-promptRun better-prompt on my SKILL.md body.✓ 복사됨→ Clearer, more executable wording
-
Stress-testNow auto-test-skill my SKILL.md — find weaknesses.✓ 복사됨→ Failure modes named (vague triggers, missing examples, ambiguous steps)
-
Write the READMEwrite-skill-readme for this skill.✓ 복사됨→ README following convention
결과: A skill that passes its own tests before anyone else sees it.
함정
- auto-test-skill flags everything and you fix nothing — Prioritize Critical + Warning; Suggestion-level is aspirational