setup-engine

Pin a selected engine and version to CLAUDE.md with WebSearch lookup.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill setup-engine-jtvaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-engine
Source: https://github.com/jtvaris/sunday-night-dynasty/tree/main/.agents/skills/setup-engine
Command: npx skills add https://github.com/jtvaris/sunday-night-dynasty --skill setup-engine-jtvaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pins the engine version in CLAUDE.md, detects knowledge gaps, and populates engine reference docs via WebSearch when the version is beyond the model's training data.

Core Features & Use Cases

  • Pin the selected engine and version into CLAUDE.md to keep the project aligned with approved tooling.
  • Offer guided mode to help users choose an engine based on game scope, platform, and team size, with a decision matrix.
  • Lookup the latest stable engine version via WebSearch when the user does not specify a version, and prompt for confirmation before updating.
  • Update CLAUDE.md Technology Stack (Engine + language, build and asset pipelines) according to the chosen engine.
  • Prepare engine reference/docs by initiating or updating a basic engine-reference entry and by flagging knowledge gaps for deeper research if needed.

Quick Start

Run the setup-engine to pin the engine version, begin guided setup, and prepare CLAUDE.md for the chosen engine.

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 specific game engine version to CLAUDE.md for my project?

You can pin a game engine version in CLAUDE.md by running the setup-engine skill, which updates the Technology Stack section with the selected engine and language details. It also prompts for confirmation before writing the version pin.

How does guided engine setup help choose the right game engine?

Guided engine setup uses a decision matrix to recommend an engine based on your game scope, platform targets, and team size. This helps align your project with the appropriate tooling before updating CLAUDE.md.

Can I look up the latest stable engine version via WebSearch during setup?

Yes, when you do not specify a version, the skill performs a WebSearch to find the latest stable engine release. It then prompts you to confirm the discovered version before updating CLAUDE.md.

What happens if my chosen engine version is newer than the model's training data?

The skill assesses knowledge gaps by comparing the chosen version to the model's training data. If a gap is detected, it flags the issue for deeper research and prepares basic engine-reference docs.

Does the engine setup update build and asset pipelines in CLAUDE.md?

Yes, updating CLAUDE.md includes configuring the Technology Stack with the engine, language, and build and asset pipelines. This ensures the project documentation reflects the chosen engine configuration.

What are the limitations of using an automated engine version pin?

The main limitation occurs when the chosen version is beyond the model's training data, creating knowledge gaps that require additional research. The skill flags these gaps but may not populate advanced reference docs automatically.