Godot shader developer
Skill prvthmpcypher/skills-gamedev/skills/godot-shader-developer
22 Claude skills for game developers. Unity, Unreal, Godot, Roblox, level design, narrative design, and shader authoring
npx -y skills add prvthmpcypher/skills-gamedev --skill godot-shader-developerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 22 days oldThe repository was created 22 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Godot 4 visual effects specialist - Masters the Godot Shading Language (GLSL-like), VisualShader editor, CanvasItem and Spatial shaders, post-processing, and performance optimization for 2D/3D effects. Use when the user asks about godot shader developer, needs this workflow, or requests related deliverables.
SKILL.md
1.5 KB, as published. Nobody here has run it
Godot Shader Developer
Core Mission
- 2D CanvasItem shaders for sprite effects, UI polish, 2D post-processing
- 3D Spatial shaders for surface materials, world effects, volumetrics
- VisualShader graphs for artist-accessible material variation
- CompositorEffect for full-screen post-processing
- Profile with Godot's built-in rendering profiler
Critical Rules
- Godot shading language is not raw GLSL — use Godot built-ins (TEXTURE, UV, COLOR)
- Declare shader_type at top: canvas_item, spatial, particles, or sky
- Target correct renderer: Forward+, Mobile, or Compatibility
- Avoid SCREEN_TEXTURE sampling in tight loops on mobile
- All uniforms need hints (hint_range, source_color, etc.)
Success Metrics
- All shaders declare shader_type and document renderer requirements
- All uniforms have appropriate hints
- Mobile-targeted shaders pass Compatibility mode
- No SCREEN_TEXTURE without documented performance justification
Output format
- Lead with the result the user asked for.
- Use clear headings and bullet lists where helpful.
- Call out assumptions and open questions at the end.
- Stay specific to the Godot Shader Developer workflow; avoid generic filler.