Agent skill · Documentation

manage-agents

Creates, modifies, and manages Claude Code subagents by writing agent files with YAML frontmatter, system prompts, and tool configurations. Use when you need to "create an agent", "modify an agent", "set up a specialist", "I need an agent for [task]", "agent to handle [domain]", or "configure agent tools". Covers agent file format, YAML frontmatter, system prompts, tool restrictions, MCP integration, model selection, and testing.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill manage-agents-dawiddutoit-custom-claude --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Allowed tools: -Read-Write-Grep-Glob-Bash
Path: skills/agent/manage-agents-dawiddutoit-custom-claude/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

# Manage Agents Create and manage specialized Claude Code subagents with custom capabilities, tool access, and expertise domains. **Use this skill when you need to:** - Create new subagents for specialized tasks - Modify existing agent configurations - Set up domain experts (Python, Neo4j, Testing, etc.) - Configure tool access and MCP server permissions - Understand agent structure and best practices ## Quick Start To create a new agent: 1. **Understand the Need**: What specialized capability or domain expertise is needed? 2. **Choose Location**: Project-level (.claude/agents/) or user-level (~/.claude/agents/) 3. **Define Configuration**: Name, description, model, tools, and permissions 4. **Write System Prompt**: Clear instructions for the agent's specialized role 5. **Test & Validate**: Invoke with @agent-name and verify behavior ## Table of Contents ### Core Sections - [Instructions](#instructions) - [Step 1: Analyze Requirements](#step-1-analyze-requirements) - Determine expertise domain, tool needs, and location - [Step 2: Create Agent File](#step-2-create-agent-file) - Choose project vs user location - [Step 3: Write Agent Configuration](#step-3-write-agent-configuration) -

What's inside
Steps it walks through
  1. Quick Start
  2. Table of Contents
  3. Core Sections
  4. Supporting Resources
  5. Utility Scripts
  6. Advanced Topics
  7. Instructions
  8. Step 1: Analyze Requirements
  9. Step 2: Create Agent File
  10. Step 3: Write Agent Configuration
  11. Step 4: Configure Tool Access
  12. Step 5: Configure MCP Access
  13. Step 6: Select Model
  14. Step 7: Write System Prompt
Ships with 1 file
  • metadata.json
Commands it runs
Quick test with claude_ask.py
python3 .claude/tools/agents/claude_ask.py agent-name "test question"
Quiet mode (just the answer)
python3 .claude/tools/agents/claude_ask.py -q agent-name "test question"
JSON output for validation
python3 .claude/tools/agents/claude_ask.py --json agent-name "test question"
With timeout for complex tasks
python3 .claude/tools/agents/claude_ask.py agent-name "complex task" --timeout 120
cd /Users/dawiddutoit/projects/play/temet-run/.claude
uv sync --extras mcp  # Install MCP dependencies (if not already done)
More from claude-skill-registry
All skills →
About this skill
What does the manage-agents skill do?

Creates, modifies, and manages Claude Code subagents by writing agent files with YAML frontmatter, system prompts, and tool configurations. Use when you need to "create an agent", "modify an agent", "set up a specialist", "I need an agent for [task]", "agent to handle [domain]", or "configure agent tools". Covers agent file format, YAML frontmatter, system prompts, tool restrictions, MCP integration, model selection, and testing.

How do I install it?

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