@clfhhc/bmad-methods-skills
v0.3.2
Published
Convert BMAD-METHOD agents and workflows to Claude Skills format
Readme
BMAD-Methods-Skills
Automatically convert BMAD-METHOD agents and workflows to Claude Skills format.
Quick Start
Install the BMAD bootstrap skill into your project:
npx @clfhhc/bmad-methods-skills init
# or
pnpm dlx @clfhhc/bmad-methods-skills initThis installs bootstrap-bmad-skills and enhance-bmad-skills. Then open your AI tool and use the BS command to start the guided installation workflow.
Note: For fully automated installation without prompts, run the conversion and installation commands together (and cleanup):
npx @clfhhc/bmad-methods-skills --output-dir .temp/converted-skills && \
npx @clfhhc/bmad-methods-skills install --from=.temp/converted-skills --force && \
rm -rf .tempWhat It Does
- Fetches the latest BMAD-METHOD from GitHub
- Converts agents and workflows to Claude Skills format
- Installs skills to your AI tool's directory
- Generates module config files (default flat:
_config/bmm.yaml,_config/core.yaml)
Output uses a flat layout by default (bmm-analyst/, core-bmad-master/, etc.) so AI tools can discover all skills. See Technical Reference for nested layout and options.
Supported Tools
| Tool | Directory |
|------|-----------|
| Antigravity | .agent/skills/ (project) or ~/.gemini/antigravity/skills/ (global) |
| Cursor | .cursor/skills/ (project) or ~/.cursor/skills/ (global) |
| Claude Code | .claude/skills/ (project) or ~/.claude/skills/ (global) |
Documentation
- Getting Started: Installation and configuration
- Technical Reference: Output structure and conversion details
- Development: Contributing and project structure
License
MIT License - see LICENSE file for details.
Credits
- BMAD-METHOD: BMAD Code Organization
- Claude Skills: Anthropic
Related Projects
- BMAD-METHOD - Original BMAD methodology
- Claude Skills - Claude Skills specification
