sungjin9288

Game UI — Testing skill for Claude Code

Testing community

Spec game UI — HUD, menus, inventory, store, settings — across genres + platforms.

How to install Game UI

Installs to ~/.claude/skills/sungjin9288-design-ai-game-ui/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sungjin9288-design-ai-game-ui && curl -fsSL https://raw.githubusercontent.com/sungjin9288/design-ai/HEAD/commands/game-ui.md -o ~/.claude/skills/sungjin9288-design-ai-game-ui/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Game UI does


description: Spec game UI — HUD, menus, inventory, store, settings — across genres + platforms. Korean conventions (확률 표시, 본인인증, PC bang) and accessibility built in.

You will produce a game UI spec for the surface described in `$ARGUMENTS`.

Input

Parse `$ARGUMENTS`. Expect:

  • A surface (e.g., "FPS HUD", "gacha store", "MMO inventory", "pause menu", "main menu").
  • Optionally: genre, platform(s), input methods, audience (Korean / international), monetization type.

If ambiguous, ask

Alternatives in Testing

  • Develop Web Game — Build and test web games iteratively using Playwright with time-stepping 14.6k ★
  • OpenAgentsControl — AI agent framework for plan-first development workflows with approval-based execution 4.8k ★
  • Test Full — Run the full test suite across all tox environments with coverage enabled 1.1k ★

Full documentation available on GitHub

View Source Repository