Babysitter global-illumination

GI techniques skill for baked, real-time, screen-space, and ray-traced illumination.

install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/game-development/skills/global-illumination" ~/.claude/skills/a5c-ai-babysitter-global-illumination && rm -rf "$T"
manifest: library/specializations/game-development/skills/global-illumination/SKILL.md
source content

Global Illumination Skill

GI techniques for realistic lighting.

Capabilities

  • Baked GI (lightmaps)
  • Real-time GI (DDGI, Lumen)
  • Screen-space GI
  • Light probes