Agent skill · Design & Presentation

agent-builder

Use when creating, improving, or troubleshooting Claude Code subagents. Expert guidance on agent design, system prompts, tool access, model selection, and best practices for building specialized AI assistants.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-builder-skill --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
Path: skills/agent/agent-builder-skill/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 Builder - Claude Code Subagent Expert Use this skill when creating, improving, or troubleshooting Claude Code subagents. Provides expert guidance on agent design, system prompt engineering, tool configuration, and delegation patterns. ## When to Use This Skill Activate this skill when: - User asks to create a new subagent - User wants to improve an existing agent - User needs help with agent configuration or tool access - User is troubleshooting agent invocation issues - User wants to understand when to use agents vs skills vs commands - User asks about agent chaining or delegation patterns ## Quick Reference ### Agent File Structure ```markdown --- name: agent-name description: When and why to use this agent tools: Read, Write, Bash(git *) model: sonnet --- Your detailed system prompt defining: - Agent role and expertise - Problem-solving approach - Output format expectations - Specific constraints or requirements ``` ### File Locations **Project agents** (shared with team, highest priority): ``` .claude/agents/my-agent.md ``` **Personal agents** (individual use, lower priority): ``` ~/.claude/agents/my-agent.md ``` **Plugin agents** (from installed plugins): ``` <plugin-d

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Quick Reference
  3. Agent File Structure
  4. File Locations
  5. Creating Effective Subagents
  6. Step 1: Identify the Use Case
  7. Step 2: Design Agent Scope
  8. Step 3: Write the System Prompt
  9. Step 4: Configure Tools Access
  10. Step 5: Choose Model
  11. Step 6: Write Clear Description
  12. Agent Patterns
  13. Pattern 1: Code Reviewer
  14. Pattern 2: Debugger
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-builder skill do?

Use when creating, improving, or troubleshooting Claude Code subagents. Expert guidance on agent design, system prompts, tool access, model selection, and best practices for building specialized AI assistants.

How do I install it?

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