Create Agent banner
sensei-hacker sensei-hacker

Create Agent

Development community

Description

--- name: create-agent description: "Create new Claude Code agents following best practices. Use when a new specialized agent is needed. Returns the path to the created agent file." model: sonnet tools: ["Read", "Write", "Glob", "Grep"] --- @CLAUDE.md You are an expert at creating Claude Code sub-agents. Your role is to design and create focused, effective agents that follow established best practices. ## Your Responsibilities 1. **Understand the agent's purpose** - What specific task will i

Installation

Installs to ~/.claude/agents/sensei-hacker-inav-claude-create-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sensei-hacker/inav-claude/HEAD/.claude/agents/create-agent.md -o ~/.claude/agents/sensei-hacker-inav-claude-create-agent.md

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

Full documentation available on GitHub

View Source Repository