Enables browsing, searching, and discovering plugins in the Claude Code Plugin Marketplace.
/plugin marketplace add marcel-Ngan/ai-dev-team/plugin install marcel-ngan-ai-dev-team@marcel-Ngan/ai-dev-teamThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Enables browsing, searching, and discovering plugins in the Claude Code Plugin Marketplace.
/marketplace - Browse the marketplace/search <query> - Search for plugins/plugin-info <name> - View plugin detailsDisplay all plugin categories with counts:
## Plugin Marketplace Categories
| Category | Count | Description |
|----------|-------|-------------|
| Bundles | 6 | Pre-configured collections |
| Agents | 13 | AI agents for different roles |
| Skills | 10 | Reusable capabilities |
| Prompts | 6 | Structured thinking patterns |
| Workflows| 6 | Multi-agent processes |
| Commands | 5 | Slash commands |
List plugins in a specific category:
## Agents
| Plugin | Version | Description |
|--------|---------|-------------|
| agent-orchestrator | 1.0.0 | Central workflow coordinator |
| agent-senior-developer | 1.0.0 | TDD expert and code reviewer |
| agent-qa-engineer | 1.0.0 | Quality assurance specialist |
| ... | ... | ... |
Search across all plugins by name, description, and keywords:
Search Algorithm:
Result Format:
## Search: "testing"
### Skills (3 matches)
- **skills-testing** - Unit, integration, and E2E testing
- **skills-security** - Includes vulnerability testing
- ...
### Agents (2 matches)
- **agent-qa-engineer** - Test planning and execution
- **agent-senior-developer** - TDD implementation
Display curated featured plugins:
## Featured Plugins
### ai-dev-team-core
Essential bundle with core agents and skills for getting started.
### skills-jira
Complete Jira integration for Agile teams.
### agent-senior-developer
Expert developer with TDD and code review capabilities.
Retrieve and display full plugin information:
## skills-jira v1.0.0
**Description:** Complete Jira integration skills
**Contents:**
- 8 skills (story-creation, task-management, ...)
**Dependencies:** None
**Required Config:**
- jira.cloudId
- jira.projectKey
**MCP Tools:**
- Atlassian:createJiraIssue
- Atlassian:editJiraIssue
- ...
marketplace/registry.jsonmarketplace/plugins/{type}/{name}/manifest.jsonmarketplace/installed.json| Error | Solution |
|---|---|
| Registry not found | Ensure marketplace/registry.json exists |
| Plugin not found | Check plugin name spelling, suggest alternatives |
| Manifest invalid | Report validation errors from schema |
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.