help

Identify the current game development phase and recommend the next action.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often lose momentum because they aren't sure which development step should come next, leading to delays and duplicated effort.

Core Features & Use Cases

  • Phase Detection: Reads production/stage.txt or infers the current phase from repository artifacts.
  • Catalog Verification: Compares installed skills against the workflow catalog to highlight uncatalogued abilities.
  • Artifact Checks: Validates required files and patterns for each step, marking them complete, incomplete, or manual.
  • Active Session Insight: Surfaces the most recent active task from production/session-state/active.md.
  • Tailored Recommendations: Provides a concise list of completed steps, the next required action, optional steps, and upcoming phases.

Quick Start

Ask the help skill: "What should I work on next?"

Frequently Asked Questions about help

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

FAQPage Schema
How do I know what to do next in my game development project?

Game development phase detection works by reading production/stage.txt or inferring the current stage from repository artifacts, then validating required files against the workflow-catalog.yaml to recommend the next action.

How do I track current game development stage using repository files?

Track your game development stage by evaluating production/stage.txt, workflow-catalog.yaml, and production/session-state/active.md to identify completed steps and surface the next required action.

What files are needed to detect game development workflow stages?

Detecting game development workflow stages requires access to docs/studio/workflow-catalog.yaml, production/stage.txt, and optional sprint-status.yaml to evaluate completion and active session state.

Can I verify installed game development skills against a workflow catalog?

You can compare installed skills against the workflow catalog to highlight uncatalogued abilities and validate required artifacts, marking them complete, incomplete, or manual.

What is the best way to find the most recent active task in a game development session?

The best way to surface the most recent active task is by reading production/session-state/active.md, which provides active session insight for your current game development workflow.

Why does my game development workflow lose momentum between stages?

Game development workflows lose momentum when teams are unsure which step comes next, causing delays and duplicated effort; analyzing stage indicators and catalog files provides tailored recommendations to restore progress.