Skill Forge (SKF)
Turn code and docs into instructions AI agents can actually follow.
What does Skill Forge do?
Section titled “What does Skill Forge do?”AI agents hallucinate API calls. They invent function names, guess parameter types, and produce code that doesn’t compile. Skill Forge fixes this by analyzing code repositories, documentation, and developer discourse — extracting real signatures and patterns and compiling them into verified instruction files that any AI agent can follow. Every instruction traces back to where it came from. Generated skills can also include executable scripts and static assets extracted from the source repository, each with full provenance tracking.
Quick Install
Section titled “Quick Install”Requires Node.js >= 22.
npx bmad-module-skill-forge installThen set up your environment and generate your first skill:
@Ferris SF # Set up your forge@Ferris QS <package> # Generate a skill in under a minuteSee the Getting Started guide for full installation and usage instructions.
Documentation
Section titled “Documentation”- Getting Started — Installation, prerequisites, and your first skill
- Concepts — Plain-English definitions of key terms (provenance, tiers, drift, and more)
- How It Works — Architecture, capability model, output format, and design decisions
- Workflows — All 12 workflows with commands and connection diagrams
- Agents — Ferris: the AI agent that runs all SKF workflows
- Examples — Real-world scenarios, tips, and troubleshooting
Support
Section titled “Support”- Issues: GitHub Issues