AI Summarywraps your coding agent (Claude Code, Codex, OpenCode) in composable workflows: review loops, repeat passes, parallel races, and task-list orchestration. Operators compose left to right. Loop operators wrap everything to their left. Custom review/gate prompts (positional shorthand):
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Cook — Agent Orchestration CLI" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/SKILL.md "https://raw.githubusercontent.com/rjcorwin/cook/main/skill/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
A simple CLI for orchestrating Claude Code, Codex, and OpenCode
Composition examples
`sh cook "A" vs "B" pick "criteria" -y # two approaches, pick winner cook "A" vs "B" merge "best of both" -y # synthesize both cook "A" vs "B" compare # comparison doc only (no prompts) cook "A" v3 "criteria" -y # race 3, implicit pick cook "A" x3 vs "B" x3 pick "best" -y # per-branch loop operators ` > Agents must always pass -y on composition commands to avoid hanging on prompts.
Prerequisites
Before running cook: • The project must have cook init run (creates COOK.md, .cook/config.json) • For composition operators (vs, vN), the working tree must be clean (commit first)
Cook — Agent Orchestration CLI
cook wraps your coding agent (Claude Code, Codex, OpenCode) in composable workflows: review loops, repeat passes, parallel races, and task-list orchestration. Important: Never use --sandbox none. The default sandbox mode (agent) is correct when running as a skill. It preserves the parent agent's security boundaries.
Single work call
cook "Implement dark mode"
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster