Skip to content

Commit 856b599

Browse files
committed
docs(skill): rename marketplace openkb-marketplacevectify
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.
1 parent 9d1db0e commit 856b599

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "openkb-marketplace",
2+
"name": "vectify",
33
"owner": {
44
"name": "VectifyAI",
55
"email": "team@vectify.ai"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ OpenKB ships a [SKILL.md](https://agentskills.io/) so any agent CLI can read you
244244

245245
```
246246
/plugin marketplace add VectifyAI/OpenKB
247-
/plugin install openkb@openkb-marketplace
247+
/plugin install openkb@vectify
248248
```
249249
250250
**Gemini CLI** (native skills installer):

0 commit comments

Comments
 (0)