Create Sub Agent banner
thewiredbear thewiredbear

Create Sub Agent

Development community

Description

Slash command to create custom subagents for specialized tasks with proper configuration and system prompts šŸ’” Use Case: Use when building custom Claude Code agents for code review, debugging, or specialized development tasks --- description: Create a new custom subagent for specialized tasks argument-hint: [name] [description] --- ## /create-agent ## Purpose Create a new custom subagent (skill) for specialized tasks with proper configuration and system prompts. ## Contract **Inputs:**

Installation

Installs to ~/.claude/agents/thewiredbear-claude_code_driver-create_sub_agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/thewiredbear/Claude_Code_Driver/HEAD/subagents/create_sub_agent.md -o ~/.claude/agents/thewiredbear-claude_code_driver-create_sub_agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository