PixiJS has four sprite classes for different drawing tasks. The Sprite class draws a single image at a position. The AnimatedSprite cycles through frames for animation. The NineSliceSprite creates resizable UI panels without stretching corners. The TilingSprite repeats a texture for scrolling backgrounds.
All sprite types are leaf nodes, meaning they cannot have children. To group them, use a Container. Choose the right sprite for your project to keep your code simple and fast.
Global
mkdir -p ~/.claude/skills/pixijs-scene-spriteProject
mkdir -p .claude/skills/pixijs-scene-spriteSource Repository
Godot Gdscript Patternswshobson/agents
Learn Godot 4 GDScript patterns for signals, scenes, state machines, and optimization
Game Enginegithub/awesome-copilot
Build web-based game engines and games using HTML5 Canvas WebGL and JavaScript
Unity Ecs Patternswshobson/agents
Master Unity ECS DOTS Jobs and Burst for efficient game development
Multiplayer Gamerivet-dev/skills
Ready made patterns for building any multiplayer game fast
Threejs Geometrycloudai-x/threejs-skills
Build 3D shapes with built-in and custom geometry using Three.js
Threejs Materialscloudai-x/threejs-skills
Pick the right Three.js material for realistic or stylized 3D objects
Game Developerjeffallan/claude-skills
Build fast, smooth games with Unity Unreal Engine patterns and performance tips
Game Developmentsickn33/antigravity-awesome-skills
Choose your platform and build games with proven patterns and performance tips