crouton-labs / 2026
Sharp tools for coding with agents.
// philosophy
The useful unit of agent work isn’t one model in one loop — it’s a fan-out. Many agents in parallel on decomposed subtasks. You step in where it matters: plan changes, merges, anything load-bearing. Throughput scales with how many you can run without losing the thread.
The repos below are what we reach for to make that shape work. Small, composable, and still moving — the parts that need to keep changing can’t carry a product’s worth of polish. If you’re already pushing Claude Code past defaults, you’ll recognize the territory. Open a PR.
// repositories
06 / ACTIVE- 01githubsisyphusClaude Code orchestration agent.
- 02githubhumanloopHuman-in-the-loop decision TUI — agents write questions, humans answer them.
- 03githubcrouton-kitClaude Code plugins marketplace.
- 04githubcaptureBrowser automation and UI validation via CDP — screenshots, HAR, a11y, click/type, JS exec.
- 05githubtermrenderRich terminal rendering of directive-flavored markdown.
- 06githubgroveParallel project instances — worktree-like environments for running many agents at once.