Prepare and create git commits for dynobox. Use this skill whenever the user asks to commit, create a commit, suggest a commit message, stage changes, or prepare changes for review. Also use it when the user asks whether the changelog should be updated before committing.
Prepare dynobox packages for release to npm. Use this skill whenever the user asks to release, publish, ship, bump, or cut a version of any dynobox package — including dry runs, version bumps, changelog updates, and git tagging. Also trigger when the user asks about the release process or wants to verify publish…
Generate a Dynobox test (dyno) for an agent skill from its SKILL.md. Use this skill whenever the user asks to create, write, scaffold, or generate a dyno, dyno test, Dynobox test, or smoke test for a skill or a SKILL.md file, or asks to "test this skill" with Dynobox.
Produce a word-count report for a text file. Use this skill when the user asks to count words, generate a word-count report, or measure document length.
Debug a failed dynobox run from its terminal output. Use this skill when the user pastes or references output from npx dynobox run (especially --debug output with failed assertions), asks why a dyno run, scenario, or assertion failed, or wants a failing dyno fixed. Produces a root-cause diagnosis and proposed fixes…
Assess whether an existing agent skill is a good candidate for Dynobox test coverage before writing dynos. Use when the user explicitly asks whether a skill is testable with Dynobox, requests a fitness or coverage assessment, asks whether dynos can be written for a skills.sh link or SKILL.md path/repo, or wants to…