super-agent

star 4

SDK-based Claude agent with full Task tool access. Use for executing handoff prompts or spawning nested sub-agents.

TheSylvester By TheSylvester schedule Updated 2/26/2026

name: super-agent description: SDK-based Claude agent with full Task tool access. Use for executing handoff prompts or spawning nested sub-agents. allowed-tools: Bash

Super Agent

SDK-based Claude instance with full tool access including Task (can spawn its own sub-agents).

Usage

# Execute a prompt file
PROMPT_FILE=path/to/prompt.md .claude/skills/super-agent/scripts/super-agent

# Inline prompt
.claude/skills/super-agent/scripts/super-agent Use parallel sub-agents to research this repo

# Stdin
cat prompt.md | .claude/skills/super-agent/scripts/super-agent

If agent asks "should I proceed?" instead of implementing: Resume and confirm:

.claude/skills/super-agent/scripts/super-agent --resume <session-id> "Yes, proceed"

The session ID is always printed at the end of output as [session_id: ...].

Options

Flag / Variable Description
--no-chrome Disable Chrome (enabled by default)
--no-persist Don't save session to disk
--fork, -f Fork from SESSION_ID context
--resume, -r Resume a previous session
PROMPT_FILE Read prompt from file
BYPASS_PERMISSIONS=1 Full autonomy mode
SUPER_AGENT_DEBUG=1 Print cost to stderr
SUPER_AGENT_CHROME=0 Disable Chrome (env var form)
SESSION_ID Session ID for --fork
SUPER_AGENT_MODEL Override model (e.g., claude-sonnet-4-5)

Monitoring

Transcripts land in ~/.claude/projects/<cwd-slug>/. Use external transcript monitor for realtime visibility.

Install via CLI
npx skills add https://github.com/TheSylvester/agentic-coding-tools --skill super-agent
Repository Details
star Stars 4
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
TheSylvester
TheSylvester Explore all skills →