Assigning a RUID to a sprite renderer lets you show sprites or animations in your game world or user interface. You can use a resource ID directly without extra components. This works for both world entities and UI elements.
The thumbnail:// prefix turns any resource into a static thumbnail image. This is perfect for item icons, inventory slots, and shop previews. Without this prefix, some resource types like skeletons and avatar items will not show anything.
Avoid common pitfalls like forgetting the prefix or applying it to already thumbnail images. Use the msw-search skill to find the right RUIDs first.
Global
mkdir -p ~/.claude/skills/msw-sprite-ruidProject
mkdir -p .claude/skills/msw-sprite-ruidSource 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