·builder-ux
*

builder-ux

bbeierle12/skill-mcp-claude

Builder user experience systems for Three.js building games. Use when implementing prefab/blueprint save/load, undo/redo command patterns, ghost preview placement, multi-select, or copy/paste building mechanics. Covers the UX layer that makes building feel responsive and intuitive.

18Installs·0Trend·@bbeierle12

Installation

$npx skills add https://github.com/bbeierle12/skill-mcp-claude --skill builder-ux

SKILL.md

Prefabs, blueprints, undo/redo, selection, and preview systems for building mechanics.

| blueprint-manager.js | 450 | Save, load, export/import building designs | | command-history.js | 400 | Undo/redo stack with command pattern | | ghost-preview.js | 380 | Transparent placement preview with snapping | | selection-manager.js | 420 | Multi-select, box select, group operations |

Command Pattern Every building action becomes a command with execute() and undo(). This enables:

Builder user experience systems for Three.js building games. Use when implementing prefab/blueprint save/load, undo/redo command patterns, ghost preview placement, multi-select, or copy/paste building mechanics. Covers the UX layer that makes building feel responsive and intuitive. Source: bbeierle12/skill-mcp-claude.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bbeierle12/skill-mcp-claude --skill builder-ux
Category
*Creative Media
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is builder-ux?

Builder user experience systems for Three.js building games. Use when implementing prefab/blueprint save/load, undo/redo command patterns, ghost preview placement, multi-select, or copy/paste building mechanics. Covers the UX layer that makes building feel responsive and intuitive. Source: bbeierle12/skill-mcp-claude.

How do I install builder-ux?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bbeierle12/skill-mcp-claude --skill builder-ux 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/bbeierle12/skill-mcp-claude