| ▲ | Cook: A simple CLI for orchestrating Claude Code(rjcorwin.github.io) | |||||||||||||||||||||||||||||||||||||||||||
| 64 points by staticvar 2 hours ago | 16 comments | ||||||||||||||||||||||||||||||||||||||||||||
| ▲ | sbinnee 32 minutes ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||||||||
There is a skill installation option. The skill markdown has 180 lines [1]. My take? I like it. It's concise enough for me to try it out. And I love the webpage. [1] https://github.com/rjcorwin/cook/blob/main/no-code/SKILL.md | ||||||||||||||||||||||||||||||||||||||||||||
| ▲ | xiaolu627 10 minutes ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||
Thanks for sharing this post about Cook CLI. I like how it uses a recipe-based pattern to define workflows declaratively, making orchestration simpler and cleaner. Great approach to handling execution! | ||||||||||||||||||||||||||||||||||||||||||||
| ▲ | rc_kas an hour ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||
Can someone explain what this is to my n00b brain. I don't get what claude-cli is missing that this adds in? | ||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||
| ▲ | pissedoffadmin 19 minutes ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||
i wanna pelt rocks at anthropic | ||||||||||||||||||||||||||||||||||||||||||||
| ▲ | rafaamaral an hour ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||||||||
Nice approach to the orchestration problem. The recipe-based pattern is clean — define the workflow declaratively, let the CLI handle the execution. One thing I've been thinking about with tools like this: as you chain more Claude Code calls, the cost compounds fast. A single "cook" run with 5-6 steps could easily burn through $10-15 in API credits if you're not careful about which model handles which step. Has anyone experimented with routing different recipe steps to different model tiers? E.g., using Haiku for boilerplate generation and Opus only for the steps that actually need deep reasoning? That's where the real savings are in multi-agent orchestration. | ||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||