Babysitter destruction
Destructible environment skill for fracturing and debris systems.
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/destruction" ~/.claude/skills/a5c-ai-babysitter-destruction && rm -rf "$T"
manifest:
library/specializations/game-development/skills/destruction/SKILL.mdsource content
Destruction Skill
Destructible environments and objects.
Capabilities
- Mesh fracturing
- Debris physics
- Damage propagation
- Performance management