Create Agent banner
alexanderop alexanderop

Create Agent

Development community

Description

--- 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:** - `$1` — AGENT_NAME (lowercase, kebab-case, e.g., "code-reviewer") - `$2` — DESCRIPTION (when this agent should be invoked, e.g., "Expert code reviewer. Use proactively after code changes.") - `--user` — Create user-level agent in `~

Installation

Installs to ~/.claude/skills/alexanderop-claude-code-builder-create-agent/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alexanderop-claude-code-builder-create-agent && curl -fsSL https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/commands/create-agent.md -o ~/.claude/skills/alexanderop-claude-code-builder-create-agent/SKILL.md

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

Full documentation available on GitHub

View Source Repository