help

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

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

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 step to take next. This Skill analyzes your project read-only, detects its current stage from evidence, and presents a compact menu of the most relevant next actions without running them. ## Core Features & Use Cases - Stage Detection: Inspects project files, branch state, engine markers, design documents, test evidence, and .ai-game-studio/project.json to infer the current development stage with a confidence level. - Guided Recommendations: Suggests one primary next skill plus up to three alternatives, each with a copy-ready $ai-game-studio:<skill> invocation prompt. - Workflow Paths: Provides common paths for new concepts, existing projects, prototypes, production assets, editor tooling, and release preparation. - Use Case: You open an unfamiliar game project and type "what should I do next". The Skill inspects the repository, reports it is at the playable prototype stage, and recommends running a playtest report followed by a scope check. ## Quick Start Ask the assistant to analyze this project and tell me what to do next using the help workflow.

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 workflow and it inspects your project files, branch state, and design documents read-only. It reports the detected stage with a confidence level and recommends one primary next skill plus up to three alternatives with copy-ready prompts.

How does the help skill detect my project stage?

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

Does the help skill run the recommended actions automatically?

No. It only shows a compact menu of useful next actions without executing them. Workflows that require a plan and explicit confirmation before mutation are clearly marked.

What is the difference between skills and plugin commands in ai-game-studio?

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

Can I use the help skill on Windows without a Unix compatibility layer?

Yes. It uses PowerShell syntax on Windows and POSIX syntax on macOS and Linux. It inherits the active model and permission mode without weakening approval or sandbox boundaries.