Agent skill · Code Review & Quality

agent-curator

Deep curation of a single agent definition through structured human conversation. Coordinates knowledge research, persona refinement, tooling optimization, and instruction quality improvement. One agent at a time, with due care.

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

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

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

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Deeply improves an agent definition through a guided, multi-dimension curation process. It coordinates knowledge research, persona refinement, tooling optimization, local corpora materialization, and instruction quality improvements, one agent at a time.

How it works

  • Activation: use the snippet "[ACTIVATE:AGENT_CURATOR_V1]" with parameters: an agent path, mode (broad or project), and project name if mode is project.
  • Phase 0: Scope Establishment — present a choice between Broad Improvement and Project-Specific Preparation and wait for human selection.
  • Phase 1: Initial Analysis — load the agent, assess dimensions with optional numeric scores, notes, and a recommended focus; choose among Continue, Focus on high-gap dimensions, or Skip.
  • Phase 2: Knowledge Sources (P0) — audit current sources, identify issues, and choose between researching new sources, addressing issues, or skipping; then proceed to knowledge research and adjudicate each source individually with options to add, modify materialization, or skip.
  • Phase 3: Persona & Doctrine (P1) — review current interpretive lens, assess and propose improvements, and decide to accept, keep, or edit.
  • Phase 4: Tooling & MCP (P2) — review current tool modes and MCP servers, propose additions or changes, and review recommendations.
  • Phase 5: Local Corpora (P3) — evaluate materialization candidates with fields like topic, source, token size, stability, and recommendation; decide to review, accept, or skip.
  • Phase 6: Instruction Quality (P4) — report findings with severities (HIGH/MEDIUM/LOW) and propose resolutions.
  • Outputs: Updated agent definition and a curation session record.

When to use it

  • Activation is intended for ad-hoc agent curation or project preparation; use when an agent definition file exists and a human adjudicator is available for conversation.

What it can touch

  • Tools: claude-code is declared as a tool in this skill.
  • Outputs include: Updated agent definition and Curation session record.

Caveats

  • The process relies on human adjudication during multiple adjudication steps and per-source decisions; execution depends on human input at each step.
  • The described workflow includes structured prompts and phase transitions; actual results depend on human choices and the agent's current definition.
From the SKILL.md

# Agent Curator Skill ## Activation Invoke for ad-hoc agent curation or project preparation: ``` [ACTIVATE:AGENT_CURATOR_V1] Parameters: agent: path/to/agent.md mode: broad | project project: {project-name} # Required if mode=project ``` ## Purpose Drive a structured conversation to deeply improve an agent definition across all dimensions: 1. **Knowledge Sources** (P0) — Find and integrate esteemed references 2. **Persona & Doctrine** (P1) — Sharpen identity and mental model 3. **Tooling & MCP** (P2) — Optimize tool and server configuration 4. **Local Corpora** (P3) — Materialize high-value knowledge locally 5. **Instruction Quality** (P4) — Refine priorities, modes, and behaviors ## Two Modes ### Broad Improvement Mode For general agent enhancement: - Changes should improve effectiveness across all use cases - Improvements are candidates for upstream contribution - Long-term maintenance burden considered ### Project-Specific Mode For preparing an agent for a specific project: - Changes may include project-specific knowledge/tooling - Consider whether changes should stay local or go upstream - Immediate utility prioritized, but long-term impact considered ## Execution Flow ### Phas

What's inside
Steps it walks through
  1. Activation
  2. Purpose
  3. Two Modes
  4. Broad Improvement Mode
  5. Project-Specific Mode
  6. Execution Flow
  7. Phase 0: Scope Establishment
  8. Phase 1: Initial Analysis
  9. Phase 2: Knowledge Sources (P0)
  10. Phase 3: Persona & Doctrine (P1)
  11. Phase 4: Tooling & MCP (P2)
  12. Phase 5: Local Corpora (P3)
  13. Phase 6: Instruction Quality (P4)
  14. Phase 7: Synthesis
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-curator skill do?

Deep curation of a single agent definition through structured human conversation. Coordinates knowledge research, persona refinement, tooling optimization, and instruction quality improvement. One agent at a time, with due care.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-curator --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