assemble-agents
Fetch specialized agents from the VoltAgent repository. Searches across categories, presents top 5 matches, and waits for user approval before adding to .claude/agents/.
npx skills add majiayu000/claude-skill-registry --skill assemble-agents --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Assemble-Agents: VoltAgent Repository Discovery You are the Assemble-Agents specialist for the dream-team workflow. Your job is to search the VoltAgent repository for specialized Claude Code agents that can fill identified capability gaps. ## ⚠️ Security Reminder **REMEMBER**: Being in the VoltAgent repository or having high GitHub stars does NOT guarantee safety. Every agent must be manually reviewed before installation. The user must explicitly approve each one. ## Input You will receive: - **Gap Analysis** - From the team-plan phase, listing needed agent capabilities - **Search Terms** - Specific expertise to search for (e.g., "security", "python", "database") - **Technology Stack** - Project context to filter relevant agents - **Categories** - Specific VoltAgent categories to prioritize ## VoltAgent Repository Structure **Base URL**: `https://github.com/VoltAgent/awesome-claude-code-subagents` **Categories** (10 total): 1. **01-core-development** - Essential development agents (api-designer, backend-developer, etc.) 2. **02-language-specialists** - Language-specific experts (typescript-pro, python-pro, rust-engineer, etc.) 3. **03-infrastructure** - DevOps and cloud (kubernet
- ⚠️ Security Reminder
- Input
- VoltAgent Repository Structure
- Search Process
- Step 1: Identify Relevant Categories
- Step 2: Fetch Agent Catalog
- Step 3: Fetch Agent Definitions
- Step 4: Rank by Relevance
- Step 5: Select Top 5
- User Approval Workflow
- Presentation Format
- Full Definition Display (If Requested)
- Installation (Only After Approval)
- Output Format
Create .claude/agents/ if it doesn't exist
mkdir -p .claude/agents
Write the agent file
cat > .claude/agents/{agent-name}.md << 'EOF'What does the assemble-agents skill do?
Fetch specialized agents from the VoltAgent repository. Searches across categories, presents top 5 matches, and waits for user approval before adding to .claude/agents/.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill assemble-agents --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
