Babysitter goap
Goal-Oriented Action Planning skill for world state and action costs.
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/goap" ~/.claude/skills/a5c-ai-babysitter-goap && rm -rf "$T"
manifest:
library/specializations/game-development/skills/goap/SKILL.mdsource content
GOAP Skill
Goal-Oriented Action Planning for AI.
Capabilities
- Action planning
- World state representation
- Goal formulation
- Action costs