shader-optimization
// Shader performance optimization skill for instruction counting, GPU profiling, and rendering efficiency.
$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameshader-optimization
descriptionShader performance optimization skill for instruction counting, GPU profiling, and rendering efficiency.
allowed-toolsRead, Grep, Write, Bash, Edit, Glob, WebFetch
Shader Optimization Skill
Shader performance optimization techniques.
Overview
This skill provides capabilities for optimizing shader performance.
Capabilities
- Instruction counting
- ALU optimization
- Texture sample reduction
- Shader variant management
- GPU profiling
Best Practices
- Minimize texture samples
- Use half precision where possible
- Avoid branching
- Batch similar shaders
- Profile on target hardware
References
- Engine-specific profiling tools