Agent skill · AI & Agents

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/.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill assemble-agents --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/agent/assemble-agents/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. ⚠️ Security Reminder
  2. Input
  3. VoltAgent Repository Structure
  4. Search Process
  5. Step 1: Identify Relevant Categories
  6. Step 2: Fetch Agent Catalog
  7. Step 3: Fetch Agent Definitions
  8. Step 4: Rank by Relevance
  9. Step 5: Select Top 5
  10. User Approval Workflow
  11. Presentation Format
  12. Full Definition Display (If Requested)
  13. Installation (Only After Approval)
  14. Output Format
Ships with 1 file
  • metadata.json
Commands it runs
Create .claude/agents/ if it doesn't exist
mkdir -p .claude/agents
Write the agent file
cat > .claude/agents/{agent-name}.md << 'EOF'
More from claude-skill-registry
All skills →
About this skill
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.

Keep going