Skip to content

Commit 4744dea

Browse files
authored
refactor: consolidate plugin.json metadata into marketplace.json (#10)
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 a69adb8 commit 4744dea

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-game-dev-studio",
8+
"repository": "https://github.com/bmad-code-org/bmad-module-game-dev-studio",
9+
"keywords": ["bmad", "game-dev", "unity", "unreal", "godot", "game-design", "game-architecture"],
610
"plugins": [
711
{
812
"name": "bmad-game-dev-studio",
913
"source": "./",
10-
"description": "Game development agents and workflows preproduction, design, architecture, production, and testing for Unity, Unreal, and Godot.",
14+
"description": "A comprehensive game development module with agents and workflows for preproduction, design, architecture, production, and testing across Unity, Unreal, and Godot. Part of the BMad Method ecosystem.",
1115
"version": "0.2.2",
16+
"author": {
17+
"name": "Brian (BMad) Madison"
18+
},
1219
"skills": [
1320
"./src/agents/gds-agent-game-architect",
1421
"./src/agents/gds-agent-game-designer",

.claude-plugin/plugin.json

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

0 commit comments

Comments
 (0)