Agent skill · Design & Presentation

expertise-file-design

Design YAML expertise file structures for agent experts. Use when creating mental models for domain-specific agents, defining expertise schema, or structuring knowledge for Act-Learn-Reuse workflows.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill expertise-file-design --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobWrite
Path: skills/agent/expertise-file-design/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

# Expertise File Design Guide for designing YAML expertise files that serve as mental models for agent experts. ## MANDATORY: Act-Learn-Reuse Context Expertise files are **mental models**, NOT sources of truth. They: - Accelerate agent execution by pre-loading domain knowledge - Are maintained by self-improve prompts, not humans - Validate against the actual codebase (source of truth) - Have enforced line limits to protect context windows ## When to Use - Creating mental models for new domain-specific agents - Defining expertise schema structures (YAML) - Structuring knowledge for Act-Learn-Reuse workflows - Reviewing or auditing existing expertise file designs - Setting up line limits and section priorities ## Expertise File Structure ### Core Template ```yaml # {domain}/expertise.yaml # Mental model for {domain} agent expert # Last updated: {timestamp} # Lines: {current}/{max} overview: description: "Brief description of this domain" primary_technology: "Main tech/framework" architecture_pattern: "Key pattern used" core_implementation: main_module: file: "path/to/main/file.ext" lines: approximate_line_count purpose: "What this module does" key_exports: - name: "FunctionOrClass" t

What's inside
Steps it walks through
  1. MANDATORY: Act-Learn-Reuse Context
  2. When to Use
  3. Expertise File Structure
  4. Core Template
  5. Line Limits
  6. Section Priority
  7. Domain-Specific Templates
  8. Database Domain
  9. API/Service Domain
  10. Frontend/UI Domain
  11. Seeding Strategy
  12. Anti-Patterns
  13. Validation Checklist
  14. Related Skills
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the expertise-file-design skill do?

Design YAML expertise file structures for agent experts. Use when creating mental models for domain-specific agents, defining expertise schema, or structuring knowledge for Act-Learn-Reuse workflows.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill expertise-file-design --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