Skip to content

clfhhc/BMAD-Methods-Skills

Repository files navigation

BMAD-Methods-Skills

Release npm

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 init

This 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 .temp

What It Does

  1. Fetches the latest BMAD-METHOD from GitHub
  2. Converts agents and workflows to Claude Skills format
  3. Installs skills to your AI tool's directory
  4. 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

License

MIT License - see LICENSE file for details.

Credits

Related Projects

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors