create-worker
Use when creating custom agents for Claude Code, configuring specialized AI assistants, or when the user asks about agent creation, configuration, or delegating tasks to workers. Covers both file-based agents and teams delegation.
npx skills add majiayu000/claude-skill-registry --skill create-worker --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Create Worker This skill provides comprehensive guidance for creating and configuring workers in Claude Code. ## Understanding Workers Workers are specialized AI assistants that Claude Code can delegate tasks to. Each worker: - Operates in its own context window (preserving main conversation context) - Has a specific purpose and expertise area - Can be configured with specific tools and permissions - Includes a custom system prompt guiding its behavior ### When to Create Workers **Create a worker when:** - Tasks require specialized expertise that benefits from focused instructions - Context preservation is important (workers don't pollute main context) - The same specialized workflow is needed repeatedly - Different tool permissions are needed for different tasks - Parallel execution of independent tasks is desired **Choose skills instead when:** - The capability extends your knowledge without needing separate context - No specialized agent persona is needed - Tool restrictions are sufficient without full agent isolation **Choose slash commands when:** - Users need explicit control over when to invoke functionality - The workflow should be user-initiated, not model-initiated ## T
- Understanding Workers
- When to Create Workers
- Two Approaches to Workers
- Approach 1: File-Based Agents
- Approach 2: Teams Delegation
- Configuration Reference
- Required Fields
- Optional Fields
- Permission Modes
- Available Tools
- Creating a Worker
- Step 1: Define the Purpose
- Step 2: Choose the Approach
- Step 3: Write the System Prompt
claude --agents '{
mkdir -p .claude/agents
Create .claude/agents/my-agent.md with frontmatter
mkdir -p ~/.claude/agents
Create ~/.claude/agents/my-agent.md with frontmatterWhat does the create-worker skill do?
Use when creating custom agents for Claude Code, configuring specialized AI assistants, or when the user asks about agent creation, configuration, or delegating tasks to workers. Covers both file-based agents and teams delegation.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill create-worker --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.
