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

  1. Read the target SKILL.md. Note the skill name from frontmatter and the directory that contains the file — that directory is the skill root (<skill-root>/).
  2. 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.inOrder steps):
Installs
4
Repository
dynobox/skills
First Seen
13 days ago
dyno-from-skill — dynobox/skills