Babysitter shadow-techniques
Shadow mapping skill for cascaded shadows, contact hardening, and optimization.
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/shadow-techniques" ~/.claude/skills/a5c-ai-babysitter-shadow-techniques && rm -rf "$T"
manifest:
library/specializations/game-development/skills/shadow-techniques/SKILL.mdsource content
Shadow Techniques Skill
Shadow rendering techniques for games.
Capabilities
- Shadow mapping
- Cascaded shadow maps
- Soft shadows (PCF, PCSS)
- Contact shadows
- Ray-traced shadows