·board-game-ui
*

board-game-ui

fil512/upship

UI/UX design for digital board games. Use when building game interfaces, implementing drag-and-drop, rendering game boards, showing player information, handling animations, or designing responsive layouts. Covers Canvas, SVG, and DOM-based approaches.

3Installs·0Trend·@fil512

Installation

$npx skills add https://github.com/fil512/upship --skill board-game-ui

SKILL.md

This skill provides expertise for building user interfaces for digital board games. It covers rendering approaches (DOM, Canvas, SVG), interaction patterns (drag-and-drop, click-to-select), responsive design for different screen sizes, and UX principles specific to turn-based games.

| DOM/CSS | Card games, simple boards, UI overlays | Many moving pieces, complex animations | | SVG | Maps, vector graphics, zoomable boards | Thousands of elements, pixel effects | | Canvas | Complex animations, particles, real-time | Accessibility needed, text-heavy | | Hybrid | Most board games | Over-engineering simple games |

Use DOM for UI chrome (menus, player info, cards) and Canvas/SVG for the game board:

UI/UX design for digital board games. Use when building game interfaces, implementing drag-and-drop, rendering game boards, showing player information, handling animations, or designing responsive layouts. Covers Canvas, SVG, and DOM-based approaches. Source: fil512/upship.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/fil512/upship --skill board-game-ui
Category
*Creative Media
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is board-game-ui?

UI/UX design for digital board games. Use when building game interfaces, implementing drag-and-drop, rendering game boards, showing player information, handling animations, or designing responsive layouts. Covers Canvas, SVG, and DOM-based approaches. Source: fil512/upship.

How do I install board-game-ui?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/fil512/upship --skill board-game-ui Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/fil512/upship