Browse the Claude Code Plugin Marketplace to discover available plugins, agents, skills, prompts, and workflows.
Browse the Plugin Marketplace to discover available plugins, agents, skills, prompts, and workflows.
/plugin marketplace add marcel-Ngan/ai-dev-team/plugin install marcel-ngan-ai-dev-team@marcel-Ngan/ai-dev-teamBrowse the Claude Code Plugin Marketplace to discover available plugins, agents, skills, prompts, and workflows.
/marketplace [category] [--featured] [--search <query>]
category (optional): Filter by category
agents - AI agents for different rolesskills - Reusable capabilitiesprompts - Structured thinking patternsworkflows - Multi-agent processescommands - Slash commandsbundles - Pre-configured collections--featured: Show only featured plugins
--search <query>: Search plugins by name or keyword
/marketplace # Show all categories overview
/marketplace agents # List all available agents
/marketplace skills --featured # Show featured skills
/marketplace --search security # Search for security-related plugins
When invoked, read the marketplace registry and present plugins:
Load Registry:
Read: marketplace/registry.json
Display Categories (no args): Show category overview with plugin counts:
## Plugin Marketplace
| Category | Plugins | Description |
|----------|---------|-------------|
| Agents | 13 | AI agents for different roles |
| Skills | 10 | Reusable capabilities |
| ... | ... | ... |
Use `/marketplace <category>` to browse a category.
Display Category (with category arg): List plugins in that category with brief descriptions:
## Agents
| Plugin | Version | Description |
|--------|---------|-------------|
| agent-senior-developer | 1.0.0 | Senior Developer with TDD expertise |
| agent-orchestrator | 1.0.0 | Central workflow coordinator |
| ... | ... | ... |
Use `/plugin-info <name>` for details or `/install <name>` to install.
Search Results: Show matching plugins across all categories with relevance.
/plugin-info <name> - View detailed plugin information/install <name> - Install a plugin/plugins - List installed plugins/uninstall <name> - Remove a plugin