Babysitter cloth-simulation
Cloth physics skill for softbody dynamics and constraint 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/cloth-simulation" ~/.claude/skills/a5c-ai-babysitter-cloth-simulation && rm -rf "$T"
manifest:
library/specializations/game-development/skills/cloth-simulation/SKILL.mdsource content
Cloth Simulation Skill
Cloth and softbody physics.
Capabilities
- Cloth constraints
- Wind effects
- Collision handling
- Performance optimization