create-agent
Quickly create a new specialized subagent when needed. Use when you need a specialist that doesn't exist yet for a specific task domain.
npx skills add majiayu000/claude-skill-registry --skill create-agent-dexploarer-hyper-forge --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.
# Create New Agent Quickly scaffold a new specialized subagent when current agents don't fit the task. ## When to Use - Need specialist for task not covered by existing 6 agents - Task requires deep domain expertise - Creating configuration/meta work agent - Temporary specialist for one-time complex task ## Current Agents (Don't Recreate) - api-specialist (🟡) - Elysia + TypeBox - database-specialist (🔵) - Drizzle ORM + PostgreSQL - frontend-specialist (🟢) - React + Vite + Three.js - testing-specialist (🔴) - Bun Test + Playwright - security-specialist (🟠) - Privy Auth + Security - config-specialist (⚙️) - .claude configuration ## Agent Template ```yaml --- name: [agent-name] description: [EMOJI] [CAPS NAME] - [one-line description]. Use [PROACTIVELY/when] for [task types]. [What it handles]. tools: [Read, Write, Edit, Bash, Grep, Glob] model: sonnet --- # [EMOJI] [Agent Name] [Detailed description of agent's purpose] ## Research-First Protocol ⚠️ **CRITICAL: Writing code is your LAST priority** ### Workflow Order (NEVER skip steps): 1. **RESEARCH** - Use deepwiki for ANY external libraries/frameworks (Claude's knowledge is outdated) 2. **GATHER CONTEXT** - Read existing files,
- When to Use
- Current Agents (Don't Recreate)
- Agent Template
- Example Agents to Create
- Creating the Agent
- After Creation
- Best Practices
What does the create-agent skill do?
Quickly create a new specialized subagent when needed. Use when you need a specialist that doesn't exist yet for a specific task domain.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill create-agent-dexploarer-hyper-forge --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.
