Skip to content
🤖 Consolidated, AI-optimized SKF docs: llms-full.txt. Fetch this plain text file for complete context.

Skill Forge (SKF)

Turn code and docs into instructions AI agents can actually follow.

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.

Requires Node.js >= 22.

Terminal window
npx bmad-module-skill-forge install

Then set up your environment and generate your first skill:

@Ferris SF # Set up your forge
@Ferris QS <package> # Generate a skill in under a minute

See the Getting Started guide for full installation and usage instructions.

  • 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