What problem does it solve? Delegating substantial coding tasks to external agents like Claude Code, Codex, or Gemini normally requires manual terminal setup and monitoring. This Skill lets the assistant spawn, steer, and track those agents as subprocesses speaking the Agent Client Protocol, streaming results back into the conversation. ## Core Features & Use Cases - Agent Spawning: Launch Claude Code, Codex, or Gemini as ACP subprocesses with a task and working directory, with automatic one-time adapter installation when binaries are missing. - Session Management: Check status, abort running sessions, and steer in-flight or completed sessions with new instructions, resuming from persisted history when supported. - Secure Credential Handling: Store Claude OAuth tokens and Gemini API keys in the credential store so secrets never appear in chat or workspace config. - Use Case: Ask the assistant to hand a large refactor to Claude Code in a git worktree, then check on it later and steer it with follow-up instructions once it completes. ## Quick Start Ask the assistant to spawn a Claude Code agent to implement a specific feature in the current project directory.