This repo packages the runbook Agent Skill for distribution across Cursor,
Claude Code, Claude Web, and Claude Cowork.
skills/runbook/SKILL.md— the skill itself (source of truth).release-please-config.json,.release-please-manifest.json,version.txt— release automation via release-please + Conventional Commits..github/workflows/validate.yml— validates the skill on PRs/pushes..github/workflows/release.yml— cuts releases and uploadsrunbook.skill.
- Use Conventional Commits (
feat:,fix:,docs:, ...).feat/fixbump the version; merging the release PR publishesrunbook.skillto a GitHub Release. - Keep the
descriptioninskills/runbook/SKILL.md<= 200 chars so it uploads to Claude Web/Cowork. - The version line in
SKILL.mdcarries# x-release-please-versionso release-please updates it in place.
npx skillship@latest validate --profile allnpx skillship@latest packagenpx skillship@latest install runbook -a cursor -a claude-code