All Skills stryx · skills Stryx Labs
// stryxstryx-devops

DevOps.

When the repo turns into a graveyard of half-merged branches and broken installers. The skill that ships clean commits, signed binaries, and auto-updates that roll back when they fail.

5 reference docs · 72 KB installed · stryx-devops

//01What it does

Commits, Pipelines, Packaging, Releases.

Shipping is its own discipline, and most teams treat it like a side quest. This skill is for engineers who want their git history to read like a changelog and their installers to land without a single user complaint. Covers conventional commit format with auto-generated changelogs, branch strategy selection (trunk-based vs git-flow), GitHub Actions matrix builds, Electron packaging (asar, electron-builder, mac notarization, Windows code signing), and the auto-update flow with health-check rollback.

//02What is inside

Four recipes.

i.

Conventional commits

feat / fix / docs / refactor prefixes with BREAKING CHANGE footer. Commitizen generates the changelog and bumps semver from the commit history. Anti-pattern: "wip" and "stuff" commits — they break the entire pipeline downstream.

ii.

GitHub Actions matrices

Parallel build matrices for cross-platform Electron apps. Caching node_modules + Rust target. Conditional steps. Secret management.

iii.

Electron packaging

electron-builder configs for macOS DMG, Windows NSIS installer, Linux AppImage. Code signing certificates. Notarization on macOS.

iv.

Auto-update with rollback

electron-updater pattern. Health check post-swap. Automatic rollback if new binary fails. The Mneme apply-with-rollback recipe.

//03Chains with

It composes.

Skills compose into workflows. DevOps is rarely the only skill you will use — it pairs naturally with these others in the library.

//04Install · just this skill

One command.

Installs only stryx-devops (skip the other 19) into ~/.claude/skills/stryx-devops/.

macOS · Linux
STRYX_SKILL=stryx-devops curl -fsSL https://stryxlabs.com/install-skills.sh | bash
 
Windows · PowerShell
PS> $env:STRYX_SKILL="stryx-devops"; irm https://stryxlabs.com/install-skills.ps1 | iex
 
All 20 skills (the full library)
curl -fsSL https://stryxlabs.com/install-skills.sh | bash
//05Reach

Free for all use.

Stryx Labs License v1.0. Use DevOps in personal, commercial, internal, and production work. No attribution required.