Armory
Source
Browse
Skills

develop-web-game

Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install develop-web-game --cli claude

writes the skill into.claude/skills/develop-web-game/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/develop-web-game/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.

When to use it

Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/creative-design/develop-web-game/SKILL.md -o .claude/skills/develop-web-game/SKILL.md

Notes

Extracted from davila7/claude-code-templates, develop-web-game category.