Use when changing ClawBox Tauri packaging, sidecar bootstrapping, version synchronization, Bun backend compilation, or release-related scripts and configuration. This includes the UTC date-based version generator, Tauri and Cargo version sync, Windows installer signing helpers, and GitHub release workflow guards. Do not use for actually cutting and pushing a release tag; use the release publish skill for that.
$npx -y skills add commonstackai/clawbox --skill clawbox-release-packagingInstalls into the current project.
Run `npx skills use "https://github.com/commonstackai/clawbox" --skill "commonstackai/clawbox/clawbox-release-packaging"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/commonstackai/clawbox" that are relevant to the current task. Run `npx skills add "https://github.com/commonstackai/clawbox"` and select the relevant skills, then follow their instructions.