AI AGENT ADDONS
AI & Agent Building
1,345installs

Behaviour trees help AI agents decide what to do next. With this skill, you can create and manage .behaviourtree files for your MSW project from start to finish. It handles both the project spec and the tree generation.

The skill automatically scans your project for custom action and decorator nodes. It builds a bt-spec.md file that lists every UUID, property name, and type string. This spec is the source of truth for all tree nodes.

When you create a new tree, the skill generates the full node graph and blackboard variables. It also checks that parent and child nodes are consistent. This helps you avoid broken trees and saves time.

Add Msw Behaviourtree skill to your workflow

Global

mkdir -p ~/.claude/skills/msw-behaviourtree

Project

mkdir -p .claude/skills/msw-behaviourtree

Source Repository

Stars
30
Forks
2
Watchers
30
Last Push
25 days ago
Created
3 months ago