@krackzzz/h5-game-builder
v1.0.0
Published
One-command install of the h5-game-builder skill for Claude Code, Cursor, and GitHub Copilot CLI
Maintainers
Readme
H5 Game Builder Skill
Build mobile-first HTML5 games from a short prompt, in Claude Code, GitHub Copilot CLI, or Cursor. Games ship as a single .html file with 2D Phaser or 3D Three.js gameplay, a standard home flow, settings, progression, and audio — checked by a lint pass and a browser QA harness before the skill calls a game done.
Requirements
- Node.js 16+
- Bash
- Python 3
- macOS or Linux for the core workflow
- macOS
/usr/bin/sipsfor optional reference-image matching
Install
npx @krackzzz/h5-game-builder@latestRestart Claude Code, GitHub Copilot CLI, or VS Code after installation so refreshed skills, agents, instructions, and hooks are loaded.
Verify the installation:
npx @krackzzz/h5-game-builder verifyUse
Describe the game naturally. Short genre prompts are supported, including:
make tic tac toebuild a flappy bird clonecreate a runner where I dodge carsmake a match-3build a 3D ball-rolling game
Claude Code and Cursor discover the skill automatically (Cursor reads it straight out of ~/.claude/skills/). GitHub Copilot CLI needs an explicit /h5-game-builder before the prompt.
Every generated game must pass lint.sh and the browser QA harness before it is considered complete.
See INSTALL.md for the concise installation guide.
