Commit c2f22fe
feat(plugin): add marketplace manifest so the plugin is installable (#106)
* feat(plugin): add marketplace manifest so the plugin is installable
The plugin was only loadable via `--plugin-dir` (local) — `/plugin install
github.com/...` (as the README claimed) doesn't work without a marketplace.
Add `.claude-plugin/marketplace.json` at the repo root registering the plugin
(source: ./plugin), so it's installable by anyone.
Install flow (verified against the CLI — validate ✔, local `marketplace add ./`
resolved the ./plugin source and listed it):
/plugin marketplace add nativeapptemplate/nativeapptemplate-agent
/plugin install nativeapptemplate-agent@nativeapptemplate
Fix the now-correct install instructions in plugin/README.md (was the bogus
`/plugin install github.com/...`) and add the marketplace flow to the root README.
Marketplace name `nativeapptemplate`; plugin name `nativeapptemplate-agent`
(matches plugin.json, so skills stay `/nativeapptemplate-agent:*`).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* fix(plugin): attribution → "Daisuke Adachi" (match package.json + LICENSE)
The marketplace owner and plugin.json author read bare "Daisuke"; the canonical
attribution everywhere else (package.json author, LICENSE copyright) is the full
name "Daisuke Adachi". Align both, since marketplace owner is public catalog
metadata shown when users add the marketplace.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(plugin): marketplace owner → NativeAppTemplate org (+ url)
owner identifies the catalog/distribution, so use the org/brand (with its GitHub
URL) rather than a personal name — reads as the official marketplace and scales
to more plugins/maintainers. plugin.json author stays "Daisuke Adachi" (the
person who wrote it; matches package.json + LICENSE).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3355734 commit c2f22fe
4 files changed
Lines changed: 35 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
130 | 137 | | |
131 | 138 | | |
132 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | | - | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | | - | |
82 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
0 commit comments