This is your complete reference for PixiJS v8's Assets API, the singleton that handles loading, caching, and resolution for textures, videos, spritesheets, fonts, and JSON. It covers the essentials like Assets.init and Assets.load, plus the less obvious stuff: forcing a parser when your CDN URLs have no file extension, background loading with progress callbacks, resolution detection for @2x assets, and handling animated GIFs or compressed textures. The skill shines when you're dealing with real production problems like signed URLs or blob streams where auto-detection breaks. If you're loading anything into PixiJS beyond a single hardcoded PNG, you'll need this.
npx skills add https://github.com/pixijs/pixijs-skills --skill pixijs-assets