Babysitter post-processing

Post-processing skill for bloom, DOF, motion blur, color grading, and TAA.

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/post-processing" ~/.claude/skills/a5c-ai-babysitter-post-processing && rm -rf "$T"
manifest: library/specializations/game-development/skills/post-processing/SKILL.md
source content

Post-Processing Skill

Screen-space post-processing effects.

Capabilities

  • Bloom
  • Depth of field
  • Motion blur
  • Color grading
  • Anti-aliasing (TAA, FXAA)
  • Ambient occlusion