regardo911

Claude Code In Parallel — Development skill for Claude Code

Development community

Point a metered, verified, replayable agent graph at a repository you own.

How to install Claude Code In Parallel

This entry records only its repository, not the path inside it, so there is no exact command to give. Open regardo911/claude-code-in-parallel and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Code In Parallel does

Point a metered, verified, replayable agent graph at a repository you own. Companion code to the book. Educational software, from youcanbuildthings.com.

Alternatives in Development

  • Auto — Smart router - Single entry point with natural language intent detection 2.8k ★
  • Agentlas — Agentlas commands — one entry point for network, build, storm, call, and the rest 1.1k ★
  • Translate Book — Claude Code skill that translates entire books (PDF/DOCX/EPUB) into any language using parallel subagents 542 ★

README

Claude Code In Parallel

**Point a metered, verified, replayable agent graph at a repository you own, in about fifteen minutes.**

![One agent versus a graph, three races. The graph lost two of them.](docs/images/hero.png)

The companion repository for *Claude Code In Parallel: The Graph Engineering Playbook*. Every graph in the book, one folder per chapter, under the book's own filenames. Book and more at [youcanbuildthings.com](https://youcanbuildthings.com).

Start here

**I want the graph running on a repo I own**

./install.sh ~/path/to/your/repo

Copies the three node files and the three gates into that repo's `.claude/`, wires them into `.claude/settings.json` (merging rather than overwriting one you already have), and puts the domain-free machinery in `graph/`. Then, in your repo, `bash graph/dry-run.sh graph/rg.sh` runs the whole graph with no model and no bill, and `bash graph/rg.sh` runs it for real.

**I want to see it work before it costs me anything**

bash verify.sh

Runs every artifact here that doesn't need a model, against the book's own committed measurements, and prints what each one produced. No key, no account, no network. 106 checks on a fresh clone.

**I finished the book and just want the files**

Everything is under `chapters/`, at the book's own filenames. The copy table below says where each one goes in your project.

The copy table

The node and hook files live un-nested here and belong under `.claude/` in *your* project. `./install.sh` does this for you; this is what it does.

From this repo Goes in your project at
chapters/04-your-first-real-graph/agents/searcher.md .claude/agents/searcher.md
chapters/04-your-first-real-graph/agents/judge.md .claude/agents/judge.md
chapters/06-the-node-that-lies/agents/verifier.md .claude/agents/verifier.md
chapters/05-your-first-bill/hooks/budget.sh .claude/hooks/budget.sh
`chapters/06-the-node-that-lies/hooks/re