Go from idea to published skill in one session
Quand l'utiliser : You have a workflow you repeat (e.g. code review, PR description writing) and want it automated into a skill.
Prérequis
- Skill cloned — git clone https://github.com/AgriciDaniel/skill-forge ~/.claude/skills/skill-forge
Déroulement
-
Plan/skill-forge plan — I want a skill that does structured code review comments on PRs. Use cases, sub-skills, I/O.✓ Copié→ Architecture with sub-skills enumerated
-
Build/skill-forge build code-review-commenter — scaffold the tree per the plan.✓ Copié→ SKILL.md + sub-files generated
-
Review/skill-forge review code-review-commenter — give me the 100-point audit.✓ Copié→ Score + findings per category
-
Evolve + publishFix each finding then /skill-forge publish — make a .skill archive.✓ Copié→ Installable archive
Résultat : A shippable skill in your skills directory that passes the audit.
Pièges
- Over-scoping — trying to make a monster skill — Start at tier 1 (single-file). Promote tiers only when real needs push you there