by aj-geddes
BMAD Method skills for Claude Code - Auto-detection, Memory integration, Slash commands. Transform Claude Code into a BMAD-powered development environment.
# Add to your Claude Code skills
git clone https://github.com/aj-geddes/claude-code-bmad-skillsGuides for using ai agents skills like claude-code-bmad-skills.
Last scanned: 5/20/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-20T07:43:59.869Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}claude-code-bmad-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by aj-geddes. BMAD Method skills for Claude Code - Auto-detection, Memory integration, Slash commands. Transform Claude Code into a BMAD-powered development environment. It has 459 GitHub stars.
Yes. claude-code-bmad-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/aj-geddes/claude-code-bmad-skills" and add it to your Claude Code skills directory (see the Installation section above).
claude-code-bmad-skills is primarily written in Shell. It is open-source under aj-geddes on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-code-bmad-skills against similar tools.
No comments yet. Be the first to share your thoughts!
This repository is a Claude Code plugin marketplace. It ships one plugin — BMAD Planning & Orchestrator — that harnesses the BMAD Method to plan, document, and orchestrate software work as conflict-free parallel workstreams, then hands implementation off to your dev tools.
It plans and orchestrates. It does not write the code.
Documentation site: https://aj-geddes.github.io/claude-code-bmad-skills
The BMAD Method™ (Breakthrough Method for Agile AI-Driven Development) is created and maintained by the BMAD Code Organization. This repository is an independent Claude Code harness for the method — not an official BMAD product, and no endorsement is implied. All methodology credit belongs to the BMAD Code Organization.
The methodology, agent roles, workflow patterns, document shapes, and all BMAD
concepts are the intellectual property of the BMAD Code Organization. See
bmad-planning-orchestrator/ATTRIBUTION.md.
/plugin marketplace add aj-geddes/claude-code-bmad-skills
/plugin install bmad-planning-orchestrator@bmad-method-harness
Then /reload-plugins (or restart Claude Code). That's it — no installer script,
no npx, no copying into ~/.claude. Updates flow through the marketplace.
Local development: claude --plugin-dir ./bmad-planning-orchestrator
The plugin runs the BMAD lifecycle — Analysis → Planning → Solutioning →
Implementation-handoff — right-sized by an interactive track (Quick Flow /
BMad Method / Enterprise), and stops at a ready-for-dev story file plus a
tool-agnostic handoff manifest.
Its signature contribution is making parallel AI development safe:
handoff-manifest.json lets any dev runner pick up the work.Full skill catalog, flow diagram, and the handoff contract are in the plugin
README: bmad-planning-orchestrator/README.md.
This project began as a suite of Claude Code skills installed by a bash/ PowerShell script. Two things changed:
developer/dev-story/lint/coverage pieces were removed.If you used the old skills install, see MIGRATION.md.
claude-code-bmad-skills/
├── .claude-plugin/
│ └── marketplace.json # the marketplace (one plugin)
├── bmad-planning-orchestrator/ # ← the plugin
│ ├── .claude-plugin/plugin.json
│ ├── skills/ # 20 planning/orchestration skills
│ ├── agents/ # planning subagents
│ ├── hooks/ # next-step nudges
│ ├── scripts/ resources/ # shared utils + guides
│ ├── README.md ATTRIBUTION.md LICENSE CHANGELOG.md
├── docs/ # GitHub Pages site
├── CLAUDE.md CONTRIBUTING.md MIGRATION.md LICENSE
See CONTRIBUTING.md. The one rule that defines this project: every contribution stays on the planning/orchestration side of the line — nothing here writes, runs, tests, or reviews application code.
MIT — see LICENSE. The BMAD Method™ name and methodology belong to the BMAD Code Organization; this license covers only the Claude Code plugin implementation.