What problem does it solve? PixiJS v8 has a large API surface spanning application setup, scene objects, rendering pipelines, and utilities, making it hard to know which guidance applies to a given task. This Skill acts as an entry point that routes any PixiJS v8 question to the correct specialized sub-skill. ## Core Features & Use Cases - Task Routing: A router table maps tasks to 25+ specialized sub-skills covering Application setup, Container, Sprite, Graphics, Text, Mesh, ParticleContainer, filters, shaders, events, assets, ticker, and more. - Full API Coverage: Organizes skills into Foundations, Scene Objects, Utilities, and Advanced categories, including v7-to-v8 migration, Web Workers/SSR environments, and performance optimization. - Documentation Fallback: When no sub-skill matches, it directs the AI to fetch the auto-generated PixiJS API index at pixijs.download for always-current docs. - Use Case: You ask how to draw a gradient-filled shape; the router points to the pixijs-scene-graphics skill, which provides the correct v8 shape-then-fill API patterns. ## Quick Start Ask how to accomplish any PixiJS v8 task, such as setting up an Application, loading assets, or applying filters, and the router will load the matching specialized guidance.