Skip to content
Tech News
← Back to articles

Cook: A simple CLI for orchestrating Claude Code

read original more articles
Why This Matters

The introduction of the /cook skill in Claude Code streamlines task orchestration through a simple CLI, enabling efficient automation of workflows involving multiple agents and review processes. This advancement enhances productivity for developers by simplifying complex task management and quality assurance within AI-driven coding environments.

Key Takeaways

Add the /cook skill to Claude Code:

Two ways to get it:

"DONE if all tasks complete, else NEXT"

"Work on next task in plan.md"

Workflow loops for Claude Code, Codex, and OpenCode.

Operators compose left to right. Each wraps everything to its left.

Run parallel branches and resolve: vN , vs , pick .

A prompt. One agent call. The core unit.

Cook parses three categories of tokens:

repeat (xN)

... continue reading