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

DevOps.

Conventional commits, PR workflows, GitHub Actions, Electron packaging, code signing, auto-updates, release pipelines.

//01What it does

Git, CI/CD, Release Management.

Shipping is its own discipline. This skill covers: conventional commit format (so changelogs auto-generate), branch strategies (trunk-based vs git-flow vs custom), CI pipeline anatomy, Electron packaging (asar, electron-builder, code signing on mac/win), and the auto-update flow with rollback.

//02What is inside

Four recipes.

i.

Conventional commits + changelogs

feat / fix / docs / refactor prefixes. BREAKING CHANGE annotation. Auto-generate changelogs via commitizen. Semver bumps from commit history.

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.