Import and standardize game design documents from any format (PDF, Notion export, Google Doc, chat logs, verbal description) into the gstack-game standard markdown structure at docs/gdd.md. Gateway skill — run this first before /game-review or any other review skill.
$npx -y skills add fagemx/gstack-game --skill game-importInstalls into the current project.
Run `npx skills use "https://github.com/fagemx/gstack-game" --skill "fagemx/gstack-game/game-import"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fagemx/gstack-game" that are relevant to the current task. Run `npx skills add "https://github.com/fagemx/gstack-game"` and select the relevant skills, then follow their instructions.