Skill Forge (SKF)
AST-verified, provenance-backed agent skills from code repositories, documentation, and developer discourse
What is Skill Forge?
Section titled “What is Skill Forge?”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.
Quick Install
Section titled “Quick Install”Standalone:
npx bmad-module-skill-forge installOr as a custom module with BMad Method (for the full development workflow):
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 minuteSee the Getting Started guide for all installation methods.
Core Workflows
Section titled “Core Workflows”| Workflow | Trigger | Purpose |
|---|---|---|
| Setup Forge | SF | Initialize forge, detect tools, set tier |
| Brief Skill | BS | Scope and design a skill |
| Create Skill | CS | Compile a skill from a brief |
| Quick Skill | QS | Fast skill, no brief needed |
| Stack Skill | SS | Consolidated project stack skill |
| Update Skill | US | Regenerate after source changes |
| Audit Skill | AS | Drift detection |
| Test Skill | TS | Verify completeness |
| Export Skill | EX | Package for distribution |
| Analyze Source | AN | Discover what to skill |
Documentation
Section titled “Documentation”- 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
Support
Section titled “Support”- Issues: GitHub Issues