What problem does it solve?
This Skill provides a fast, read-only preflight audit to determine whether a repository already includes the Codex Code Game Studios studio layer and to recommend the appropriate next step (install or run the repo-local adopt flow).
Core Features & Use Cases
- Repository Discovery: Locates the repository root (git rev-parse fallback) and inspects for key studio artifacts such as AGENTS.md, .agents/skills/, .codex/agents/, and docs/studio/.
- Guided Recommendation: Reports whether the studio layer is missing and recommends installation, or indicates readiness and recommends running the deeper repo-local adopt audit.
- Safety Guardrails: Enforces read-only analysis, avoids automatically invoking repo-local adopt, and clearly distinguishes presence of studio layer from full compatibility.
- Use Case: A developer lands in an unfamiliar game repo and needs a quick, safe determination of whether to bootstrap the studio layer or run local adoption checks.
Quick Start
Run the adopt-studio check at the repository root to receive a read-only audit and a recommended next step.