An Agent Skill packaged for Cursor, Claude Code, Claude Web, and Claude Cowork.
Install directly from this repo into your local agents:
npx skillship@latest install shivdeepak/runbook -a cursor -a claude-code
# or, equivalently, via the underlying multi-agent installer:
npx skills add shivdeepak/runbook- Download
runbook.skillfrom this repo's Releases, or build it yourself withnpx skillship@latest package runbook. - Upload the
.skillfile:- Claude Web: Settings -> Capabilities -> Upload skill -> enable toggle.
- Claude Cowork: Customize -> Skills -> Upload (desktop app only).
- Validate:
npx skillship@latest validate runbook --profile all - Package:
npx skillship@latest package runbook(producesdist/runbook.skill) - Install locally:
npx skillship@latest install runbook -a cursor -a claude-code
This repo auto-releases with
release-please using
Conventional Commits. Merging the
generated release PR publishes runbook.skill to a GitHub Release.
Enable Settings -> Actions -> Workflow permissions: "Read and write" and "Allow GitHub Actions to create and approve pull requests".