Skip to content

stateforward/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

stateforward/skills

Agent skills for working with stateforward/hsm — the language-agnostic hierarchical state machine DSL.

Install

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

Skills

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.

Layout

skills/
└── hsm/
    ├── SKILL.md
    ├── metadata.json
    ├── agents/                # per-agent configs (e.g. openai.yaml)
    └── references/            # bundled reference docs (dsl.md, best-practices.md)

License

MIT

About

Agent skills for the stateforward/hsm DSL — installable via `npx skills add stateforward/skills`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors