Threenix
Threenix skills and reference components for Three.js developers.
Codex
codex plugin marketplace add prag-matt-ic/threenix-plugin
codex plugin add threenix@threenix
Start a new task and invoke:
$best-practicesto review and refactor Three.js or React Three Fiber code$optimize-shaderto optimize TSL shader code$simplifyto review the latest commit for unnecessary complexity$setup-canvasto create a WebGPU React Three Fiber canvas$threenix-fireworksto integrate the Fireworks reference into an existing WebGPU project
Claude Code
claude plugin marketplace add prag-matt-ic/threenix-plugin
claude plugin install threenix@threenix
Start a new session and invoke:
/threenix:best-practices/threenix:optimize-shader/threenix:simplify/threenix:setup-canvas/threenix:threenix-fireworks
MCP resources
The public workflow Skills are bundled directly with the plugin. $setup-canvas includes a background-free WebGPU Canvas reference; the MCP server supplies the Fireworks reference.
$setup-canvas requires React Three Fiber v10 alpha and Three.js:
npm install @react-three/fiber@alpha three
npm install --save-dev @types/three