What problem does it solve? Managing Orca-managed worktrees, terminals, and agent handoffs manually requires ad hoc git worktree commands, raw PTYs, or fragile UI automation, which breaks when Orca state is involved. ## Core Features & Use Cases - Executable Resolution: Selects the correct Orca CLI binary per session (ORCA_CLI_COMMAND, orca-dev, orca-ide, or orca) and avoids accidentally launching the GNOME Orca screen reader on Linux. - Version-Matched Guidance: Loads the guide matching the installed Orca build via orca skills get orca-cli before running commands, with fallback to --help for read-only discovery. - Use Case: When asked to spawn a Codex or Claude agent in a child worktree, read or send input to an Orca terminal, or hand off work to another agent, this Skill ensures commands target the correct Orca instance and version. ## Quick Start Ask the assistant to spawn a Claude agent in a new Orca child worktree and wait for its terminal output.