threejs-lite

Installation
SKILL.md

Three.js Lite

Use this skill when a user wants a 3D browser game with minimal rendering complexity and stable mobile performance.

Workflow

  1. Start from assets/starter-single-file.html.
  2. Implement one camera, one scene, one gameplay loop.
  3. Add player input and terminal condition before adding visual polish.
  4. Keep geometry/material count small and predictable.
  5. If targeting Remix/Farcade, apply hooks in references/remix-farcade-integration.md.
  6. Validate required hooks (gameOver, onPlayAgain, onToggleMute) before handoff.

Guardrails

Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 22, 2026
threejs-lite — openclaw/skills