install-studio

Install the Codex studio layer into a Git repository with dry-run previews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates installing the Codex Code Game Studios studio layer into an existing or new Git repository so users do not have to manually copy studio files, hooks, and agent templates.

Core Features & Use Cases

  • Inspect the target repository to detect existing studio artifacts and choose a safe install mode.
  • Prefer a universal bootstrap for deterministic installation and offer a dry-run preview when conflicts are detected.
  • Provide careful conflict handling guidance and avoid overwriting critical files without explicit approval.

Quick Start

Run the install-studio skill to install the Codex studio into the current repository and prefer a dry-run when preexisting studio files are detected.

Frequently Asked Questions about install-studio

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

FAQPage Schema
How do I bootstrap Codex studio into an existing Git repository?

To bootstrap Codex studio into a Git repository, run the install-studio skill, which invokes the universal bootstrap installer at ~/.codex/bin/bootstrap.py to automatically copy studio files, hooks, and agent templates into your project.

Can I preview a Codex studio installation before overwriting existing files?

Yes, you can preview a Codex studio installation using the dry-run mode. When existing studio artifacts are detected in the repository, the skill offers a dry-run preview to inspect conflicts before making any actual filesystem changes.

What is the safest way to resolve file conflicts when adding a studio layer to a repo?

The safest way to resolve file conflicts when adding a studio layer is using the skill's conservative conflict detection. It inspects the target repository, avoids overwriting critical files without explicit approval, and provides an optional force override.

Do I need a specific bootstrap script path to install the Codex studio layer?

Yes, you need a reachable universal bootstrap script located at ~/.codex/bin/bootstrap.py. The installer requires filesystem access to the target repository and uses this specific path for deterministic installation.

Can I use the installer to refresh the studio layer in a global Codex home installation?

Yes, you can use the installer to refresh the studio layer in a global Codex home installation. The skill applies to both local repositories and global installations where users need to add or update the studio layer.

Why does the Codex studio installation fail on my repository?

Codex studio installation may fail if the universal bootstrap script is unreachable at ~/.codex/bin/bootstrap.py, if filesystem access to the target repository is denied, or if unapproved critical file conflicts are detected without an explicit force override.