threejs-builder
Three.js Builder Skill
Overview
This skill builds complete Three.js web applications using a Phased Construction pattern with four phases: Design, Build, Animate, Polish. It is designed for modern Three.js (r150+) ES module patterns and produces scene-graph-driven 3D visualizations.
Scope: Use for 3D web apps, interactive scenes, WebGL visualizations, and product viewers. Do NOT use for game engines, 3D model creation, VR/AR experiences, or CAD workflows.
Instructions
Phase 1: DESIGN
Goal: Understand what the user wants and select appropriate Three.js components.
Core Constraints:
- Build only what the user asked for — no speculative features or "while I'm here" additions
- Use modern Three.js (r150+) ES modules only — always import from CDN (
https://unpkg.com/three@0.160.0/build/three.module.js) or npm, never use legacy globalTHREEvariable or CommonJS
More from notque/claude-code-toolkit
generate-claudemd
Generate project-specific CLAUDE.md from repo analysis.
12fish-shell-config
Fish shell configuration and PATH management.
12pptx-generator
PPTX presentation generation with visual QA: slides, pitch decks.
12codebase-overview
Systematic codebase exploration and architecture mapping.
10image-to-video
FFmpeg-based video creation from image and audio.
9data-analysis
Decision-first data analysis with statistical rigor gates.
9