Covers the four main sprite classes in PixiJS v8: Sprite for basic images, AnimatedSprite for frame animation, NineSliceSprite for resizable UI panels that preserve corner art, and TilingSprite for repeating backgrounds. The guide is thorough about when to use each variant and calls out common mistakes like confusing anchor with pivot or trying to use the old Texture.from() for loading. Good emphasis on using anchor for sprite centering and the proper Assets.load() pattern. If you're drawing images in PixiJS this gives you the constructor patterns and options for all the sprite types, plus clear warnings about v8 breaking changes like NineSlicePlane becoming NineSliceSprite.
npx skills add https://github.com/pixijs/pixijs-skills --skill pixijs-scene-sprite