setup-engine

Pin engine versions and generate CLAUDE.md references for reproducible builds.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/packetalien/cursor-game-studios --skill setup-engine-packetalien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-engine
Source: https://github.com/packetalien/cursor-game-studios/tree/main/.cursor/skills/setup-engine
Command: npx skills add https://github.com/packetalien/cursor-game-studios --skill setup-engine-packetalien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pins the project's engine version and related references to CLAUDE.md, enabling reproducible builds and consistent tooling across branches.

Core Features & Use Cases

  • Pin engine version and generate a CLAUDE.md reference to keep builds reproducible.
  • Detect knowledge gaps by cross-checking docs and trigger WebSearch for up-to-date information.
  • Produce and update Engine Tech Preferences to align tooling, language, and project conventions.

Quick Start

Run /setup-engine unity 2024.2 to start a guided setup, or /setup-engine refresh to update engine references.

Frequently Asked Questions about setup-engine

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

FAQPage Schema
How do I pin my game engine version for reproducible builds?

You can pin your game engine version for reproducible builds by running a guided setup command like `/setup-engine [engine] [version]`, which records the version and generates a CLAUDE.md reference to ensure consistent tooling across project branches.

What is a CLAUDE.md engine reference and when do I need it?

A CLAUDE.md engine reference is a configuration file that documents your project's pinned engine version and technical preferences. You need it when automating builds or maintaining consistent project conventions across different development branches and environments.

How do I update engine documentation references when using a newer version?

To update engine documentation references for a newer version, run the refresh command. The workflow cross-checks existing docs and triggers a WebSearch to fetch up-to-date engine references when the target version is beyond the model's current training data.

Can I set up engine technical preferences automatically for my project?

Yes, you can configure engine technical preferences automatically by running the setup workflow. It produces and updates an Engine Tech Preferences file that aligns tooling, language standards, and project conventions based on your chosen engine.

Does the engine setup workflow work without any external dependencies?

Yes, the engine setup workflow operates without external dependencies. It supports guided or argument-driven setup commands and utilizes integrated WebSearch capabilities to fetch updated engine references directly when required.

What's the best way to align project conventions with a specific engine version?

The best way to align project conventions with a specific engine version is to run a setup command that pins the version, fetches current references via WebSearch, and generates a CLAUDE.md file alongside Engine Tech Preferences for automation readiness.