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