What problem does it solve?
This Skill eliminates the need to manually search external Three.js resources when you need details about a specific class, module, method, constructor parameter, property, or inheritance relationship.
Core Features & Use Cases
- Three.js API lookup: Quickly find constructor signatures, properties, methods, and inheritance notes for a named Three.js class/module.
- Reference-file first: Ensures answers are grounded in the local documentation files by requiring a reference search before responding.
- Developer support scenarios: Use it when debugging wrong parameters, implementing a feature (controls, loaders, renderers, materials), or validating API usage.
Quick Start
Ask: “What are the constructor parameters and key methods for OrbitControls in Three.js?” and the Skill will return the matching reference details.