Agent skill · AI & Agents

agent-expert-creation

Create specialized agent experts with pre-loaded domain knowledge using the Act-Learn-Reuse pattern. Use when building domain-specific agents that maintain mental models via expertise files and self-improve prompts.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-expert-creation-melodic-software-claude-code-plugins --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobWrite
Path: skills/agent/agent-expert-creation-melodic-software-claude-code-plugins/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 Expert Creation Skill Create specialized agent experts that learn and maintain domain knowledge through the Act-Learn-Reuse pattern. ## Core Problem Solved > "The massive problem with agents is this. Your agents forget. And that means your agents don't learn." Generic agents execute and forget. Agent experts execute and learn by maintaining expertise files (mental models) that sync with the codebase. ## When to Use - Repeated complex tasks in a domain (database, billing, WebSocket) - High-risk systems where mistakes cascade (security, payments) - Rapidly evolving code that needs tracked mental models - Need consistent domain expertise across sessions - Building plan-build-improve automation cycles ## The Act-Learn-Reuse Pattern ```text ┌─────────────────────────────────────────────────────────────┐ │ ACT-LEARN-REUSE CYCLE │ ├─────────────────────────────────────────────────────────────┤ │ │ │ ACT ──────────► LEARN ──────────► REUSE │ │ │ │ │ │ │ │ │ │ │ │ ▼ ▼ ▼ │ │ Take useful Update expertise Read expertise │ │ action file via file FIRST on │ │ (build, fix) self-improve next execution │ │ prompt │ │ │ └─────────────────────────────────────────────────────────────┘ ``` | St

What's inside
Steps it walks through
  1. Core Problem Solved
  2. When to Use
  3. The Act-Learn-Reuse Pattern
  4. Expertise Files (Mental Models)
  5. Critical Distinction
  6. Expertise File Structure (YAML)
  7. Line Limits (Critical)
  8. Expert Creation Process
  9. Step 1: Define the Domain
  10. Step 2: Design Expert Directory Structure
  11. Step 3: Create the Self-Improve Prompt
  12. Step 4: Create Expert Commands
  13. Expert Definition Template
  14. Sub-Agent Expert
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-expert-creation skill do?

Create specialized agent experts with pre-loaded domain knowledge using the Act-Learn-Reuse pattern. Use when building domain-specific agents that maintain mental models via expertise files and self-improve prompts.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-expert-creation-melodic-software-claude-code-plugins --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