How AI‑coding power users actually set up Claude Code.
The config, the gear, the rituals — generated by a prompt, browsable, forkable. No login. No CLI. Just paste a prompt into your own Claude Code and you’re live.
> Split into three worktrees and run three independent Claude Code sessions on: feat/payments, test/payments, chore/ci-cacheOrchestrating… (2.2s)⏺ Bash(git worktree add ../feat-payments feat/payments) ⎿ Created worktree feat-payments⏺ Bash(git worktree add ../test-payments test/payments) ⎿ Created worktree test-payments⏺ Bash(git worktree add ../chore-ci chore/ci-cache) ⎿ Created worktree chore-ciThree worktrees ready. Launch separate Claude Code sessions in each directory.⏺ Worktrees initialized. Open three terminal tabs and run `claude` in each directory.