Setup / Stack

AI Coding Stack

How Claude Code and Codex run together through Conductor, with Superpowers and Caveman layered on top, and a cron of internal skills underneath.

Creator2026Claude CodeCodexConductorAgent Skills

This is the stack I actually run every day, not a wish list.

What it's made of

  • Conductor. Claude Code and Codex both run through conductor.build, each in its own workspace, so I can push several pieces of work forward at once instead of one thread at a time.
  • Superpowers, by Jesse Vincent. A skills library that pushes the agent toward the habits an experienced developer already has: brainstorm first, write a plan, test before implementing. It's the difference between vibe coding and having a senior engineer actually think through the problem.
  • Caveman, by Julius Brussee. Cuts output tokens by roughly 75% without losing technical substance, so longer sessions stay cheap.
  • 60 to 70 internal skills, cron'd. The repeatable pieces of my own workflow run on a schedule instead of being re-prompted by hand — the automation layer underneath the coding layer.