game-ux-designer

Provide expert UX design guidance for game HUDs, menus, and control schemes.

Updated May 18, 2026
One-click install
npx skills add https://github.com/afovea/game-dev-skills --skill game-ux-designer-afovea
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: game-ux-designer
Source: https://github.com/afovea/game-dev-skills/tree/main/plugins/game-team/skills/game-ux-designer
Command: npx skills add https://github.com/afovea/game-dev-skills --skill game-ux-designer-afovea

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of creating intuitive, accessible, and performant game interfaces by providing a structured design framework that balances player intent, cognitive load, and technical constraints.

Core Features & Use Cases

  • UX Design & Critique: Evaluate HUDs, menus, and onboarding flows for readability, glanceability, and accessibility.
  • Technical Architecture: Define data-driven UI strategies, source-of-truth mapping, and performance-conscious update cadences.
  • Use Case: Use this skill to audit a combat HUD for controller accessibility or to architect a data-driven inventory system that avoids per-frame polling.

Quick Start

Invoke the game-ux-designer skill to audit the current combat HUD for glanceability and accessibility issues.

Frequently Asked Questions about game-ux-designer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a game HUD for readability and accessibility?▼

To audit a game HUD for readability and accessibility, evaluate interface elements against established design-space models and accessibility standards to ensure player-centred interaction. This process identifies glanceability issues and cognitive load problems in your menus and onboarding flows.

What is data-driven UI architecture in game UX design?▼

Data-driven UI architecture in game UX design defines source-of-truth mapping strategies and performance-conscious update cadences. It prevents per-frame polling by structuring data flow to update menus and HUDs only when underlying values change.

Can I use this approach for engine-agnostic UI paradigms?▼

Yes, you can apply this approach to engine-agnostic UI paradigms because the guidance focuses on platform-independent design-space models and accessibility standards. It structures player-centred interaction patterns without relying on specific engine frameworks.

How do I design onboarding flows that reduce cognitive load?▼

Designing onboarding flows that reduce cognitive load requires balancing player intent with technical constraints through a structured UX framework. Evaluate your menus and control schemes to ensure intuitive, accessible interaction during initial player sessions.

What is the best way to optimize game UI performance?▼

The best way to optimize game UI performance is implementing data-driven strategies with performance-conscious update cadences. This avoids unnecessary per-frame polling and ensures your HUD and menu updates only occur when the source-of-truth data changes.