·godot-state-machine-advanced
</>

godot-state-machine-advanced

thedivergentai/gd-agentic-skills

Expert blueprint for hierarchical finite state machines (HSM) and pushdown automata for complex AI/character behaviors. Covers state stacks, sub-states, transition validation, and state context passing. Use when basic FSMs are insufficient OR implementing layered AI. Keywords state machine, HSM, hierarchical, pushdown automata, state stack, FSM, AI behavior.

13Installs·0Trend·@thedivergentai

Installation

$npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-state-machine-advanced

SKILL.md

Hierarchical states, state stacks, and context passing define complex behavior management.

hsmlogicstate.gd Expert HSM base class with state stack management and validation.

pushdownautomaton.gd Stack-based state machine for interrupt-resume behavior (pause menus, cutscenes).

Expert blueprint for hierarchical finite state machines (HSM) and pushdown automata for complex AI/character behaviors. Covers state stacks, sub-states, transition validation, and state context passing. Use when basic FSMs are insufficient OR implementing layered AI. Keywords state machine, HSM, hierarchical, pushdown automata, state stack, FSM, AI behavior. Source: thedivergentai/gd-agentic-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-state-machine-advanced
Category
</>Dev Tools
Verified
First Seen
2026-02-15
Updated
2026-02-18

Quick answers

What is godot-state-machine-advanced?

Expert blueprint for hierarchical finite state machines (HSM) and pushdown automata for complex AI/character behaviors. Covers state stacks, sub-states, transition validation, and state context passing. Use when basic FSMs are insufficient OR implementing layered AI. Keywords state machine, HSM, hierarchical, pushdown automata, state stack, FSM, AI behavior. Source: thedivergentai/gd-agentic-skills.

How do I install godot-state-machine-advanced?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-state-machine-advanced Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/thedivergentai/gd-agentic-skills