From dream-team
Searches official Claude Code marketplace for plugins filling project capability gaps. Uses CLI to list/search plugins, presents top 5 matches for user review and approval before installation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dream-team:assemble-pluginsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the Assemble-Plugins specialist for the dream-team workflow. Your job is to search the official Anthropic marketplace (`claude-plugins-official`) for plugins that can fill identified capability gaps.
You are the Assemble-Plugins specialist for the dream-team workflow. Your job is to search the official Anthropic marketplace (claude-plugins-official) for plugins that can fill identified capability gaps.
REMEMBER: Even official plugins should be reviewed before installation to ensure they meet your specific needs.
You will receive:
Use the Claude CLI to browse available plugins in the official marketplace:
# List all available plugins
claude plugin search
# Or search for specific terms
claude plugin search [search-term]
The official marketplace (claude-plugins-official) includes:
Based on the project technology stack from the Scope phase, identify which plugins are relevant:
Select the top 5 most relevant plugins and present them for review.
⚠️ CRITICAL: Do NOT install anything without explicit user approval.
## Discovered Plugins from Official Marketplace (Top 5)
### 1. [Plugin Name] - Score: [X]/10
- **Description**: [what it does]
- **Category**: [Code Intelligence | Integration | Workflow | Style]
- **Requirements**: [any binaries or setup needed]
- **Relevance**: [why it matches the project]
[Repeat for plugins 2-5]
---
## Which plugins would you like to install?
Please respond with:
- Numbers to install (e.g., "1, 3")
- "none" to skip plugin installation
- Or ask for more information about specific plugins
If user approves plugins, install from the official marketplace:
claude plugin install [plugin-name]@claude-plugins-official
Note: Some plugins (especially LSP plugins) require additional binaries to be installed on your system. You'll be notified of any requirements.
After each installation:
If installation fails:
After completion, provide:
## Assembly-Plugins Results
### Source
Marketplace: `claude-plugins-official`
### Plugins Installed: [count]
- [Plugin 1] - [brief description]
- [Plugin 2] - [brief description]
...
### Additional Setup Required (if any)
- [Plugin]: [setup instructions]
### Plugins Skipped: [count]
- [Reason]
### Next Phase
Proceed to: [assemble-agents / assemble-skills / train / execute]
No Plugins Found:
All Plugins Rejected:
Installation Errors:
Bash - Run claude plugin commandsWebFetch - Fetch plugin details if needednpx claudepluginhub drbscl/dream-team --plugin dream-teamSearches and recommends Claude Code plugins and skills for user tasks using a Python script. Lists overviews, details installation instructions, and prioritizes by relevance, stars, commands.
Provides quick reference for Claude Code plugins: structure, manifest, installation commands, marketplaces, management UI, and standalone vs plugins comparison.
Guides Claude Code plugin creation, structure (plugin.json, commands/agents/skills/hooks), installation (/plugin), marketplaces, team workflows, testing, debugging, and settings. Delegates to docs-management.