Skip to content

Commit 12763ae

Browse files
committed
Restructure for marketplace: plugin in subdirectory
Move plugin contents into ib-deck-engine/ subdirectory and place marketplace.json at the root .claude-plugin/ directory. This matches the structure used by anthropics/financial-services-plugins and is required for 'claude plugin marketplace add' to work.
1 parent 5ee835f commit 12763ae

20 files changed

Lines changed: 2 additions & 8 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@
33
"owner": {
44
"name": "gorajing"
55
},
6-
"metadata": {
7-
"description": "Investment banking slide template library for Claude Code. JSON spec → deterministic pixel rendering. Solves cross-model desync, openpyxl corruption, and spatial execution failures.",
8-
"version": "0.1.0"
9-
},
106
"plugins": [
117
{
128
"name": "ib-deck-engine",
13-
"source": ".",
14-
"description": "14-template IB slide library. Build pitch decks, football fields, financial summaries, sensitivity grids, sources & uses, trading comps via /ib-deck and friends.",
15-
"category": "investment-banking",
16-
"tags": ["investment-banking", "powerpoint", "financial-models", "dcf", "lbo", "templates"]
9+
"source": "./ib-deck-engine",
10+
"description": "14-template investment banking slide library with JSON spec → deterministic pixel rendering. Solves cross-model desync, openpyxl corruption, and spatial execution failures. Includes /ib-deck, /ib-extract, /ib-financial, /ib-football, /ib-comps, /ib-sources-uses, /ib-sensitivity slash commands."
1711
}
1812
]
1913
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)