Go from idea to published skill in one session
何時使用: You have a workflow you repeat (e.g. code review, PR description writing) and want it automated into a skill.
前置條件
- Skill cloned — git clone https://github.com/AgriciDaniel/skill-forge ~/.claude/skills/skill-forge
步驟
-
Plan/skill-forge plan — I want a skill that does structured code review comments on PRs. Use cases, sub-skills, I/O.✓ 已複製→ Architecture with sub-skills enumerated
-
Build/skill-forge build code-review-commenter — scaffold the tree per the plan.✓ 已複製→ SKILL.md + sub-files generated
-
Review/skill-forge review code-review-commenter — give me the 100-point audit.✓ 已複製→ Score + findings per category
-
Evolve + publishFix each finding then /skill-forge publish — make a .skill archive.✓ 已複製→ Installable archive
結果: A shippable skill in your skills directory that passes the audit.
注意事項
- Over-scoping — trying to make a monster skill — Start at tier 1 (single-file). Promote tiers only when real needs push you there