Agent skill · Design & Presentation

custom-agent-design

Design custom agents from scratch using Claude Agent SDK patterns. Use when building domain-specific agents, designing agents with full SDK control, or creating specialized agents with custom tools and prompts.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill custom-agent-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: 5 KB
Bundled scripts: none
Allowed tools: ReadGrepGlob
Path: skills/agent/custom-agent-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

# Custom Agent Design Skill Design domain-specific agents using Claude Agent SDK patterns. ## Purpose Guide the design of custom agents that solve domain-specific problems with full SDK control over Context, Model, Prompt, and Tools. ## When to Use - Building a new custom agent - Converting generic workflow to specialized agent - Designing domain-specific automation - Creating repeatable agent patterns ## Prerequisites - Clear understanding of the domain problem - Access to Claude Agent SDK documentation - Understanding of when custom agents are appropriate (see @agent-evolution-path.md) ## Design Process ### Step 1: Define Agent Purpose Answer these questions: - What specific problem does this agent solve? - What domain expertise does it need? - What is the single purpose? (One agent, one purpose) - Who are the stakeholders? **Output**: Purpose statement (2-3 sentences) ### Step 2: Select Model Choose based on task complexity: | Task Type | Model | Why | | --- | --- | --- | | Simple transformations | Haiku | Fast, cheap | | Balanced tasks | Sonnet | Good trade-off | | Complex reasoning | Opus | Highest quality | **Decision factors**: - Speed requirements - Quality requirements - C

What's inside
Steps it walks through
  1. Purpose
  2. When to Use
  3. Prerequisites
  4. Design Process
  5. Step 1: Define Agent Purpose
  6. Step 2: Select Model
  7. Step 3: Design System Prompt
  8. Step 4: Configure Tool Access
  9. Step 5: Add Governance (Optional)
  10. Step 6: Select Deployment Form
  11. Step 7: Create Configuration
  12. Output Format
  13. Design Checklist
  14. Anti-Patterns
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the custom-agent-design skill do?

Design custom agents from scratch using Claude Agent SDK patterns. Use when building domain-specific agents, designing agents with full SDK control, or creating specialized agents with custom tools and prompts.

How do I install it?

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