Skip to content

Commit 46cdc14

Browse files
committed
docs: add comprehensive section on the personal marketplace
- Explain what the UltimaPhoenix marketplace is - Why to use it (one-time add, all plugins available) - How to update marketplace with /plugin marketplace update - How to switch from direct repo to marketplace installation - Mentions future plugins will be available
1 parent f521ff8 commit 46cdc14

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

docs/install/claude-code-plugin.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,31 @@ Stop hooks twice. Pick one.
3333
Adding the marketplace once gives you every UltimaPhoenix plugin; update later with
3434
`/plugin marketplace update`.
3535

36+
## About the personal marketplace
37+
38+
The **UltimaPhoenix marketplace** (`UltimaPhoenix/claude-plugins-marketplace`) is a curated collection of plugins maintained by the devcoach author. It includes:
39+
40+
- **devcoach** — the primary tool (what you're installing)
41+
- **Other plugins** — additional utilities and tools (available as they're added)
42+
43+
**Why use it?** If you plan to use multiple plugins from this source, add the marketplace once and you can install any of them without needing to add each repo individually. When a new plugin is released, it's immediately available in your Claude Code plugin menu.
44+
45+
**How to update:** If you've already added the marketplace, get the latest versions of all plugins:
46+
47+
```bash
48+
/plugin marketplace update
49+
```
50+
51+
This updates your local plugin registry without reinstalling — only new versions are fetched if they've been updated since you last added the marketplace.
52+
53+
**Switching methods:** If you added devcoach straight from the repo (`UltimaPhoenix/dev-coach`) and later want to switch to the marketplace, remove the old one and add the marketplace:
54+
55+
```bash
56+
/plugin marketplace remove UltimaPhoenix/dev-coach
57+
/plugin marketplace add UltimaPhoenix/claude-plugins-marketplace
58+
/plugin install devcoach@ultimaphoenix
59+
```
60+
3661
### C — offline (download from a release)
3762

3863
Download `devcoach-plugin-<version>.zip` from the [GitHub Releases](https://github.com/UltimaPhoenix/dev-coach/releases),

0 commit comments

Comments
 (0)