help

Inspects project state and recommends next workflow actions with copy-ready prompts.

13|Updated Jul 30, 2026
One-click install
npx skills add https://github.com/frabcd/codex-ai-game-studio --skill help-frabcd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help
Source: https://github.com/frabcd/codex-ai-game-studio/tree/main/plugins/ai-game-studio/skills/help
Command: npx skills add https://github.com/frabcd/codex-ai-game-studio --skill help-frabcd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working on a game project, it is easy to lose track of what stage you are in and which workflow to run next. This Skill analyzes the current project evidence and presents a short menu of relevant next actions so you never have to guess what to do. ## Core Features & Use Cases - Stage Detection: Inspects project files, engine markers, design documents, sprint artifacts, and test evidence to infer the current production stage with a confidence statement. - Guided Recommendations: Suggests one primary next skill plus up to three alternatives, each with a copy-ready invocation prompt. - Use Case: You open an existing Unity project and are unsure whether to audit, plan, or generate assets. Run this Skill to get a read-only assessment and a recommended next step such as $ai-game-studio:adopt or $ai-game-studio:project-stage-detect. ## Quick Start Ask the assistant to analyze this project and tell me what I should do next.

Frequently Asked Questions about help

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

FAQPage Schema
How do I figure out what to do next in my game project?

Invoke the help skill to inspect your project read-only and infer its current stage from files, engine markers, and test evidence. It returns one primary recommended skill plus up to three alternatives, each with a copy-ready invocation prompt.

How does the help skill detect my project stage?

It examines project files, branch state, engine markers, design and architecture documents, sprint artifacts, recent test evidence, generated assets, and .ai-game-studio/project.json when present. If evidence conflicts, it explains the conflict and asks a focused question.

Does the help skill modify my project files?

No, the inspection is strictly read-only and it never runs the recommended actions. Workflows that mutate the project are explicitly marked as requiring a plan and your confirmation first.

What is the difference between skills and plugins in Codex?

The /plugins command browses or installs plugins, the / picker lists enabled skills, and $ai-game-studio:<skill> invokes a specific workflow. The help skill only recommends skill invocations and never invents deprecated slash aliases.

Can I use the help skill on Windows and macOS?

Yes, it inherits the active Codex surface capabilities and uses PowerShell syntax on Windows and POSIX syntax on macOS or Linux. It does not require a Unix compatibility layer on Windows.