What problem does it solve? Calling the Claude Code CLI from another agent (Codex, pi, or a shell script) can silently load user plugins, MCP connectors, hooks, and session state, causing unpredictable side effects and costs. This Skill defines safe, explicit flag profiles for running claude -p as a bounded subprocess. ## Core Features & Use Cases - Lean Text-Only Profile: Runs Claude with no tools, no MCP servers, no slash commands, and no session persistence for second opinions, classification, or synthesis. - Read-Only Inspection Profile: Grants only the Read tool so Claude can inspect specific files without write access. - Full-Fidelity Mode: Documents when and how to run with normal user settings, flagging the higher side-effect risk. - Use Case: From a Codex session, ask Claude for a code review of a diff using the lean profile with a $0.01 budget cap and JSON output, then parse the result programmatically. ## Quick Start Ask the agent to get a second opinion from the Claude Code CLI on a piece of code using the lean non-interactive profile with a budget cap and JSON output.