dynoboxdocs

Agent Skills

Dynobox publishes AI agent skills that assess test fit, create dynos from SKILL.md files, and diagnose failed runs.

Install the skills with skills.sh:

npx skills add dynobox/skills

The source lives at dynobox/skills.

Included Skills

  • dyno-from-skill: turn a SKILL.md into a repeatable scenario with assertions and fixtures.
  • dyno-run-debug: diagnose a failed run and propose a fix. It waits for approval before editing and validates approved dyno changes.
  • dyno-skill-fit: assess Dynobox test fit before authoring, with example assertions and a High, Partial, or Low fit rating.

Example Prompts

After installing the skills, ask your agent for the specific workflow you want:

Use the dyno-from-skill skill to create a Dynobox test for this skill.
Use the dyno-run-debug skill to diagnose this failed Dynobox run.
Use the dyno-skill-fit skill to assess this skill for Dynobox coverage.