priv/skills/arrowcircle-jido-skills/skills/jido-behaviortree/SKILL.md
Builder-oriented guidance for the upstream `jido_behaviortree` package. Use when Codex needs to model agent decision trees, selectors, sequences, or fallback paths in Jido, or when it needs to turn sparse behavior-tree docs into a concrete runnable example without inventing unsupported runtime features.
npx skillsauth add agentjido/agentjido_xyz jido-behaviortreeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
jido_behaviortree is the upstream Hex package name.
Use this skill when the task is about explicit branching, selectors, sequences, guards, or fallback execution inside a Jido workflow.
Good triggers:
Read references/builder-notes.md before coding because the public docs are thinner here than for the core Jido packages.
Jido.Action modules for leaf work whenever possible.jido-behaviortree.jido.jido-action.testing
Drafts concise release notes from a list of validated changes in the skills runtime demo.
development
Reviews changed files for correctness, safety, and test gaps in the skills runtime demo.
tools
Converts temperature and distance inputs for the deterministic multi-skill orchestration demo.
tools
Scaffolds a Jido plugin with signal routes, actions, and docs notes for workbench consumers.