Babysitter steering-behaviors

Steering behaviors skill for flocking, avoidance, and group movement.

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

Steering Behaviors Skill

AI steering and movement behaviors.

Capabilities

  • Seek/flee/arrive
  • Flocking (separation, alignment, cohesion)
  • Obstacle avoidance
  • Path following