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

Skill Forge (SKF)

AST-verified, provenance-backed agent skills from code repositories, documentation, and developer discourse

Skill Forge is an automated skill compiler for the AI agent ecosystem. It transforms code repositories, documentation, and developer discourse into agentskills.io-compliant, version-pinned, provenance-backed agent skills. Every instruction traces to verifiable sources — zero hallucination tolerance.

  • AST-Verified: Structural truth via ast-grep — no guessing, no hallucination.
  • Provenance-Backed: Every claim traces to source code with file and line references.
  • Progressive Tiers: Quick (no setup) → Forge (ast-grep) → Deep (QMD knowledge).
  • Ecosystem-First: Checks for official skills before generating community ones.

Standalone:

Terminal window
npx bmad-module-skill-forge install

Or as a custom module with BMad Method (for the full development workflow):

Terminal window
npx bmad-method install # select "Add custom modules" and point to src/

Then interact with the forge agent:

@Ferris SF # Setup your forge environment
@Ferris QS # Quick Skill — generate in under a minute

See the Getting Started guide for all installation methods.

WorkflowTriggerPurpose
Setup ForgeSFInitialize forge, detect tools, set tier
Brief SkillBSScope and design a skill
Create SkillCSCompile a skill from a brief
Quick SkillQSFast skill, no brief needed
Stack SkillSSConsolidated project stack skill
Update SkillUSRegenerate after source changes
Audit SkillASDrift detection
Test SkillTSVerify completeness
Export SkillEXPackage for distribution
Analyze SourceANDiscover what to skill
  • Getting Started — Installation, prerequisites, first steps
  • Architecture — Output format, confidence model, tiers, tool ecosystem
  • Agents — Ferris agent: modes, capabilities, communication style
  • Workflows — All 10 workflows with commands and connection diagram
  • Examples — Real-world scenarios, tips, and troubleshooting