h5-game-builder-skill
v5.0.0
Published
One-command install of the h5-game-builder skill for Claude Code and GitHub Copilot CLI
Maintainers
Readme
H5 Game Builder Skill
Build polished, mobile-first HTML5 games from a short prompt with Claude Code or GitHub Copilot CLI. Games ship as a single .html file with 2D Phaser or 3D Three.js gameplay, the standard Home flow, settings, progression, audio, and mandatory lint and browser QA gates.
Requirements
- Node.js 16+
- Bash
- Python 3
- macOS or Linux for the core workflow
- macOS
/usr/bin/sipsfor optional reference-image matching
Install
npx h5-game-builder-skill@latestRestart Claude Code, GitHub Copilot CLI, or VS Code after installation so refreshed skills, agents, instructions, and hooks are loaded.
Verify the installation:
npx h5-game-builder-skill 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 discovers the skill automatically. In environments with explicit skill invocation, use /h5-game-builder and then provide the game 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.
