The official registry of BMad modules. This repository is the single source of truth for what modules are available, their versions, and their trust status.
Built a BMad module and want to share it? Here's the short version:
- Build and validate your module with BMad Builder
- Push to GitHub with a
.claude-plugin/marketplace.jsonmanifest and a tagged release - Open a PR to this repo adding a YAML entry to
registry/community/your-module.yaml - Your module goes through automated validation and manual review
Full details in CONTRIBUTING.md. Before submitting, review the GOVERNANCE.md to understand what we accept, and choose a category from categories.yaml.
The registry contains a YAML entry for each module, organized into three directories:
| Category | Directory | Description |
|---|---|---|
| Official | registry/official/ |
Core BMad modules maintained by the BMad team — always tracks main |
| Utility | registry/utility/ |
BMad ecosystem tools and utilities — always tracks main |
| Community | registry/community/ |
Modules built by community members — pinned to approved version tag + commit SHA |
Each module also declares a category and subcategory from categories.yaml for discoverability.
Browse all available modules in the Module Index (auto-generated).
The BMad installer resolves module versions from this registry.
| Tier | Meaning |
|---|---|
| Unverified | Automated checks passed |
| Community Reviewed | A trusted community reviewer approved |
| BMad Certified | BMad team reviewed and endorses |
Every community submission and update goes through automated validation (Validate Module, manifest verification, security scanning) and manual review (prompt content audit, script behavior check).
All registered modules can be installed through the BMad installer:
npx bmad-method install{
"extraKnownMarketplaces": {
"bmad-plugins": {
"source": {
"source": "github",
"repo": "bmad-code-org/bmad-plugins-marketplace"
}
}
}
}- BMad Method — Core framework
- BMad Builder — Build custom modules
- Distribute Your Module — Repo setup guide
- Discord — Get help, share ideas, collaborate
- YouTube — Tutorials, master class, and more
- X / Twitter
- Website
BMad is free for everyone and always will be. Star this repo, buy me a coffee, or email contact@bmadcode.com for corporate sponsorship.
MIT