Tags: bmad-code-org/bmad-builder
Tags
feat: Claude Code plugin structure (#39) * feat: add Claude Code plugin structure, move skills to root Move skills from src/skills/ to skills/ at repo root and add .claude-plugin/ manifest for Claude Code plugin and Vercel Skills CLI compatibility. Three distribution paths now supported: - claude plugin install (Claude Code native) - npx skills add (43-agent skills ecosystem) - npx bmad-method install (BMad Method installer) BREAKING: src/ directory removed. Module definition path changes from src/module.yaml to skills/module.yaml (requires bmm update). * style: fix prettier formatting in plugin manifests * fix: update markdownlint ignore path for skills/ move
PreviousNext