Agent Skills: Shader Optimization Skill

Shader performance optimization skill for instruction counting, GPU profiling, and rendering efficiency.

UncategorizedID: a5c-ai/babysitter/shader-optimization

Install this agent skill to your local

pnpm dlx add-skill https://github.com/a5c-ai/babysitter/tree/HEAD/plugins/babysitter/skills/babysit/process/specializations/game-development/skills/shader-optimization

Skill Files

Browse the full folder contents for shader-optimization.

Download Skill

Loading file tree…

plugins/babysitter/skills/babysit/process/specializations/game-development/skills/shader-optimization/SKILL.md

Skill Metadata

Name
shader-optimization
Description
Shader performance optimization skill for instruction counting, GPU profiling, and rendering efficiency.

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

  1. Minimize texture samples
  2. Use half precision where possible
  3. Avoid branching
  4. Batch similar shaders
  5. Profile on target hardware

References

  • Engine-specific profiling tools