agent-inventor
Creates PhD-grade expert agents when no suitable agent exists. Produces highly specialized agents with deep domain expertise.
npx skills add majiayu000/claude-skill-registry --skill agent-inventor --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.
# Agent Inventor Skill ## Activation Triggered when specialized expertise is needed but unavailable: ``` [ACTIVATE:AGENT_INVENTOR_V1] ``` ## Purpose Create world-class, PhD-grade expert agents for specialized domains where no suitable agent exists in the standard pool. ## When to Invoke 1. **Pre-Phase Gate**: User requests specialist not in agent pool 2. **Post-Phase Gate**: Audit requires domain expertise not available 3. **Mid-Phase**: Executor encounters problem requiring specialist 4. **User Request**: Explicit request to create custom agent ## PhD-Expert Standard Created agents must meet these criteria: | Attribute | Requirement | |-----------|-------------| | Expertise Level | PhD-equivalent depth | | Model | `opus` (required for PhD-grade) | | Specializations | 3-5 deep focus areas | | System Prompt | Detailed, academically rigorous | | Tools | Appropriate for domain | ## Execution Flow ### Step 1: Domain Analysis Interview user to understand the gap: ``` ╔═══════════════════════════════════════════════════════════════════════╗ ║ AGENT INVENTION INTERVIEW ║ ╠═══════════════════════════════════════════════════════════════════════╣ ║ ║ ║ I need to create a PhD-grade expert. He
- Activation
- Purpose
- When to Invoke
- PhD-Expert Standard
- Execution Flow
- Step 1: Domain Analysis
- Step 2: Generate Agent Definition
- Step 3: Validate Agent
- Step 4: Save and Register
- Step 5: Offer Contribution
- Agent Templates by Role
- Executor Template
- Auditor Template
- Advisor Template
Create agent file
mkdir -p .claude/agents/custom
cat > .claude/agents/custom/{agent-name}.md << 'EOF'
Register in agent-config.json
jq '.agents.custom.include += ["{agent-name}"]' .claude/agent-config.json > tmp.json
mv tmp.json .claude/agent-config.json
Fork and clone upstream agents repo (if not already)
Add agent to appropriate category
Create PR with description
gh pr create \What does the agent-inventor skill do?
Creates PhD-grade expert agents when no suitable agent exists. Produces highly specialized agents with deep domain expertise.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agent-inventor --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.
