Skip to content

Commit a77d768

Browse files
committed
refactor: consolidate plugin.json metadata into marketplace.json
Merge license, homepage, repository, keywords, and author from plugin.json into marketplace.json and remove the redundant file. The npx skills installer only reads marketplace.json for skill discovery — plugin.json contributed no functional value.
1 parent f8ed77d commit a77d768

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,19 @@
33
"owner": {
44
"name": "Brian (BMad) Madison"
55
},
6+
"license": "MIT",
7+
"homepage": "https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite",
8+
"repository": "https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite",
9+
"keywords": ["bmad", "creative", "brainstorming", "design-thinking", "innovation", "storytelling"],
610
"plugins": [
711
{
812
"name": "bmad-creative-intelligence-suite",
913
"source": "./",
10-
"description": "Creative AI agents and workflows brainstorming, problem-solving, design thinking, innovation strategy, storytelling, and visual presentations.",
14+
"description": "A suite of creative AI agents and workflows for brainstorming, problem-solving, design thinking, innovation strategy, storytelling, and presentations. Part of the BMad Method ecosystem.",
1115
"version": "0.1.9",
16+
"author": {
17+
"name": "Brian (BMad) Madison"
18+
},
1219
"skills": [
1320
"./src/skills/bmad-cis-agent-brainstorming-coach",
1421
"./src/skills/bmad-cis-agent-creative-problem-solver",

.claude-plugin/plugin.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)