Design and build game UI/UX — HUDs, menus, and overlays — that survive every screen: anchor- based responsive layout, resolution/aspect scaling and safe areas, keyboard/gamepad focus navigation, a screen/menu state stack, and event-driven (not polled) HUD updates. Engine- neutral patterns that pair with the detected engine's UI skill. Use when the user mentions HUD, health bar, main menu, pause menu, settings screen, UI layout, anchors, UI scaling, aspect ratio, safe area, controller/keyboard menu navigation, or wiring UI to game state.
$npx -y skills add gamedev-skills/awesome-gamedev-agent-skills --skill game-ui-uxInstalls into the current project.
Run `npx skills use "https://github.com/gamedev-skills/awesome-gamedev-agent-skills" --skill "gamedev-skills/awesome-gamedev-agent-skills/game-ui-ux"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gamedev-skills/awesome-gamedev-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/gamedev-skills/awesome-gamedev-agent-skills"` and select the relevant skills, then follow their instructions.