adopt-studio

Detect Codex Code Game Studios studio layer artifacts in git repositories.

14|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill adopt-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adopt-studio
Source: https://github.com/Euraika-Labs/Codex-Code-Game-Studios/tree/main/global-pack/skills/adopt-studio
Command: npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill adopt-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about adopt-studio

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my git repo is ready for the Codex studio layer?

Run a read-only preflight audit at the repository root to detect studio artifacts like AGENTS.md, .agents/skills/, .codex/agents/, and docs/studio/, which determines readiness for the Codex studio layer.

What is a repo preflight check for Codex Code Game Studios?

A repo preflight check is a read-only audit that locates the git repository root and inspects for studio artifacts like AGENTS.md, .agents/skills/, .codex/agents/, and docs/studio/ to recommend the appropriate next step.

Can I run the repo audit outside of the git repository root?

Yes, the audit uses a git rev-parse fallback to the current directory, allowing it to locate the repository root and perform read-only checks for studio artifacts even if executed outside the root.

Does the Codex studio readiness check modify my repository files?

No, the readiness check enforces read-only analysis and must not modify files or invoke repo-local adopt automatically, ensuring your repository remains safe during the preflight audit.

When do I need to bootstrap the Codex studio layer?

You need to bootstrap the studio layer when the preflight audit reports that studio artifacts like AGENTS.md, .agents/skills/, .codex/agents/, and docs/studio/ are missing from your git repository.