studio-help

Detect Codex studio files in a repository using git or filesystem checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Determines whether the current repository already includes the full Codex Code Game Studios layer and tells the user what installation steps are needed next.

Core Features & Use Cases

  • Studio detection: Checks for key studio files such as AGENTS.md, .agents/skills/, .codex/agents/, and docs/studio/.
  • Guidance: Provides clear next‑action advice, whether to start using local studio skills or to run the installer.
  • Hybrid model explanation: Explains how global skills live in ~/.codex while project‑specific workflows reside in the repository.

Quick Start

Ask the assistant to run $studio-help to receive an immediate assessment of the repository’s studio status and the recommended next step.

Frequently Asked Questions about studio-help

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

FAQPage Schema
How do I check if my repository has the Codex studio layer installed?

Studio file detection works by running git commands or filesystem checks to locate specific markers like AGENTS.md, .agents/skills/, .codex/agents/, and docs/studio/ without modifying any existing files in your project.

What is the hybrid model for global and project-specific Codex skills?

The hybrid model separates global skills stored in ~/.codex from project-specific workflows that reside directly in the repository, allowing shared and local configurations to coexist without conflict.

How do I find missing Codex studio files like AGENTS.md or docs/studio/?

Finding missing Codex studio files involves checking the repository for required paths like AGENTS.md and docs/studio/, then following the provided guidance to either start using local skills or run the installer.

Does the studio status check modify my repository files?

The studio status check does not modify your repository files; it strictly performs read-only git commands and filesystem checks to assess the presence of the Codex studio layer.

Can I use this assessment on any repository using the global Codex pack?

Yes, you can use this assessment on any project where the global Codex pack may be used, as it applies universally to determine if local studio files are present and correctly configured.