What problem does it solve?
Skill Forge prevents inconsistent, low-quality Claude Code skills by enforcing a structured, checklist-driven architecture with safety gates and progressive loading so descriptions reliably trigger and execution stays reliable.
Core Features & Use Cases
- Production-grade skill architecture: Uses an Iron Law, required workflow checklist, and confirmation gates to reduce shortcutting and runaway behavior.
- Reliable discovery via keyword-rich descriptions: Applies keyword bombing so the skill matches real user intent and triggers during search and autocomplete.
- Token-efficient context strategy: Keeps SKILL.md lean (500-line rule) and loads deeper material from references on demand.
- Deterministic automation via scripts: Encourages encapsulating repeatable operations into scripts to avoid wasted context.
- Use case: When you want to create or refactor a Claude Code skill (new skill, improved design, or packaged distributable) while maintaining consistent quality across iterations.
Quick Start
Add your skill by running /skill-forge and follow the guided workflow from requirements to packaging.