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
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.
Four recipes.
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.
GitHub Actions matrices
Parallel build matrices for cross-platform Electron apps. Caching node_modules + Rust target. Conditional steps. Secret management.
Electron packaging
electron-builder configs for macOS DMG, Windows NSIS installer, Linux AppImage. Code signing certificates. Notarization on macOS.
Auto-update with rollback
electron-updater pattern. Health check post-swap. Automatic rollback if new binary fails. The Mneme apply-with-rollback recipe.
It composes.
Skills compose into workflows. DevOps is rarely the only skill you will use — it pairs naturally with these others in the library.
One command.
Installs only stryx-devops (skip the other 19) into ~/.claude/skills/stryx-devops/.
Free for all use.
Stryx Labs License v1.0. Use DevOps in personal, commercial, internal, and production work. No attribution required.