What problem does it solve? When you want a second opinion from Claude Code or want to hand off a concrete task to it, doing so manually requires crafting prompts, choosing permissions, and managing CLI flags yourself. This Skill standardizes that delegation so the calling agent can consult Claude read-only or delegate editing work with the correct permissions every time. ## Core Features & Use Cases - Consultation Mode (default): Runs Claude Code CLI in read-only mode with restricted tools (Read, Grep, Glob) to get answers, reviews, or second opinions without any file modifications. - Delegation Mode: Runs Claude with bypassPermissions so it can edit, write, and execute commands, used only when the user explicitly asks Claude to perform the work. - Model Selection: Chooses haiku, sonnet, or opus based on task size and complexity, defaulting to opus when uncertain. - Use Case: While working on a refactor, you say "ask Claude to review this approach" — the Skill builds a self-contained prompt with file paths and context, runs the CLI in read-only mode, and summarizes the answer alongside points of agreement and disagreement. ## Quick Start Ask Claude to review the authentication module in src/auth and summarize its recommendations.