Agent skills for working with stateforward/hsm — the language-agnostic hierarchical state machine DSL.
Uses vercel-labs/skills as the installer.
# All skills in this repo
npx skills add stateforward/skills
# A specific skill
npx skills add stateforward/skills -s hsm
# Install globally (across all projects) instead of into the current project
npx skills add stateforward/skills -g| Skill | Description |
|---|---|
hsm |
Authoring and review guide for hierarchical state machines using the hsm DSL. Covers RTC semantics, completion events, transition rules, guards/choices, deferral, timers, and hierarchical inheritance. |
skills/
└── hsm/
├── SKILL.md
├── metadata.json
├── agents/ # per-agent configs (e.g. openai.yaml)
└── references/ # bundled reference docs (dsl.md, best-practices.md)
MIT