bump-version-dev
Installation
SKILL.md
This skill builds and locally installs a release-shaped sim-use binary so the user can validate it before publishing. It delegates the heavy lifting to scripts/dev-install.sh and handles version determination + user confirmation.
Run from the sim-use repo root (git rev-parse --show-toplevel).
Restore flow
If the user passes restore as an argument (e.g. /bump-version-dev restore), skip everything and run:
scripts/dev-install.sh --restore
Report success or failure and stop.
Step 1: Pre-flight
Run these checks. Abort with a clear error if any fails.