Need working game code in 10 seconds instead of asking Claude to generate it from scratch? This clones pre-built templates from a local gallery (Flappy Bird, platformers, Three.js starters) into a new project directory, updates package.json and index.html, runs npm install, and gets you to `npm run dev` instantly. It validates project names to prevent path traversal, excludes build artifacts during copy, and sends optional anonymous telemetry about which templates get cloned. The honest take: this is the right move when you want to start from something that already works and just customize it, rather than burning tokens on `/viral-game` pipelines or `/make-game` milestone workflows.
npx -y skills add opusgamelabs/game-creator --skill use-template --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.