What problem does it solve? Orchestrating an autonomous coding agent from another agent or automation pipeline requires handling interactive prompts, permission dialogs, session state, and output formats. This Skill provides the operational knowledge to drive the Claude Code CLI reliably from ZeusAgent's terminal, covering both one-shot and multi-turn workflows. ## Core Features & Use Cases - Print Mode Automation: Run one-shot coding tasks with claude -p, structured JSON output, JSON schema extraction, piped input, session resumption, and cost/turn limits for CI pipelines. - Interactive PTY Orchestration: Manage multi-turn Claude Code sessions through tmux, including handling workspace trust and permission-bypass dialogs with send-keys sequences. - Configuration & Extensibility: Covers CLI flags, settings hierarchy, CLAUDE.md memory files, custom subagents, hooks, MCP server integration, and parallel instance management. - Use Case: Pipe a git diff into claude -p for an automated PR review, or spawn parallel tmux sessions where separate Claude instances 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.