{"repo":"Donchitos/Claude-Code-Game-Studios","free":true,"listed":false,"github":"https://github.com/Donchitos/Claude-Code-Game-Studios","clone":"git clone https://github.com/Donchitos/Claude-Code-Game-Studios.git","description":"Turn Claude Code into a full game dev studio — 49 AI agents, 72 workflow skills, and a complete coordination system mirroring real studio hierarchy.","language":"Shell","stars":23921,"topics":["ai-agents","ai-assisted-development","anthropic","claude","claude-code","game-design","game-development","gamedev","godot","indie-game-dev","unity","unreal-engine"],"license":"MIT","category":"ai_workflow_orchestrator","readme_excerpt":"<p align=\"center\">\n  <h1 align=\"center\">Claude Code Game Studios</h1>\n  <p align=\"center\">\n    Turn a single Claude Code session into a full game development studio.\n    <br />\n    49 agents. 73 skills. One coordinated AI team.\n  </p>\n</p>\n\n<p align=\"center\">\n  <a href=\"LICENSE\"><img src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"MIT License\"></a>\n  <a href=\".claude/agents\"><img src=\"https://img.shields.io/badge/agents-49-blueviolet\" alt=\"49 Agents\"></a>\n  <a href=\".claude/skills\"><img src=\"https://img.shields.io/badge/skills-73-green\" alt=\"73 Skills\"></a>\n  <a href=\".claude/hooks\"><img src=\"https://img.shields.io/badge/hooks-12-orange\" alt=\"12 Hooks\"></a>\n  <a href=\".claude/rules\"><img src=\"https://img.shields.io/badge/rules-11-red\" alt=\"11 Rules\"></a>\n  <a href=\"https://docs.anthropic.com/en/docs/claude-code\"><img src=\"https://img.shields.io/badge/built%20for-Claude%20Code-f5f5f5?logo=anthropic\" alt=\"Built for Claude Code\"></a>\n  <a href=\"https://www.buymeacoffee.com/donchitos3\"><img src=\"https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Support%20this%20project-FFDD00?logo=buymeacoffee&logoColor=black\" alt=\"Buy Me a Coffee\"></a>\n  <a href=\"https://github.com/sponsors/Donchitos\"><img src=\"https://img.shields.io/badge/GitHub%20Sponsors-Support%20this%20project-ea4aaa?logo=githubsponsors&logoColor=white\" alt=\"GitHub Sponsors\"></a>\n</p>\n\n---\n\n## Why This Exists\n\nBuilding a game solo with AI is powerful — but a single chat session has no structure. No one stops you from hardcoding magic numbers, skipping design docs, or writing spaghetti code. There's no QA pass, no design review, no one asking \"does this actually fit the game's vision?\"\n\n**Claude Code Game Studios** solves this by giving your AI session the structure of a real studio. Instead of one general-purpose assistant, you get 49 specialized agents organized into a studio hierarchy — directors who guard the vision, department leads who own their domains, and specialists who do the hands-on work. Each agent has defined responsibilities, escalation paths, and quality gates.\n\nThe result: you still make every decision, but now you have a team that asks the right questions, catches mistakes early, and keeps your project organized from first brainstorm to launch.\n\n---\n\n## Table of Contents\n\n- [What's Included](#whats-included)\n- [Studio Hierarchy](#studio-hierarchy)\n- [Slash Commands](#slash-commands)\n- [Getting Started](#getting-started)\n- [Upgrading](#upgrading)\n- [Project Structure](#project-structure)\n- [How It Works](#how-it-works)\n- [Design Philosophy](#design-philosophy)\n- [Customization](#customization)\n- [Platform Support](#platform-support)\n- [Community](#community)\n- [Supporting This Project](#supporting-this-project)\n- [License](#license)\n\n---\n\n## What's Included\n\n| Category | Count | Description |\n|----------|-------|-------------|\n| **Agents** | 49 | Specialized subagents across design, programming, art, audio, narrative, QA, and production |\n| **Skills** | 73 | Slash commands for every workflow phase (`/start`, `/design-system`, `/create-epics`, `/create-stories`, `/dev-story`, `/story-done`, etc.) |\n| **Hooks** | 12 | Automated validation on commits, pushes, asset changes, session lifecycle, agent audit trail, and gap detection |\n| **Rules** | 11 | Path-scoped coding standards enforced when editing gameplay, engine, AI, UI, network code, and more |\n| **Templates** | 41 | Document templates for GDDs, UX specs, ADRs, sprint plans, HUD design, accessibility, and more |\n\n## Studio Hierarchy\n\nAgents are organized into three tiers, matching how real studios operate:\n\n```\nTier 1 — Directors (Opus)\n  creative-director    technical-director    producer\n\nTier 2 — Department Leads (Sonnet)\n  game-designer        lead-programmer       art-director\n  audio-director       narrative-director    qa-lead\n  release-manager      localization-lead\n\nTier 3 — Specialists (Sonnet/Haiku)\n  gameplay-programmer  engine-programmer     ai-programmer\n  network-programmer   tools-programmer      ui-programmer\n  systems-designer     level-designer        economy-designer\n  technical-artist     sound-designer        writer\n  world-builder        ux-designer           prototyper\n  performance-analyst  devops-engineer       analytics-engineer\n  security-engineer    qa-tester             accessibility-specialist\n  live-ops-designer    community-manager\n```\n\n### Engine Specialists\n\nThe template includes agent sets for all three major engines. Use the set that matches your project:\n\n| Engine | Lead Agent | Sub-Specialists |\n|--------|-----------|-----------------|\n| **Godot 4** | `godot-specialist` | GDScript, Shaders, GDExtension |\n| **Unity** | `unity-specialist` | DOTS/ECS, Shaders/VFX, Addressables, UI Toolkit |\n| **Unreal Engine 5** | `unreal-specialist` | GAS, Blueprints, Replication, UMG/CommonUI |\n\n## Slash Commands\n\nType `/` in Claude Code to access all 73 skills:\n\n**Onboarding & Navigation**\n`/start` `/help` `/project-stage-detect` `/setup-engine` `/adopt`\n\n**Game Design**\n`/brainstorm` `/map-systems` `/design-system` `/quick-design` `/review-all-gdds` `/propagate-design-change`\n\n**Art & Assets**\n`/art-bible` `/asset-spec` `/asset-audit`\n\n**UX & Interface Design**\n`/ux-design` `/ux-review`\n\n**Architecture**\n`/create-architecture` `/architecture-decision` `/architecture-review` `/create-control-manifest`\n\n**Stories & Sprints**\n`/create-epics` `/create-stories` `/dev-story` `/sprint-plan` `/sprint-status` `/story-readiness` `/story-done` `/estimate`\n\n**Reviews & Analysis**\n`/design-review` `/code-review` `/balance-check` `/content-audit` `/scope-check` `/perf-profile` `/tech-debt` `/gate-check` `/consistency-check` `/security-audit`\n\n**QA & Testing**\n`/qa-plan` `/smoke-check` `/soak-test` `/regression-suite` `/test-setup` `/test-helpers` `/test-evidence-review` `/test-flakiness` `/skill-test` `/skill-improve`\n\n**Production**\n`/milestone-review` `/retrospective` `/bug-report` `/bug-triage` `/reverse-document` `/playtest-report`\n\n**Release**\n`/release-checklist` `/launch-checklist` `/changelog` `/patch-notes` `/hotfix` `/day-one-patch`\n\n**Creative & Content**\n`/prototype` `/onboard` `/localize`\n\n**Team Orchestration** (coordinate multiple agents on a single feature)\n`/team-combat` `/team-narrative` `/team-ui` `/team-release` `/team-polish` `/team-audio` `/team-level` `/team-live-ops` `/team-qa`\n\n## Getting Started\n\n### Prerequisites\n\n- [Git](https://git-scm.com/)\n- [Claude Code](https://docs.anthropic.com/en/docs/claude-code) (`npm install -g @anthropic-ai/claude-code`)\n- **Recommended**: [jq](https://jqlang.github.io/jq/) (for hook validation) and Python 3 (for JSON validation)\n\nAll hooks fail gracefully if optional tools are missing — nothing breaks, you just lose validation.\n\n### Setup\n\n1. **Clone or use as template**:\n   ```bash\n   git clone https://github.com/Donchitos/Claude-Code-Game-Studios.git my-game\n   cd my-game\n   ```\n\n2. **Open Claude Code** and start a session:\n   ```bash\n   claude\n   ```\n\n3. **Run `/start`** — the system asks where you are (no idea, vague concept,\n   clear design, existing work) and guides you to the right workflow. No assumptions.\n\n   Or jump directly to a specific skill if you already know what you need:\n   - `/brainstorm` — explore game ideas from scratch\n   - `/setup-engine godot 4.6` — configure your engine if you already know\n   - `/project-stage-detect` — analyze an existing project\n\n## Upgrading\n\nAlready using an older version of this template? See [UPGRADING.md](UPGRADING.md)\nfor step-by-step migration instructions, a breakdown of what changed between\nversions, and which files are safe to overwrite vs. which need a manual merge.\n\n## Project Structure\n\n```\nCLAUDE.md                           # Master configuration\n.claude/\n  settings.json                     # Hooks, permissions, safety rules\n  agents/                           # 49 agent definitions (markdown + YAML frontmatter)\n  skills/                           # 73 slash commands (subdirectory per skill)\n  hooks/                            # 12 hook scripts (bash, cross-platform)\n  rules/                            # 11 path-scoped coding standards\n  statusline.sh                     # Status line script (context%, model, stage, epic breadcrumb)\n  docs/\n    workflow-catalog.yaml           # 7-phase pipeline definition (read by /help)\n    templates/                      # 41 document templates\nsrc/                                # Game source code\nassets/                             # Art, audio, VFX, shaders, data files\ndesign/                             # GDDs, narrative docs, level designs\ndocs/                               # Technical documentation and ADRs\ntests/                              # Test suites (unit, integration, performance, playtest)\ntools/                              # Build and pipeline tools\nprototypes/                         # Throwaway prototypes (isolated from src/)\nproduction/                         # Sprint plans, milestones, release tracking\n```\n\n## How It Works\n\n### Agent Coordination\n\nAgents follow a structured delegation model:\n\n1. **Vertical delegation** — directors delegate to leads, leads delegate to specialists\n2. **Horizontal consultation** — same-tier agents can consult each other but can't make binding cross-domain decisions\n3. **Conflict resolution** — disagreements escalate up to the shared parent (`creative-director` for design, `technical-director` for technical)\n4. **Change propagation** — cross-department changes are coordinated by `producer`\n5. **Domain boundaries** — agents don't modify files outside their domain without explicit delegation\n\n### Collaborative, Not Autonomous\n\nThis is **not** an auto-pilot system. Every agent follows a strict collaboration protocol:\n\n1. **Ask** — agents ask questions before proposing solutions\n2. **Present options** — agents show 2-4 options with pros/cons\n3. **You decide** — the user always makes the call\n4. **Draft** — agents show work before finalizing\n5. **Approve** — nothing ge","default_branch":"main","files":417,"tree":[".claude/agent-memory/lead-programmer/MEMORY.md",".claude/agents/accessibility-specialist.md",".claude/agents/ai-programmer.md",".claude/agents/analytics-engineer.md",".claude/agents/art-director.md",".claude/agents/audio-director.md",".claude/agents/community-manager.md",".claude/agents/creative-director.md",".claude/agents/devops-engineer.md",".claude/agents/economy-designer.md",".claude/agents/engine-programmer.md",".claude/agents/game-designer.md",".claude/agents/gameplay-programmer.md",".claude/agents/godot-csharp-specialist.md",".claude/agents/godot-gdextension-specialist.md",".claude/agents/godot-gdscript-specialist.md",".claude/agents/godot-shader-specialist.md",".claude/agents/godot-specialist.md",".claude/agents/lead-programmer.md",".claude/agents/level-designer.md",".claude/agents/live-ops-designer.md",".claude/agents/localization-lead.md",".claude/agents/narrative-director.md",".claude/agents/network-programmer.md",".claude/agents/performance-analyst.md",".claude/agents/producer.md",".claude/agents/prototyper.md",".claude/agents/qa-lead.md",".claude/agents/qa-tester.md",".claude/agents/release-manager.md",".claude/agents/security-engineer.md",".claude/agents/sound-designer.md",".claude/agents/systems-designer.md",".claude/agents/technical-artist.md",".claude/agents/technical-director.md",".claude/agents/tools-programmer.md",".claude/agents/ue-blueprint-specialist.md",".claude/agents/ue-gas-specialist.md",".claude/agents/ue-replication-specialist.md",".claude/agents/ue-umg-specialist.md",".claude/agents/ui-programmer.md",".claude/agents/unity-addressables-specialist.md",".claude/agents/unity-dots-specialist.md",".claude/agents/unity-shader-specialist.md",".claude/agents/unity-specialist.md",".claude/agents/unity-ui-specialist.md",".claude/agents/unreal-specialist.md",".claude/agents/ux-designer.md",".claude/agents/world-builder.md",".claude/agents/writer.md",".claude/docs/CLAUDE-local-template.md",".claude/docs/agent-coordination-map.md",".claude/docs/agent-roster.md",".claude/docs/coding-standards.md",".claude/docs/context-management.md",".claude/docs/coordination-rules.md",".claude/docs/director-gates.md",".claude/docs/directory-structure.md",".claude/docs/hooks-reference.md",".claude/docs/hooks-reference/hook-input-schemas.md",".claude/docs/hooks-reference/post-merge-asset-validation.md",".claude/docs/hooks-reference/post-sprint-retrospective.md",".claude/docs/hooks-reference/pre-commit-code-quality.md",".claude/docs/hooks-reference/pre-commit-design-check.md",".claude/docs/hooks-reference/pre-push-test-gate.md",".claude/docs/quick-start.md",".claude/docs/review-workflow.md",".claude/docs/rules-reference.md",".claude/docs/settings-local-template.md",".claude/docs/setup-requirements.md",".claude/docs/skills-reference.md",".claude/docs/technical-preferences.md",".claude/docs/templates/accessibility-requirements.md",".claude/docs/templates/architecture-decision-record.md",".claude/docs/templates/architecture-doc-from-code.md",".claude/docs/templates/architecture-traceability.md",".claude/docs/templates/art-bible.md",".claude/docs/templates/changelog-template.md",".claude/docs/templates/collaborative-protocols/design-agent-protocol.md",".claude/docs/templates/collaborative-protocols/implementation-agent-protocol.md",".claude/docs/templates/collaborative-protocols/leadership-agent-protocol.md",".claude/docs/templates/concept-doc-from-prototype.md",".claude/docs/templates/design-doc-from-implementation.md",".claude/docs/templates/difficulty-curve.md",".claude/docs/templates/economy-model.md",".claude/docs/templates/faction-design.md",".claude/docs/templates/game-concept.md",".claude/docs/templates/game-design-document.md",".claude/docs/templates/game-pillars.md",".claude/docs/templates/hud-design.md",".claude/docs/templates/incident-response.md",".claude/docs/templates/interaction-pattern-library.md",".claude/docs/templates/level-design-document.md",".claude/docs/templates/milestone-definition.md",".claude/docs/templates/narrative-character-sheet.md",".claude/docs/templates/pitch-document.md",".claude/docs/templates/player-journey.md",".claude/docs/templates/post-mortem.md",".claude/docs/templates/project-stage-report.md",".claude/docs/templates/prototype-report.md",".claude/docs/templates/release-checklist-template.md",".claude/docs/templates/release-notes.md",".claude/docs/templates/risk-register-entry.md",".claude/docs/templates/skill-test-spec.md",".claude/docs/templates/sound-bible.md",".claude/docs/templates/sprint-plan.md",".claude/docs/templates/systems-index.md",".claude/docs/templates/technical-design-document.md",".claude/docs/templates/test-evidence.md",".claude/docs/templates/test-plan.md",".claude/docs/templates/ux-spec.md",".claude/docs/templates/vertical-slice-report.md",".claude/docs/workflow-catalog.yaml",".claude/hooks/detect-gaps.sh",".claude/hooks/log-agent-stop.sh",".claude/hooks/log-agent.sh",".claude/hooks/notify.sh",".claude/hooks/post-compact.sh",".claude/hooks/pre-compact.sh",".claude/hooks/session-start.sh",".claude/hooks/session-stop.sh",".claude/hooks/validate-assets.sh",".claude/hooks/validate-commit.sh",".claude/hooks/validate-push.sh",".claude/hooks/validate-skill-change.sh",".claude/rules/ai-code.md",".claude/rules/data-files.md",".claude/rules/design-docs.md",".claude/rules/engine-code.md",".claude/rules/gameplay-code.md",".claude/rules/narrative.md",".claude/rules/network-code.md",".claude/rules/prototype-code.md",".claude/rules/shader-code.md",".claude/rules/test-standards.md",".claude/rules/ui-code.md",".claude/settings.json",".claude/skills/adopt/SKILL.md",".claude/skills/architecture-decision/SKILL.md",".claude/skills/architecture-review/SKILL.md",".claude/skills/art-bible/SKILL.md",".claude/skills/asset-audit/SKILL.md",".claude/skills/asset-spec/SKILL.md",".claude/skills/balance-check/SKILL.md",".claude/skills/brainstorm/SKILL.md",".claude/skills/bug-report/SKILL.md",".claude/skills/bug-triage/SKILL.md",".claude/skills/changelog/SKILL.md",".claude/skills/code-review/SKILL.md",".claude/skills/consistency-check/SKILL.md",".claude/skills/content-audit/SKILL.md",".claude/skills/create-architecture/SKILL.md",".claude/skills/create-control-manifest/SKILL.md",".claude/skills/create-epics/SKILL.md",".claude/skills/create-stories/SKILL.md",".claude/skills/day-one-patch/SKILL.md",".claude/skills/design-review/SKILL.md",".claude/skills/design-system/SKILL.md",".claude/skills/dev-story/SKILL.md",".claude/skills/estimate/SKILL.md",".claude/skills/gate-check/SKILL.md",".claude/skills/help/SKILL.md",".claude/skills/hotfix/SKILL.md",".claude/skills/launch-checklist/SKILL.md",".claude/skills/localize/SKILL.md",".claude/skills/map-systems/SKILL.md",".claude/skills/milestone-review/SKILL.md",".claude/skills/onboard/SKILL.md",".claude/skills/patch-notes/SKILL.md",".claude/skills/perf-profile/SKILL.md",".claude/skills/playtest-report/SKILL.md",".claude/skills/project-stage-detect/SKILL.md",".claude/skills/propagate-design-change/SKILL.md",".claude/skills/prototype/SKILL.md",".claude/skills/qa-plan/SKILL.md",".claude/skills/quick-design/SKILL.md",".claude/skills/regression-suite/SKILL.md",".claude/skills/release-checklist/SKILL.md",".claude/skills/retrospective/SKILL.md",".claude/skills/reverse-document/SKILL.md",".claude/skills/review-all-gdds/SKILL.md",".claude/skills/scope-check/SKILL.md",".claude/skills/security-audit/SKILL.md",".claude/skills/setup-engine/SKILL.md",".claude/skills/skill-improve/SKILL.md",".claude/skills/skill-test/SKILL.md",".claude/skills/smoke-check/SKILL.md",".claude/skills/soak-test/SKILL.md",".claude/skills/sprint-plan/SKILL.md",".claude/skills/sprint-status/SKILL.md",".claude/skills/start/SKILL.md",".claude/skills/story-done/SKILL.md",".claude/skills/story-readiness/SKILL.md",".claude/skills/team-audio/SKILL.md",".claude/skills/team-combat/SKILL.md",".claude/skills/team-level/SKILL.md",".claude/skills/team-live-ops/SKILL.md",".claude/skills/team-narrative/SKILL.md",".claude/skills/team-polish/SKILL.md",".claude/skills/team-qa/SKILL.md",".claude/skills/team-release/SKILL.md",".claude/skills/team-ui/SKILL.md",".claude/skills/tech-debt/SKILL.md",".claude/skills/test-evidence-review/SKILL.md",".claude/skills/test-flakiness/SKILL.md",".claude/skills/test-helpers/SKILL.md",".claude/skills/test-setup/SKILL.md",".claude/skills/ux-design/SKILL.md",".claude/skills/ux-review/SKILL.md",".claude/skills/vertical-slice/SKILL.md",".claude/statusline.sh",".github/CODEOWNERS",".github/FUNDING.yml",".github/ISSUE_TEMPLATE/bug_report.md",".github/ISSUE_TEMPLATE/feature_request.md",".github/PULL_REQUEST_TEMPLATE.md",".gitignore","CCGS Skill Testing Framework/CLAUDE.md","CCGS Skill Testing Framework/README.md","CCGS Skill Testing Framework/agents/directors/art-director.md","CCGS Skill Testing Framework/agents/directors/creative-director.md","CCGS Skill Testing Framework/agents/directors/producer.md","CCGS Skill Testing Framework/agents/directors/technical-director.md","CCGS Skill Testing Framework/agents/engine/godot/godot-csharp-specialist.md","CCGS Skill Testing Framework/agents/engine/godot/godot-gdextension-specialist.md","CCGS Skill Testing Framework/agents/engine/godot/godot-gdscript-specialist.md","CCGS Skill Testing Framework/agents/engine/godot/godot-shader-specialist.md","CCGS Skill Testing Framework/agents/engine/godot/godot-specialist.md","CCGS Skill Testing Framework/agents/engine/unity/unity-addressables-specialist.md","CCGS Skill Testing Framework/agents/engine/unity/unity-dots-specialist.md","CCGS Skill Testing Framework/agents/engine/unity/unity-shader-specialist.md","CCGS Skill Testing Framework/agents/engine/unity/unity-specialist.md","CCGS Skill Testing Framework/agents/engine/unity/unity-ui-specialist.md","CCGS Skill Testing Framework/agents/engine/unreal/ue-blueprint-specialist.md","CCGS Skill Testing Framework/agents/engine/unreal/ue-gas-specialist.md","CCGS Skill Testing Framework/agents/engine/unreal/ue-replication-specialist.md","CCGS Skill Testing Framework/agents/engine/unreal/ue-umg-specialist.md","CCGS Skill Testing Framework/agents/engine/unreal/unreal-specialist.md","CCGS Skill Testing Framework/agents/leads/audio-director.md","CCGS Skill Testing Framework/agents/leads/game-designer.md","CCGS Skill Testing Framework/agents/leads/lead-programmer.md","CCGS Skill Testing Framework/agents/leads/level-designer.md","CCGS Skill Testing Framework/agents/leads/narrative-director.md","CCGS Skill Testing Framework/agents/leads/qa-lead.md","CCGS Skill Testing Framework/agents/leads/systems-designer.md","CCGS Skill Testing Framework/agents/operations/analytics-engineer.md","CCGS Skill Testing Framework/agents/operations/community-manager.md","CCGS Skill Testing Framework/agents/operations/devops-engineer.md","CCGS Skill Testing Framework/agents/operations/economy-designer.md","CCGS Skill Testing Framework/agents/operations/live-ops-designer.md","CCGS Skill Testing Framework/agents/operations/localization-lead.md","CCGS Skill Testing Framework/agents/operations/release-manager.md","CCGS Skill Testing Framework/agents/qa/accessibility-specialist.md","CCGS Skill Testing Framework/agents/qa/qa-tester.md","CCGS Skill Testing Framework/agents/qa/security-engineer.md","CCGS Skill Testing Framework/agents/specialists/ai-programmer.md","CCGS Skill Testing Framework/agents/specialists/engine-programmer.md","CCGS Skill Testing Framework/agents/specialists/gameplay-programmer.md","CCGS Skill Testing Framework/agents/specialists/network-programmer.md","CCGS Skill Testing Framework/agents/specialists/performance-analyst.md","CCGS Skill Testing Framework/agents/specialists/prototyper.md","CCGS Skill Testing Framework/agents/specialists/sound-designer.md","CCGS Skill Testing Framework/agents/specialists/technical-artist.md","CCGS Skill Testing Framework/agents/specialists/tools-programmer.md","CCGS Skill Testing Framework/agents/specialists/ui-programmer.md","CCGS Skill Testing Framework/agents/specialists/ux-designer.md","CCGS Skill Testing Framework/agents/specialists/world-builder.md","CCGS Skill Testing Framework/agents/specialists/writer.md","CCGS Skill Testing Framework/catalog.yaml","CCGS Skill Testing Framework/quality-rubric.md","CCGS Skill Testing Framework/skills/analysis/asset-audit.md","CCGS Skill Testing Framework/skills/analysis/balance-check.md","CCGS Skill Testing Framework/skills/analysis/code-review.md","CCGS Skill Testing Framework/skills/analysis/consistency-check.md","CCGS Skill Testing Framework/skills/analysis/content-audit.md","CCGS Skill Testing Framework/skills/analysis/estimate.md","CCGS Skill Testing Framework/skills/analysis/perf-profile.md","CCGS Skill Testing Framework/skills/analysis/scope-check.md","CCGS Skill Testing Framework/skills/analysis/security-audit.md","CCGS Skill Testing Framework/skills/analysis/tech-debt.md","CCGS Skill Testing Framework/skills/analysis/test-evidence-review.md","CCGS Skill Testing Framework/skills/analysis/test-flakiness.md","CCGS Skill Testing Framework/skills/authoring/architecture-decision.md","CCGS Skill Testing Framework/skills/authoring/art-bible.md","CCGS Skill Testing Framework/skills/authoring/create-architecture.md","CCGS Skill Testing Framework/skills/authoring/design-system.md","CCGS Skill Testing Framework/skills/authoring/quick-design.md","CCGS Skill Testing Framework/skills/authoring/ux-design.md","CCGS Skill Testing Framework/skills/authoring/ux-review.md","CCGS Skill Testing Framework/skills/gate/gate-check.md","CCGS Skill Testing Framework/skills/pipeline/create-control-manifest.md","CCGS Skill Testing Framework/skills/pipeline/create-epics.md","CCGS Skill Testing Framework/skills/pipeline/create-stories.md","CCGS Skill Testing Framework/skills/pipeline/dev-story.md","CCGS Skill Testing Framework/skills/pipeline/map-systems.md","CCGS Skill Testing Framework/skills/pipeline/propagate-design-change.md","CCGS Skill Testing Framework/skills/readiness/story-done.md","CCGS Skill Testing Framework/skills/readiness/story-readiness.md","CCGS Skill Testing Framework/skills/review/architecture-review.md","CCGS Skill Testing Framework/skills/review/design-review.md","CCGS Skill Testing Framework/skills/review/review-all-gdds.md","CCGS Skill Testing Framework/skills/sprint/changelog.md","CCGS Skill Testing Framework/skills/sprint/milestone-review.md","CCGS Skill Testing Framework/skills/sprint/patch-notes.md","CCGS Skill Testing Framework/skills/sprint/retrospective.md","CCGS Skill Testing Framework/skills/sprint/sprint-plan.md","CCGS Skill Testing Framework/skills/sprint/sprint-status.md","CCGS Skill Testing Framework/skills/team/team-audio.md","CCGS Skill Testing Framework/skills/team/team-combat.md","CCGS Skill Testing Framework/skills/team/team-level.md","CCGS Skill Testing Framework/skills/team/team-live-ops.md","CCGS Skill Testing Framework/skills/team/team-narrative.md","CCGS Skill Testing Framework/skills/team/team-polish.md","CCGS Skill Testing Framework/skills/team/team-qa.md","CCGS Skill Testing Framework/skills/team/team-release.md","CCGS Skill Testing Framework/skills/team/team-ui.md","CCGS Skill Testing Framework/skills/utility/adopt.md","CCGS Skill Testing Framework/skills/utility/asset-spec.md","CCGS Skill Testing Framework/skills/utility/brainstorm.md","CCGS Skill Testing Framework/skills/utility/bug-report.md","CCGS Skill Testing Framework/skills/utility/bug-triage.md","CCGS Skill Testing Framework/skills/utility/day-one-patch.md","CCGS Skill Testing Framework/skills/utility/help.md","CCGS Skill Testing Framework/skills/utility/hotfix.md","CCGS Skill Testing Framework/skills/utility/launch-checklist.md","CCGS Skill Testing Framework/skills/utility/localize.md","CCGS Skill Testing Framework/skills/utility/onboard.md","CCGS Skill Testing Framework/skills/utility/playtest-report.md","CCGS Skill Testing Framework/skills/utility/project-stage-detect.md","CCGS Skill Testing Framework/skills/utility/prototype.md","CCGS Skill Testing Framework/skills/utility/qa-plan.md","CCGS Skill Testing Framework/skills/utility/regression-suite.md","CCGS Skill Testing Framework/skills/utility/release-checklist.md","CCGS Skill Testing Framework/skills/utility/reverse-document.md","CCGS Skill Testing Framework/skills/utility/setup-engine.md","CCGS Skill Testing Framework/skills/utility/skill-improve.md","CCGS Skill Testing Framework/skills/utility/skill-test.md","CCGS Skill Testing Framework/skills/utility/smoke-check.md","CCGS Skill Testing Framework/skills/utility/soak-test.md","CCGS Skill Testing Framework/skills/utility/start.md","CCGS Skill Testing Framework/skills/utility/test-helpers.md","CCGS Skill Testing Framework/skills/utility/test-setup.md","CCGS Skill Testing Framework/templates/agent-test-spec.md","CCGS Skill Testing Framework/templates/skill-test-spec.md","CLAUDE.md","CONTRIBUTING.md","LICENSE","README.md","SECURITY.md","UPGRADING.md","design/CLAUDE.md","design/registry/entities.yaml","docs/CLAUDE.md","docs/COLLABORATIVE-DESIGN-PRINCIPLE.md","docs/WORKFLOW-GUIDE.md","docs/architecture/tr-registry.yaml","docs/engine-reference/README.md","docs/engine-reference/godot/VERSION.md","docs/engine-reference/godot/breaking-changes.md","docs/engine-reference/godot/current-best-practices.md","docs/engine-reference/godot/deprecated-apis.md","docs/engine-reference/godot/modules/animation.md","docs/engine-reference/godot/modules/audio.md","docs/engine-reference/godot/modules/input.md","docs/engine-reference/godot/modules/navigation.md","docs/engine-reference/godot/modules/networking.md","docs/engine-reference/godot/modules/physics.md","docs/engine-reference/godot/modules/rendering.md","docs/engine-reference/godot/modules/ui.md","docs/engine-reference/unity/PLUGINS.md","docs/engine-reference/unity/VERSION.md","docs/engine-reference/unity/breaking-changes.md","docs/engine-reference/unity/current-best-practices.md","docs/engine-reference/unity/deprecated-apis.md","docs/engine-reference/unity/modules/animation.md","docs/engine-reference/unity/modules/audio.md","docs/engine-reference/unity/modules/input.md","docs/engine-reference/unity/modules/navigation.md","docs/engine-reference/unity/modules/networking.md","docs/engine-reference/unity/modules/physics.md","docs/engine-reference/unity/modules/rendering.md","docs/engine-reference/unity/modules/ui.md","docs/engine-reference/unity/plugins/addressables.md","docs/engine-reference/unity/plugins/cinemachine.md","docs/engine-reference/unity/plugins/dots-entities.md","docs/engine-reference/unreal/PLUGINS.md","docs/engine-reference/unreal/VERSION.md","docs/engine-reference/unreal/breaking-changes.md","docs/engine-reference/unreal/current-best-practices.md","docs/engine-reference/unreal/deprecated-apis.md","docs/engine-reference/unreal/modules/animation.md","docs/engine-reference/unreal/modules/audio.md","docs/engine-reference/unreal/modules/input.md","docs/engine-reference/unreal/modules/navigation.md","docs/engine-reference/unreal/modules/networking.md","docs/engine-reference/unreal/modules/physics.md","docs/engine-reference/unreal/modules/rendering.md","docs/engine-reference/unreal/modules/ui.md","docs/engine-reference/unreal/plugins/common-ui.md","docs/engine-reference/unreal/plugins/gameplay-ability-system.md"],"storefront":"/r/Donchitos","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/Donchitos/Claude-Code-Game-Studios/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}