Open source · MIT

Browse & manage
Claude Code plugins

A web dashboard for discovering, installing, and managing plugins across multiple marketplaces. Scope control, component inspection, and file preview built in.

$ npx claude-code-marketplace --open
Claude Code Marketplace dashboard — plugin tree and detail panel

Everything you need to manage
Claude Code plugins

Multi-marketplace

Aggregate plugins from GitHub repos, git URLs, and local directories. Add and remove marketplace sources on the fly.

Scope management

Install, enable, and disable plugins per scope — user, project, or local. The U/P/L badges show state at a glance.

Component inspection

Browse skills, commands, agents, MCP servers, hooks, and LSP servers inside each plugin. Understand what you're installing.

File preview

Read plugin source files directly in the browser with syntax highlighting. Navigate skill folders with a built-in file tree.

Full catalog view

Marketplace info shows every plugin a source offers — installed or not — with owner, description, and update actions.

User & project customizations

Your local skills, commands, agents, and hooks from ~/.claude/ and ./.claude/ appear as browsable virtual marketplaces.

One-click actions

Install, update, remove, enable, disable — every operation delegates to the official claude plugin CLI. Nothing bespoke.

17 color themes

Ember, Gruvbox, Catppuccin, Tokyo Night, Dracula, Nord, and more — each in light and dark. PWA installable.

Keyboard-first

Full keyboard navigation with vim-style bindings. Press ? for shortcuts, J/K to navigate, / to search.

A closer look

Know what you're installing

Every plugin's detail panel lists its components — skills, commands, agents, hooks, MCP and LSP servers — alongside a per-scope installation matrix. Enable a plugin for your user account, a single project, or just locally.

Plugin detail panel with components and scope matrix

Read the source, in place

Click any component file to preview it with syntax highlighting — skill frontmatter, hook definitions, agent prompts. No need to hunt through ~/.claude/plugins/cache to see what a plugin really does.

File preview modal with syntax-highlighted SKILL.md

The whole catalog, one panel

Marketplace info shows source, owner, location, and the complete plugin list — 4 installed / 255 total at a glance. Update or remove the marketplace right from the panel.

Marketplace info panel with full plugin catalog

Your editor's theme, everywhere

Light mode screenshot

One command. Full plugin management.

1

Run it

One command to launch the dashboard. No clone, no setup. Opens in your browser.

npx claude-code-marketplace --open
2

Add marketplaces

Point to GitHub repos, git URLs, or local directories containing plugin collections.

github:owner/repo
3

Install plugins

Browse, inspect, and install plugins with scope control. All operations delegate to claude plugin CLI.

user / project / local

Common questions

Claude Code plugins are collections of skills, commands, agents, MCP servers, hooks, and LSP servers that extend Claude Code's capabilities. They're organized in marketplaces and can be installed per-user, per-project, or locally.

Yes. The marketplace delegates all install/uninstall operations to the claude plugin CLI. You need Claude Code installed and available in your PATH.

Yes. You can add GitHub repos (github:owner/repo), git URLs, or local filesystem paths as marketplace sources. Great for developing your own plugin collections.

User scope installs plugins globally for your account. Project scope installs for a specific project directory. Local scope is for temporary or experimental use. The dashboard shows installation state across all scopes.