Use this skill when profiling or optimizing a PixiJS v8 app for FPS, draw calls, or GPU memory. Covers destroy patterns (cacheAsTexture(false), releaseGlobalResources), GCSystem and TextureGCSystem, PrepareSystem, object pooling, batching rules, BitmapText for dynamic text, culling (Culler, CullerPlugin, cullable, cullArea), resolution/antialias tradeoffs. Triggers on: FPS, jank, draw calls, batching, object pool, GCSystem, PrepareSystem, Culler, cacheAsTexture, memory leak, destroy patterns.
$npx -y skills add pixijs/pixijs-skills --skill pixijs-performanceInstalls into the current project.
Run `npx skills use "https://github.com/pixijs/pixijs-skills" --skill "pixijs/pixijs-skills/pixijs-performance"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/pixijs/pixijs-skills" that are relevant to the current task. Run `npx skills add "https://github.com/pixijs/pixijs-skills"` and select the relevant skills, then follow their instructions.