What problem does it solve?
This Skill removes guesswork when working with PixiJS v8 by routing any PixiJS-related request to the most precise sub-skill for the specific API surface and task.
Core Features & Use Cases
- PixiJS v8 router: Automatically selects the correct entry in the PixiJS v8 skill collection based on the task context and keywords.
- Full coverage across the PixiJS surface: Handles Application setup, scene graph concepts, rendering, and specialized objects like Container, Sprite, Graphics, Text, Mesh, ParticleContainer, DOMContainer, and GifSprite.
- Fallback to canonical docs: When the request doesn’t clearly map to a sub-skill, it uses the always-current PixiJS API index for targeted retrieval.
Example use case: You start with a prompt about adding a BlurFilter and then later ask about setting eventMode and hitArea; this Skill routes each prompt to the correct specialized PixiJS sub-skill for consistent, accurate guidance.
Quick Start
Use the pixijs skill to match your PixiJS v8 task to a specialized PixiJS v8 sub-skill and then follow that sub-skill’s instructions.