claude-cli
Invoke Anthropic's Claude Code CLI from Codex for external reviews, second opinions, and file-based analysis. Use when the user asks to call Claude or Claude Code, compare Codex with Claude, run a quick one-shot prompt through Claude, or launch a background Claude review over many files, diffs, or a prepared context file. --- # Claude CLI Use this skill when you want a second model's output without leaving the current Codex session. It covers both tiny prompts and large reviews where Claude should read files from disk. ## Quick Start Quick prompt, foreground: ```bash /home/fabians/.claude/skills/claude-cli/scripts/claude-run.sh \ --prompt-text "Explain what tf_interpolate() does in 5 bullets." \ --model sonnet ``` Large review, background: Use Codex's long-running `exec_command` session for concurrency, not shell-detached `nohup`. Launch the Claude command with a short `yield_time_ms`, keep the returned `session_id`, continue your other work, and later poll that session with `write_stdin`.
Changelog: Source: GitHub https://github.com/slds-lmu/ai-scaffolding
No comments yet. Be the first one!