Commit e99ea97
fix: Correct marketplace.json schema to comply with Claude Code spec
Fix marketplace.json to match Claude Code's official marketplace schema:
- Remove homepage, repository, license from root level (not defined in spec)
- Move these fields into plugin entry where they are valid
- Change repository from npm-style object to simple string URL
Root level fields per official spec:
- name (required)
- owner (required)
- plugins (required)
- description (optional)
Plugin metadata fields like homepage, repository, and license
belong in the plugin entry, not at the marketplace root level.
Based on official anthropics/claude-plugins-official examples.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ed8dd14 commit e99ea97
2 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 7 | | |
14 | 8 | | |
15 | 9 | | |
16 | 10 | | |
17 | 11 | | |
18 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
0 commit comments