Skip to main content
Back to registry

three-best-practices

emalorenzo/three-agent-skills

Comprehensive performance optimization guide for Three.js applications. Contains 120+ rules across 18 categories, prioritized by impact.

Installs280
Install command
npx skills add https://github.com/emalorenzo/three-agent-skills --skill three-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive performance optimization guide for Three.js applications. Contains 120+ rules across 18 categories, prioritized by impact. This skill compiles best practices from multiple authoritative sources: Reference these guidelines when: Read individual rule files for detailed explanations and code examples: Each rule file contains: - Official guidelines from Three.js llms branch maintained by mrdoob - 100 Three.js Tips by Utsubo - Excellent comprehensive guide covering WebGPU, asset optimization, and performance tips - Setting up a new Three.js project - Writing or reviewing Three.js code - Optimizing performance or fixing memory leaks - Working with custom shaders (GLSL or TSL) - Implementing WebGPU features - Building VR/AR experiences with WebXR - Integrating physics engines - Optimizing for mobile devices - setup-use-import-maps - Use Import Maps, not old CDN scripts - setup-choose-renderer - WebGLRenderer (default) vs WebGPURenderer (TSL/compute) - setup-animation-loop - Use renderer.setAnimationLoop() not manual RAF - setup-basic-scene-template - Complete modern scene template - memory-dispose-geometry - Always dispose geometries - memory-dispose-material - Always dispose materials and textures - memory-dispose-textures - Dispose dynamically created textures - memory-dispose-render-targets - Always dispose WebGLRenderTarget - memory-dispose-recursive - Use recursive...

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 three-best-practices do?

Comprehensive performance optimization guide for Three.js applications. Contains 120+ rules across 18 categories, prioritized by impact.

Is three-best-practices good?

three-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does three-best-practices work with?

three-best-practices currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to three-best-practices?

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

How do I install three-best-practices?

npx skills add https://github.com/emalorenzo/three-agent-skills --skill three-best-practices

Related skills

More from emalorenzo/three-agent-skills

Related skills

Alternatives in Software Engineering