bmad-module-skill-forge
Compile verified, source-cited instruction files from code
All Skills in This Repository (14)
Pure Emerald Level Indicatorsskf-audit-skill
Audit compiled Skill artifacts against current source with file:line citations.
skf-create-stack-skill
Assemble a stack skill from project manifests and architecture documents.
skf-refine-architecture
Validate architecture documents against skill API surfaces and VS feasibility findings.
skf-drop-skill
Drops a skill version or entire skill with confirmation and active-version guards.
skf-setup
Detect forge tools and write forge-tier.yaml with capability tiers.
skf-quick-skill
Resolve GitHub URLs or package names and generate SKILL.md, context-snippet.md, and metadata.json.
skf-create-skill
Compile skill briefs and source code into provenance-anchored SKILL.md artifacts.
skf-verify-stack
Validates a stack of skills against architecture and PRD documents.
skf-forger
Transform code repositories into verified AI skills with provenance.
skf-export-skill
Package skills into agentskills.io-compliant bundles with versioning and IDE context files.
skf-campaign
Orchestrate multi-skill SKF pipelines with durable state and machine-readable outputs.
skf-test-skill
Validate SKILL.md documentation and API surface against code references.
Frequently Asked Questions
FAQPage SchemaHow to install Skill Forge?โผ
Run `npx skills add armelhbobdad/bmad-module-skill-forge --all -g -y` in your terminal to install the full skill set globally.
How to stop AI agents from hallucinating API calls?โผ
Skill Forge extracts real function signatures and types from source code and compiles them into instruction files where every claim cites an exact file and line, so your agent follows verified facts instead of guessing.
Can Skill Forge build instructions from documentation only?โผ
Yes. For closed-source tools or SaaS APIs, it generates skills from documentation URLs alone, citing the source URL for every instruction.
Does Skill Forge work with Claude Code and Cursor?โผ
Yes. Output follows the open agentskills.io standard and exports context directly into CLAUDE.md, AGENTS.md, and .cursorrules for cross-platform use.
How do I keep generated skills up to date?โผ
Built-in audit and update workflows detect drift between a skill and its source code, then surgically regenerate only the changed parts while preserving your manual edits.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core