Skip to content

Commit 315f307

Browse files
committed
fix: add bmad-module-builder to marketplace.json
Module builder was merged via #48 but marketplace.json was not updated with the new skill entry, description, or keywords.
1 parent 2620e7f commit 315f307

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,22 @@
66
"license": "MIT",
77
"homepage": "https://github.com/bmad-code-org/bmad-builder",
88
"repository": "https://github.com/bmad-code-org/bmad-builder",
9-
"keywords": ["bmad", "agent-builder", "workflow-builder", "skill-factory", "ai-agents"],
9+
"keywords": ["bmad", "agent-builder", "workflow-builder", "module-builder", "skill-factory", "ai-agents"],
1010
"plugins": [
1111
{
1212
"name": "bmad-builder",
1313
"source": "./",
14-
"description": "Build AI agents and workflows from a conversation. Three skills — Agent Builder, Workflow Builder, and Setup — guide you from idea to production-ready skill structure with built-in quality optimization. Part of the BMad Method ecosystem.",
14+
"description": "Build AI agents, workflows, and modules from a conversation. Four skills — Agent Builder, Workflow Builder, Module Builder, and Setup — guide you from idea to production-ready skill structure with built-in quality optimization. Part of the BMad Method ecosystem.",
1515
"version": "1.2.0",
1616
"author": {
1717
"name": "Brian (BMad) Madison"
1818
},
19-
"skills": ["./skills/bmad-agent-builder", "./skills/bmad-builder-setup", "./skills/bmad-workflow-builder"]
19+
"skills": [
20+
"./skills/bmad-agent-builder",
21+
"./skills/bmad-builder-setup",
22+
"./skills/bmad-module-builder",
23+
"./skills/bmad-workflow-builder"
24+
]
2025
}
2126
]
2227
}

0 commit comments

Comments
 (0)