**threejs-skills**
Description
A curated collection of Three.js skill files that provide Claude Code with foundational knowledge for creating 3D elements and interactive experiences.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Three.js Skills for Claude Code
A curated collection of Three.js skill files that provide Claude Code with foundational knowledge for creating 3D elements and interactive experiences.
Purpose
When working with Three.js, Claude Code starts with general programming knowledge but lacks specific Three.js API details, best practices, and common patterns. These skill files bridge that gap by providing:
- Accurate API references and constructor signatures
- Working code examples for common use cases
- Performance optimization tips
- Integration patterns between different Three.js systems
Installation
Clone this repository into your project or copy the `.claude/skills` directory:
git clone https://github.com/pinkforest/threejs-playground.git
Or add as a submodule:
git submodule add https://github.com/pinkforest/threejs-playground.git
Skills Included
| Skill | Description |
|---|---|
| threejs-fundamentals | Scene setup, cameras, renderer, Object3D hierarchy, coordinate systems |
| threejs-geometry | Built-in shapes, BufferGeometry, custom geometry, instancing |
| threejs-materials | PBR materials, basic/phong/standard materials, shader materials |
| threejs-lighting | Light types, shadows, environment lighting, light helpers |
| threejs-textures | Texture types, UV mapping, environment maps, render targets |
| threejs-animation | Keyframe animation, skeletal animation, morph targets, animation mixing |
| threejs-loaders | GLTF/GLB loading, texture loading, async patterns, caching |
| threejs-shaders | GLSL basics, ShaderMaterial, uniforms, custom effects |
...
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11