bash git clone https://github.com/Donchitos/Claude-Code-Game-Studios.git my-game cd my-game claude bash Copy only the studio infrastructure (no src/ or assets/ overwrite) git clone https://github.com/Donchitos/Claude-Code-Game-Studios.git studio tmp cp -r studio tmp/.claude ./ cp studio tmp/CLAUDE.md ./CLAUDE.md rm -rf studio tmp claude Then run: /adopt # Detects existing code and maps it into the studio structure bash Required npm install -g @anthropic-ai/claude-code Recommended (hooks fail gracefully without these) brew install jq # macOS sudo apt install jq # Linux Python 3 — usually pre-i…