Machine setup runbooks designed to be executed by Claude Code. They contain automation instructions, manual step callouts, and Claude-specific notes that guide you through setting up a development machine from scratch.
On a fresh machine, run the bootstrap script to install Claude Code, Git, and clone this repo. Then launch Claude Code and follow the runbooks.
Open PowerShell and run:
irm https://raw.githubusercontent.com/TheSevenPens/Runbooks/master/bootstrap/bootstrap-windows.ps1 | iexThis installs Git and Claude Code, then clones the repo to ~/Documents/GitHub/Runbooks.
Open Terminal and run:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/TheSevenPens/Runbooks/master/bootstrap/bootstrap-mac.sh)"This installs Homebrew, PowerShell 7, Claude Code, and clones the repo to ~/Documents/GitHub/Runbooks.
cd ~/Documents/GitHub/Runbooks
claudeThen tell Claude which runbook to follow:
- Machine setup:
windows-setup-runbook.mdormac-setup-runbook.md - Tool versions (mise):
mise-env-runbook.md - Tool versions (conda):
conda-env-runbook.md
See CLAUDE.md for repo structure, conventions, and instructions for Claude Code.