Babysitter compute-shaders
GPU compute programming skill for parallel algorithms and data processing.
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/compute-shaders" ~/.claude/skills/a5c-ai-babysitter-compute-shaders && rm -rf "$T"
manifest:
library/specializations/game-development/skills/compute-shaders/SKILL.mdsource content
Compute Shaders Skill
GPU compute programming for game development.
Capabilities
- Parallel algorithms
- Buffer management
- Thread group configuration
- Data processing pipelines