What problem does it solve?
PixiJS guidance gets scattered across APIs, versions, and subsystems, making it hard to quickly find the correct patterns for rendering, assets, events, and advanced effects in PixiJS v8.
Core Features & Use Cases
- Smart routing across PixiJS v8 domains: directs your request to specialized skills for Application setup, scene graph objects, utilities, and advanced rendering topics.
- Broad API coverage for common PixiJS v8 workflows: covers core rendering, sprites/graphics/text/meshes/particles/dom overlays/gifs, input handling, math, and ticker-driven updates.
- Reliable fallback to the canonical API index: when a sub-skill doesn’t match the exact class/function/option you mention, it fetches PixiJS’ current autogenerated API index for precise lookup.
Quick Start
Use the pixijs skill to route a PixiJS v8 question about rendering animated sprites and tell me which sub-skill to use.