Skip to content

shivdeepak/runbook

Repository files navigation

runbook

An Agent Skill packaged for Cursor, Claude Code, Claude Web, and Claude Cowork.

Install

Install into Cursor or Claude Code (recommended)

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

Install into Claude Web or Cowork (upload a .skill file)

  1. Download runbook.skill from this repo's Releases, or build it yourself with npx skillship@latest package runbook.
  2. Upload the .skill file:
    • Claude Web: Settings -> Capabilities -> Upload skill -> enable toggle.
    • Claude Cowork: Customize -> Skills -> Upload (desktop app only).

Contributing

Develop

  • Validate: npx skillship@latest validate runbook --profile all
  • Package: npx skillship@latest package runbook (produces dist/runbook.skill)
  • Install locally: npx skillship@latest install runbook -a cursor -a claude-code

Releasing

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".

About

A Skill that help create and execute Markdown runbooks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors