Skip to main content
Back to registry

threejs-skills

sickn33/antigravity-awesome-skills

Systematically create high-quality 3D scenes and interactive experiences using Three.js best practices.

Installs139
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill threejs-skills
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Systematically create high-quality 3D scenes and interactive experiences using Three.js best practices. Always use the correct CDN version (r128): CRITICAL : Do NOT use example imports like THREE.OrbitControls - they won't work on the CDN. Every Three.js artifact needs these core components: Use requestAnimationFrame for smooth rendering: Start by identifying: Choose appropriate geometry types: Basic Shapes: IMPORTANT : Do NOT use CapsuleGeometry (introduced in r142, not available in r128) Alternatives for capsules: Choose materials based on visual needs: Common Materials: If using lit materials (Standard, Phong, Lambert), add lights: Skip lighting if using MeshBasicMaterial - it's unlit by design. Always add window resize handling: Since THREE.OrbitControls isn't available on CDN, implement custom controls: Detect mouse clicks and hovers on 3D objects: User: "Create an interactive 3D sphere that responds to mouse movement" Black screen / Nothing renders: Poor performance: Objects not visible: Shadows: Environment Maps & Reflections: Tone Mapping & Output Encoding: Fog for Depth: While advanced post-processing may not be available in r128 CDN, basic effects can be achieved with shaders and render targets. Three.js artifacts require systematic setup: Follow these patterns for reliable, performant 3D experiences. While this skill focuses on CDN-based Three.js (r128) for artifact...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does threejs-skills do?

Systematically create high-quality 3D scenes and interactive experiences using Three.js best practices.

Is threejs-skills good?

threejs-skills does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does threejs-skills work with?

threejs-skills currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to threejs-skills?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install threejs-skills?

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill threejs-skills

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering