cloudai-threejs
Catalogue stub — full package: CloudAI-X/threejs-skills
Decision tree
Run this before any Three.js or 3D web development:
Is the Three.js skill already installed? Check:
~/.design-agent-skills/skills/threejs/SKILL.mdexists.- Yes → invoke
threejsand proceed - No → go to step 2
- Yes → invoke
Do you have shell access?
- Yes → run the install command below, then invoke the skill
- No → show the install command; in Claude Code, send it as a chat message starting with
!— add-gfor global install or omit for project-only
Install command
npx skills add CloudAI-X/threejs-skills
Invoke after install
- Skill name: check installed skill names with
ls ~/.design-agent-skills/skills/ - Trigger phrases: "Three.js", "3D web", "WebGL 3D", "3D scene"
What it does
Three.js skill suite for building interactive 3D elements and experiences on the web. Covers the complete Three.js pipeline: scene and renderer setup, geometries and materials, lighting rigs, camera controls, object animations, and WebGL performance best practices. Use for product visualizations, interactive backgrounds, and immersive web experiences.