Claude Plugins Manager

VSCode extension for managing Claude Code's Marketplace,
Plugin, MCP Server, and Agent Skills systems.
Features
- Marketplace: Add/remove/update sources,
toggle auto-update, export/import config
- Plugin: Search and filter, collapsible marketplace sections,
per-scope enable/disable, expandable cards showing contents
(commands, skills, agents, MCP servers, hooks) with descriptions,
GitHub link per plugin, description translation
- MCP Server: View connection status, per-server test connection,
add/remove servers with scope support
- Agent Skills: Browse skills.sh registry (All Time / Trending / Hot),
online search via
npx skills find, install/remove with global/project scope,
view SKILL.md details, check updates and batch update
- Settings: Edit Claude Code settings.json across user/project/local scopes,
with scope override indicators, reset-to-default, and sections for general behavior,
display, permissions, environment variables, hooks, and advanced integration options
Install
npm run install:ext # Build and install into VSCode
npm run uninstall:ext # Uninstall from VSCode
Usage
- Click the Claude icon in the Activity Bar
- Choose Marketplace, Plugins, MCP Servers, or Skills from the sidebar
- Manage installations in the editor panel
Development
npm run watch # Watch mode (extension + webview)
npm run typecheck # Type check (dual tsconfig)
npm test # Run tests (vitest)
npm run build # Production build
| |