dyno-from-skill
Installation
SKILL.md
Dyno From Skill
This skill turns a skill's SKILL.md instruction file into a runnable Dynobox
test: a *.dyno.mjs file colocated with the skill that prompts a harness with a
realistic task and asserts the observable behavior the skill mandates.
Full authoring reference: https://docs.dynobox.xyz/config-authoring.md
Workflow
- Read the target
SKILL.md. Note the skillnamefrom frontmatter and the directory that contains the file — that directory is the skill root (<skill-root>/). - Fetch the current authoring reference. Do not write assertions from
memory or from the summary table below alone — the SDK evolves. Fetch the
docs and check the assertion catalog and its syntax rules, including where
each assertion type is allowed to appear (for example, which types are
valid as
sequence.inOrdersteps):