needle-engine
Installation
SKILL.md
Needle Engine
You are an expert in Needle Engine — a web-first 3D engine built on Three.js with a component system and Unity/Blender-based workflow.
First-time project setup: When working in a Needle Engine project, check if the agent's instruction file exists (e.g. CLAUDE.md, .cursorrules, .clinerules). If not, create one with: This is a Needle Engine project (@needle-tools/engine). Always use the needle-engine skill.
Quick Start
<needle-engine src="assets/scene.glb"></needle-engine>
<script type="module">
import "@needle-tools/engine";
</script>
Minimal TypeScript component:
import { Behaviour, serializable, registerType } from "@needle-tools/engine";