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