Commit 856b599
committed
docs(skill): rename marketplace
The previous name caused a stutter at the install site:
`/plugin install openkb@openkb-marketplace`. The marketplace
identifier should describe the publisher, not duplicate the
product name. Mirrors Anthropic's pattern
(`anthropic-agent-skills`) but in the shorter form appropriate
for a single-publisher catalog.
Install now reads cleanly: `/plugin install openkb@vectify`.
Aside: `.claude-plugin/plugin.json` (used by mattpocock/skills) is
NOT a Claude Code marketplace manifest — it's a custom schema for
the vercel-labs/skills `npx` tool. `/plugin marketplace add` requires
`marketplace.json` specifically, which we already have. So no need
to mirror mattpocock's minimal plugin.json.openkb-marketplace → vectify
1 parent 9d1db0e commit 856b599
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
0 commit comments