From ai-dev-team
Browse the plugin marketplace to discover agents, skills, prompts, and workflows
npx claudepluginhub marcel-Ngan/ai-dev-team --plugin ai-dev-team# /marketplace - Browse Plugin Marketplace Browse the Claude Code Plugin Marketplace to discover available plugins, agents, skills, prompts, and workflows. **Arguments:** `$ARGUMENTS` - Optional category filter (agents, skills, prompts, workflows, commands, bundles) ## Usage ## Arguments - `category` (optional): Filter by category - `agents` - AI agents for different roles - `skills` - Reusable capabilities - `prompts` - Structured thinking patterns - `workflows` - Multi-agent processes - `commands` - Slash commands - `bundles` - Pre-configured collections - `--featured`...
/marketplaceDiscovers and installs Vercel Marketplace integrations like databases, CMS, auth, and monitoring with guided setup, env verification, and local health checks.
/marketplaceIdentify items from photos, research pricing, and generate ready-to-post listings for Facebook Marketplace, Mercari, and eBay. eBay listings can be published programmatically via the eBay API.
Browse the Claude Code Plugin Marketplace to discover available plugins, agents, skills, prompts, and workflows.
Arguments: $ARGUMENTS - Optional category filter (agents, skills, prompts, workflows, commands, bundles)
/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