Agent skill · AI & Agents

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.

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/agent/create-agent-superuser-pal-pal-second-brain-2/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-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 -

What's inside
Steps it walks through
  1. Authoritative Sources
  2. Naming Conventions (MANDATORY)
  3. Pre-Creation Checks (MANDATORY)
  4. Workflow Routing
  5. Examples
  6. Quick Reference
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going