Agent skill · Workflow & Productivity

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: WriteReadGrepGlob
Path: skills/agent/create-agent-dexploarer-hyper-forge/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

# 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,

What's inside
Steps it walks through
  1. When to Use
  2. Current Agents (Don't Recreate)
  3. Agent Template
  4. Example Agents to Create
  5. Creating the Agent
  6. After Creation
  7. Best Practices
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going