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:
.claude-plugin/marketplace.json manifest and a tagged releaseregistry/community/your-module.yamlFull 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 is free for everyone and always will be. Star this repo, buy me a coffee, or email contact@bmadcode.com for corporate sponsorship.
MIT
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:
.claude-plugin/marketplace.json manifest and a tagged releaseregistry/community/your-module.yamlFull 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 is free for everyone and always will be. Star this repo, buy me a coffee, or email contact@bmadcode.com for corporate sponsorship.
MIT