What problem does it solve?
Skill Forge prevents Claude Code skills from becoming unstructured, inconsistent markdown dumps by giving you a production-grade, workflow-driven template for writing SKILL.md that triggers reliably and executes safely.
Core Features & Use Cases
- Keyword-rich description engineering: builds trigger coverage so the skill activates when users phrase requests naturally for the capability.
- Token-efficient skill architecture: keeps SKILL.md lean (<500 lines) via progressive loading from references.
- Deterministic workflow design with guardrails: uses an Iron Law, a trackable checklist, confirmation gates, and pre-delivery quality checks to reduce shortcuts and execution mistakes.
- Resource planning patterns: separates deterministic operations into scripts, deep knowledge into references, and output-only items into assets.
- Packaging support for distribution: validates and packages the skill into a distributable .skill file.
Quick Start
Run the skill at /skill-forge and follow the guided workflow to design and package your next distributable skill.