setup-engine

Pin and configure game engine versions in CLAUDE.md with migration notes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JunnnnyWon/Codex-Game-Studios --skill setup-engine-junnnnywon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-engine
Source: https://github.com/JunnnnyWon/Codex-Game-Studios/tree/main/.claude/skills/setup-engine
Command: npx skills add https://github.com/JunnnnyWon/Codex-Game-Studios --skill setup-engine-junnnnywon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pinning and configuring the project engine and version to ensure consistent environments across setups and teammates, reducing drift between development and production.

Core Features & Use Cases

  • Pin engine versions in CLAUDE.md and auto-detect knowledge gaps relative to training data.
  • Generate and refresh engine reference docs via WebSearch for newer versions.
  • Maintain a guided workflow to upgrade, refresh, and validate engine decisions across projects.

Quick Start

Run /setup-engine to begin pinning or selecting the engine version.

Frequently Asked Questions about setup-engine

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

FAQPage Schema
How do I pin a game engine version to ensure consistent builds across my team?

Pin a game engine version by embedding the selected version configuration in CLAUDE.md. This ensures consistent environments and reproducible builds across development setups, reducing drift between teammates.

What happens if I upgrade to a game engine version newer than the AI model's training data?

When the chosen engine version exceeds the model's training data, the system detects the knowledge gap. It then uses WebSearch to generate and embed updated engine reference docs in CLAUDE.md.

How do I generate engine reference docs for a newly released game engine version?

Generate engine reference docs by running the guided refresh workflow. The system uses WebSearch to fetch current documentation for newer versions and embeds the results directly into your project configuration.

Can I get migration notes when upgrading my project's game engine version?

Yes, the system surfaces migration notes during the guided engine upgrade workflow. This provides reliable engine choices by highlighting necessary changes when moving between versions.

What is the best way to configure a game engine for a new project while detecting knowledge gaps?

Run the guided selection workflow to configure the game engine. It validates the chosen version against existing training data and flags any knowledge gaps that require fetching external documentation.

Why does my game engine setup drift between different development environments?

Engine setup drifts when the version is not explicitly pinned in a shared configuration file. Pinning the engine version in CLAUDE.md enforces consistent environments and prevents configuration mismatch.