Agent skill · Code Review & Quality

agentskill-expertise

Agent Skill design knowledge base — mechanisms, philosophy, patterns, pitfalls. Use when: designing new skills, reviewing skill quality, or deciding whether something should be a skill.

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

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

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

# AgentSkill Expertise - Agent Skill Knowledge System ## Overview The complete knowledge system for Agent Skills. Not a how-to guide (that's what official docs are for) — this focuses on three things: **why** Skills are designed the way they are, **what good design looks like**, and **where the common pitfalls are**. Any work involving Skills — creating, adjusting, reviewing, splitting, merging — should use this as the decision framework. --- ## Core Understanding: What a Skill Actually Is ### Three Levels of Understanding | Level | Understanding | What You Can Do | Common Issue | |-------|--------------|-----------------|--------------| | Surface | "Skills are a way to make AI remember instructions" | Write syntactically correct Skills | Treats Skills as fancy System Prompts | | Mechanical | "Skills implement Progressive Disclosure" | Understands trigger mechanism and load flow | Technically correct but poorly designed | | **Essential** | **"Skills externalize knowledge into a format that AI can actively discover and load on demand"** | **Design Skills that actually work** | — | ### Key Insights - **Not a rule set**: A single value covers a wide range of rules. Give principles, no

What's inside
Steps it walks through
  1. Overview
  2. Core Understanding: What a Skill Actually Is
  3. Three Levels of Understanding
  4. Key Insights
  5. Underlying Mechanisms
  6. Progressive Disclosure
  7. State Difference at Conversation Start
  8. The Description Mechanism
  9. Less Is More
  10. Design Principles
  11. Principle 1: Give Principles, Not Rules
  12. Principle 2: Passive Loading > Active Guidance
  13. Principle 3: Design Method > Copying Templates
  14. Principle 4: Split First, Merge Later
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agentskill-expertise skill do?

Agent Skill design knowledge base — mechanisms, philosophy, patterns, pitfalls. Use when: designing new skills, reviewing skill quality, or deciding whether something should be a skill.

How do I install it?

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