← ClaudeAtlas

atmos-local-web-releaselisted

Run the Atmos local web runtime release workflow for this repository. Use this whenever you need to cut an Atmos local web runtime release, verify the local web runtime installer version, create the required `local-web-runtime-v<version>` tag, publish the runtime archives, and publish the `@atmos/local-web-runtime` installer package. Prefer this over a generic GitHub release process for Atmos local web runtime releases.
AruNi-01/atmos · ★ 2 · Web & Frontend · score 69
Install: claude install-skill AruNi-01/atmos
Atmos-specific local runtime release workflow. This skill is intentionally tied to this repository's local runtime release model. Use it when you want the standard Atmos local web distribution path instead of a generic GitHub release flow. ## What this skill owns This skill handles the Atmos local runtime release sequence: 1. validate repository state 2. validate the local runtime installer version and tag alignment 3. optionally build the local runtime archive locally for a spot check 4. create and push the `local-web-runtime-v<version>` tag 5. rely on GitHub Actions to build and upload runtime archives 6. rely on GitHub Actions to publish `@atmos/local-web-runtime` 7. verify the published GitHub Release assets 8. verify the shell and npm installer entrypoints are aligned with the published release The repository-specific execution wrapper lives in the bundled script: - `scripts/atmos-local-web-release.mjs` Use that script for the operational steps. Keep this file focused on orchestration and decision-making. This skill does not own the standalone CLI release flow, desktop release flow, Tauri artifacts, DMG packaging, or Homebrew tap updates. Keep those in the separate `atmos-cli-release` and `atmos-desktop-release` skills. ## Repository release model Atmos local runtime releases follow these rules: - local runtime tag format is `local-web-runtime-v<version>` - local runtime release version is sourced from: - `packages/local-installer/package.json` - local runti