Calyx-Engineering

Arc Run — Development skill for Claude Code

Development community

Run the next set of the arc's playlist — names its tracks, waits for a yes, then dispatches them in parallel.

How to install Arc Run

Installs to ~/.claude/skills/calyx-engineering-arc-arc-run/SKILL.md

Terminal
mkdir -p ~/.claude/skills/calyx-engineering-arc-arc-run && curl -fsSL https://raw.githubusercontent.com/Calyx-Engineering/arc/HEAD/commands/arc-run.md -o ~/.claude/skills/calyx-engineering-arc-arc-run/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Arc Run does


description: Run the next set of the arc's playlist — names its tracks, waits for a yes, then dispatches them in parallel argument-hint: "[set label, e.g. S2] [--model ]" allowed-tools: Bash, Read

Run a set

Dispatch the next set of the current arc's playlist, or the one named in `$ARGUMENTS`. A set is several tracks — each one run, one worktree, one PR — that the playlist says may run at once.

1 Which arc

**The branch names it.** Every branch in an arc begins `arc/-

Alternatives in Development

  • Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★
  • Evo — turns your codebase into an autoresearch loop — discovers what to measure, instruments the benchmark, then run 1.4k ★
  • Content Shipped — Proactively detect and log shipped content when user mentions publishing, launching, or completing work 1k ★

Full documentation available on GitHub

View Source Repository