🎮
FrontendPython

Game UI UX

by gamedev-skills

Game UI UX is a Frontend skill for Claude Code, published by gamedev-skills in awesome-gamedev-agent-skills.

623 stars48 forkson gamedev-skills/awesome-gamedev-agent-skillsAdded 2026/08/25+15% in starsRepository updated 2026/08/24
agent-skillsai-agentsantigravityawesome-listclaude-codeclinecodexcursorgame-devgame-developmentgamedevgemini-cligithub-copilotgodotkiroskillsunityunrealwindsurf
Install in seconds
Install Game UI UX
Copy Game UI UX into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/gamedev-skills/awesome-gamedev-agent-skills/tree/main/skills/disciplines/game-ui-ux ~/.claude/skills/game-ui-ux

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/gamedev-skills/awesome-gamedev-agent-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/disciplines/game-ui-ux/SKILL.md in gamedev-skills/awesome-gamedev-agent-skills
Installs to
~/.claude/skills/game-ui-ux
Collection
One of 25 skills cataloged from this repository
Category
Frontend567 skills

What Game UI UX does

Game UI UX designs HUDs, menus, and overlays that scale across screen sizes and support keyboard or gamepad navigation. It is used to structure UI layout, safe areas, screen flow, and event-driven updates tied to game state.

Game UI UX is cataloged under Frontend on DirSkills. Game UI UX comes from a repository tagged agent-skills, ai-agents, antigravity, awesome-list and claude-code.

Documentation

README

Game UI/UX

Build HUDs and menus that stay correct on a phone, an ultrawide monitor, and a TV across a gamepad and a mouse. This skill owns the engine-neutral UI architecture — responsive layout, scaling, focus navigation, screen flow, and how UI talks to game state — and defers the concrete widget API to the engine UI skill.

When to use

  • Use when building a HUD (health/ammo/score), a menu (main/pause/settings), an inventory or shop screen, or any overlay, and you want it to scale and navigate correctly.
  • Use to fix UI that breaks at other resolutions/aspect ratios, ignores notches/safe areas, can't be used with a controller, or is wired to game state by per-frame polling.
  • Use to structure screen flow (title → game → pause → settings) as a stack, not flag soup.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Game UI UX

  • What else does gamedev-skills publish alongside Game UI UX?

    Game UI UX is one of 25 skills that DirSkills catalogs from gamedev-skills/awesome-gamedev-agent-skills, the repository it ships in. Its siblings there include Audio Design, Behavior Trees & Utility AI and Camera Systems. Each one is a separate skill with its own page in this directory, installs the same way Game UI UX does, and is maintained by gamedev-skills in that same repository. The rest of the collection is listed on the gamedev-skills/awesome-gamedev-agent-skills page.

  • How does Game UI UX compare to other Frontend skills?

    Game UI UX ranks #453 by stars among the 567 Frontend skills in this catalog. The most-starred ones next to it are Angular Developer, Android Clean Architecture and Accessibility. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Game UI UX against them. Open each page to compare what they document and how they install.

More from gamedev-skills/awesome-gamedev-agent-skills

Game UI UX is one of 25 skills cataloged on DirSkills from gamedev-skills/awesome-gamedev-agent-skills.

See all 25 skills
🎵
6d ago

Audio Design

Audio Design covers bus-based mixing, decibel gain, sidechain ducking, adaptive music layering or re-sequencing, SFX variation, and beat-synced events. Use it when a game needs portable audio practices rather than engine-specific audio APIs.
Automation
62348
🧠
6d ago

Behavior Trees & Utility AI

Behavior Trees & Utility AI builds a reusable behavior-tree runtime and a Utility AI decision system for NPCs. Use it when implementing BTs, blackboards, decorators, response curves, or hybrid BT-plus-Utility agents.
AI Engineering
62348
🎥
6d ago

Camera Systems

Camera Systems covers smooth follow, deadzones, look-ahead, bounds clamping, third-person orbit collision, first-person look, and multi-target framing for game cameras. Use it when a game camera jitters, snaps, shows past level edges, or needs better follow behavior.
Frontend
62348
🃏
6d ago

Card Game

Card Game defines deck, hand, discard, and play zones plus draw, shuffle, turn structure, and effect resolution for card-based games. Use it when building a deckbuilder, TCG/CCG, or roguelike deckbuilder.
Frontend
62348
🎮
6d ago

Create Game Assets

Create Game Assets turns visual intent into cohesive, engine-ready game art through brief creation, sourcing, generation, normalization, and validation. Use it for sprites, tilesets, UI art, textures, concept art, or 3D asset briefs.
Frontend
62348
💬
6d ago

Dialogue Systems

Dialogue Systems builds branching conversations as a graph with choices, conditions, variables, and localization IDs. Use it to choose between Ink, Yarn Spinner, or a custom runner for NPC dialogue and narrative state.
AI Engineering
62348