Agent skill · AI & Agents

agent-inventor

Creates PhD-grade expert agents when no suitable agent exists. Produces highly specialized agents with deep domain expertise.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-inventor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/agent/agent-inventor/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

# 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

What's inside
Steps it walks through
  1. Activation
  2. Purpose
  3. When to Invoke
  4. PhD-Expert Standard
  5. Execution Flow
  6. Step 1: Domain Analysis
  7. Step 2: Generate Agent Definition
  8. Step 3: Validate Agent
  9. Step 4: Save and Register
  10. Step 5: Offer Contribution
  11. Agent Templates by Role
  12. Executor Template
  13. Auditor Template
  14. Advisor Template
Ships with 1 file
  • metadata.json
Commands it runs
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 \
More from claude-skill-registry
All skills →
About this skill
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.

Keep going