building-construction
✓Provides patterns for building detailed structures programmatically using Parts and CSG. Use when creating buildings, towers, vehicles, or any brick-by-brick constructions in code.
Installation
SKILL.md
CRITICAL: This code block MUST be included at the START of every building script. No exceptions. Always load stud materials BEFORE creating any parts.
| Issue | Legacy SurfaceType.Studs | MaterialVariant (This Pattern) |
| Z-Fighting | YES - 3D geometry overlaps | NO - flat PBR texture | | Performance | Worse - extra geometry | Better - texture only | | Future-proof | NO - deprecated 2018 | YES - modern standard | | Visual Quality | Inconsistent | High quality PBR |
Provides patterns for building detailed structures programmatically using Parts and CSG. Use when creating buildings, towers, vehicles, or any brick-by-brick constructions in code. Source: taozhuo/game-dev-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/taozhuo/game-dev-skills --skill building-construction- Source
- taozhuo/game-dev-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is building-construction?
Provides patterns for building detailed structures programmatically using Parts and CSG. Use when creating buildings, towers, vehicles, or any brick-by-brick constructions in code. Source: taozhuo/game-dev-skills.
How do I install building-construction?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/taozhuo/game-dev-skills --skill building-construction 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/taozhuo/game-dev-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01