What problem does it solve? Orchestrating an autonomous coding agent from a terminal requires knowing the right CLI flags, handling interactive permission dialogs, managing sessions, and controlling costs. This Skill provides a complete operational guide for delegating coding work to Anthropic's Claude Code CLI without trial-and-error. ## Core Features & Use Cases - Two Orchestration Modes: Run one-shot non-interactive tasks with claude -p print mode, or drive multi-turn interactive REPL sessions through tmux with full PTY dialog handling (workspace trust and permissions prompts). - Structured Automation: Extract JSON output, enforce JSON schemas, stream tokens, resume or fork sessions, and cap spend with --max-turns and --max-budget-usd for CI/CD pipelines. - Advanced Workflows: Configure hooks, MCP servers, custom subagents, CLAUDE.md memory files, parallel instances, and git worktree-based PR reviews. - Use Case: Pipe a git diff into claude -p to get an automated code review, or launch three parallel tmux sessions to fix a bug, write tests, and update docs simultaneously. ## Quick Start Ask the agent to run claude -p with your coding task, an allowedTools whitelist, and a max-turns limit in your project directory.