AI provider plugins for Needle Engine — a web-first 3D engine built on Three.js.
Install the Needle Engine skill for any supported AI coding agent:
npx skills add needle-tools/aiThis works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, and 40+ other agents.
Already using
@needle-tools/engine? The Vite plugin auto-installs the skill for detected agents — no manual setup needed.
The Claude Code plugin provides:
- MCP server — documentation search (
needle_search) and user/project tools vianpx needle-cloud mcp - Needle Engine skill — component lifecycle, serialization, input, physics, networking, WebXR, deployment, and progressive loading reference
/plugin install needle-engine
Or load locally for development:
claude --plugin-dir ./providers/claude/pluginproviders/claude/plugin/
├── .claude-plugin/plugin.json # Plugin metadata
├── .mcp.json # MCP server config (npx needle-cloud mcp)
└── skills/needle-engine/
└── SKILL.md # Needle Engine skill