Babysitter astar

A* pathfinding skill for heuristics and optimization.

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

A* Pathfinding Skill

A* algorithm implementation.

Capabilities

  • A* implementation
  • Heuristic functions
  • Path optimization
  • Grid and graph navigation