Use when the user wants to start a brand-new LittleJS game in this repo — "make a new game", "start a X game", "create a game", "let's build a Y", or invokes /new-littlejs-game. Picks the right starter folder + template, scaffolds games/<name>/, and builds the smallest playable loop. Not for editing an existing game.
$npx -y skills add killedbyapixel/littlejs-ai --skill new-littlejs-gameInstalls into the current project.
Run `npx skills use "https://github.com/killedbyapixel/littlejs-ai" --skill "killedbyapixel/littlejs-ai/new-littlejs-game"` 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/killedbyapixel/littlejs-ai" that are relevant to the current task. Run `npx skills add "https://github.com/killedbyapixel/littlejs-ai"` and select the relevant skills, then follow their instructions.