Things that make Claude Code even better — my personal marketplace of independent plugins, by Millon15.
Structure inspired by umputun/cc-thingz.
This is an unapologetically opinionated set: every plugin here is something I actually use. Even if you don't need my particular toolbox, it may give you ideas for building your own.
Six third-party marketplaces worth a
/plugin marketplace add: design dialogue, TUI diff annotation, autonomous execution, Codex, engineering skills, PhpStorm.Deliberately not re-exported here — install them upstream and keep their updates.
| Plugin | Description |
|---|---|
| 🪧 agterm-lanes | Self-labelling agterm panes — name, emoji, tint, glyph and reboot-survivable sessions |
| 🤖 codex-delegation | Codex CLI (gpt-5.6/gpt-5.5) as a second-tier workforce under Claude's orchestration |
| 🧰 essentials | General-purpose personal skills — code-style, concise-writing, /e15, /tldr, /recall |
| 🐘 phpstorm | PhpStorm MCP as an agent surface — code navigation, inspections, live Xdebug loop |
| 📟 statusline | Two-line status line — git scopes, context window, loaded skills and MCP, quota and spend |
Each plugin is independent: install only what you want, in any combination.
Add the marketplace, then install the plugins you want:
/plugin marketplace add Millon15/cc-millz
/plugin install essentials@cc-millz
/plugin install codex-delegation@cc-millz
- Test locally: run
claude --plugin-dir plugins/codex-delegation, and use/reload-pluginsin-session to pick up file changes. - Or pin the plugins in a repo's versioned
.claude/settings.json— Claude Code installs everything listed there automatically on the first session in that repository:
{
"extraKnownMarketplaces": {
"cc-millz": { "source": { "source": "github", "repo": "Millon15/cc-millz" } }
},
"enabledPlugins": { "codex-delegation@cc-millz": true }
}/plugin→ Marketplaces → Update marketplace — the reliable path; pulls the latest catalog from the repository immediately./plugin→ Installed → Update now — uses a local cache that can be stale; treat it as a fallback after updating the marketplace.- Enable auto-update:
/plugin→ Marketplaces → Enable auto-update refreshes the marketplace catalog on each session start.