Use this skill when building or iterating on a web game and you need a reliable development and testing loop.
Core workflow
Make the smallest change that moves the game forward.
Run a Playwright-based test loop after every meaningful change.
Inspect screenshots and text state as the source of truth.
Fix console errors before moving on.
Repeat until the interaction feels stable and correct.
Practical guidance
Keep the game loop deterministic when possible.
Expose a text-state representation for automated checks.
Track progress and open issues so another pass can continue cleanly.
Verify important interactions end-to-end, not just the start screen.
Output expectations
Focus on small deltas and visible behavior.
Call out test failures, regressions, and missing interactions.
Prefer clear state and reproducible test steps over broad rewrites.
1---2name: develop-web-game3description: Develop Web Game4---5# Develop Web Game67Use this skill when building or iterating on a web game and you need a reliable development and testing loop.89## Core workflow10111. Make the smallest change that moves the game forward.122. Run a Playwright-based test loop after every meaningful change.133. Inspect screenshots and text state as the source of truth.144. Fix console errors before moving on.155. Repeat until the interaction feels stable and correct.1617## Practical guidance1819- Keep the game loop deterministic when possible.20- Expose a text-state representation for automated checks.21- Track progress and open issues so another pass can continue cleanly.22- Verify important interactions end-to-end, not just the start screen.2324## Output expectations2526- Focus on small deltas and visible behavior.27- Call out test failures, regressions, and missing interactions.28- Prefer clear state and reproducible test steps over broad rewrites.
Run npx skillmds@latest add haohao-end/develop-web-game in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Develop Web Game It is listed under Integrations & APIs on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Haohao-end (@haohao-end) published this skill. Their other Agent Skills are listed on their SkillMD profile.