create-agent
Create and validate domain agents. USE WHEN create agent, new agent, agent structure, validate agent, check agent, domain agent. AgentSearch('create-agent') for docs.
npx skills add majiayu000/claude-skill-registry --skill create-agent-superuser-pal-pal-second-brain-2 --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-agent MANDATORY agent creation system for ALL domain agent creation requests. ## Authoritative Sources **Before creating ANY agent, READ:** - `AGENT_BASE.md` — Shared default behavior inherited by all agents - `AGENTS_LOGIC.md` — Agent structure, lean 9-section format - `DOMAINS_LOGIC.md` — Domain structure and binding ## Naming Conventions (MANDATORY) | Category | Convention | Example | Purpose | | :---------------- | :----------------- | :-------------------- | :------------------------------------ | | **Agent file** | `lower-kebab-case` | `blog-agent.md` | Agent definition in `.claude/agents/` | | **YAML name** | `lower-kebab-case` | `name: blog-agent` | Matches file name | | **Domain field** | `PascalCase` | `domain: BlogContent` | Matches domain directory | | **Routing entry** | `lower-kebab-case` | `name: blog-agent` | Entry in `ROUTING_TABLE.md` | **Key Rules:** - Agents are **single files** in `.claude/agents/` (NO directories) - Every agent must bind to an existing domain via `domain:` field - YAML contains only 4 fields: `name`, `description`, `version`, `domain` - Agents inherit shared behavior from `AGENT_BASE.md` — only domain-specific content in agent file -
- Authoritative Sources
- Naming Conventions (MANDATORY)
- Pre-Creation Checks (MANDATORY)
- Workflow Routing
- Examples
- Quick Reference
What does the create-agent skill do?
Create and validate domain agents. USE WHEN create agent, new agent, agent structure, validate agent, check agent, domain agent. AgentSearch('create-agent') for docs.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill create-agent-superuser-pal-pal-second-brain-2 --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.
