Clone a game template from the gallery as a starting point. Use when the user says "use a template", "start from a template", "clone flappy-bird", "use the…
Use Template Clone a game template from the gallery into a new project. This is a fast copy — working code in seconds, not an AI pipeline. Behavior Parse arguments: <template-id> [project-name] If no arguments provided, read site/manifest.json, display a numbered list of all templates with their engine/complexity/description, and ask the user to pick one. template-id is required. project-name defaults to template-id. Look up template in site/manifest.json by id. If not found, show available IDs and abort. Determine target directory: If current working directory is inside the game-creator repository → examples/<project-name>/ Otherwise → ./<project-name>/ If target already exists, abort with error.
don't have the plugin yet? install it then click "run inline in claude" again.