Loading...
Loading...
Router for 3D building game mechanics in Three.js. Use when creating survival games, sandbox builders, base builders, or any game with player-constructed structures. Routes to 9 specialized skills for performance, physics, multiplayer, terrain, decay, UX, platform support, and design reference. Start here for building mechanics projects.
npx skill4agent add bbeierle12/skill-mcp-claude building-router| Need | Skill | Signals |
|---|---|---|
| Spatial queries, collision | | slow, lag, optimize, spatial, collision, thousands |
| Stability, damage, collapse | | stability, collapse, support, damage, Fortnite, Rust, Valheim |
| Network sync, prediction | | network, multiplayer, sync, server, latency, authoritative |
| Need | Skill | Signals |
|---|---|---|
| Slopes, foundations, anchoring | | slope, terrain, foundation, ground, pillar, heightmap |
| Timer decay, Tool Cupboard | | decay, upkeep, maintenance, tool cupboard, abandoned |
| Blueprints, undo/redo, preview | | blueprint, prefab, undo, redo, ghost, preview, selection |
| Need | Skill | Signals |
|---|---|---|
| Touch, VR, accessibility | | mobile, touch, VR, hand tracking, colorblind |
| Design analysis, trade-offs | | how does Fortnite/Rust do, compare games, trade-offs |
multiplayer-buildingperformance-at-scaledecay-upkeepplatform-buildingstructural-physicsperformance-at-scale → spatial indexing
structural-physics → stability + damage
multiplayer-building → networking
terrain-integration → foundations on slopes
decay-upkeep → Tool Cupboard + upkeep
builder-ux → blueprints + undoperformance-at-scale → fast collision
multiplayer-building → low-latency syncstructural-physics → stability + damage
terrain-integration → natural terrain
builder-ux → blueprints + undo
performance-at-scale → if >1000 piecesmultiplayer-building → networking
structural-physics → stability
decay-upkeep → automatic cleanup
performance-at-scale → entity management| Mode | Scale | Terrain | Skills |
|---|---|---|---|
| Single | <1K | Grid | physics + ux |
| Single | <1K | Natural | physics + terrain + ux |
| Single | >1K | Any | performance + physics + ux |
| Multi | Fast | Any | performance + multiplayer |
| Multi | Survival | Any | performance + physics + multiplayer + decay |
| Multi | Persistent | Any | performance + physics + multiplayer + decay + ux |
structural-physicsbuilder-uxreferences/integration-guide.md