askill
runbook-toggle

runbook-toggleSafety 70Repository

Enable or disable a registered runbook by name - disabled runbooks skip automatic trigger execution

0 stars
1.2k downloads
Updated 2/12/2026

Package Files

Loading files...
SKILL.md

Toggle Runbook

You are enabling or disabling a registered runbook.

Instructions

  1. Parse arguments: /runbook-toggle <runbook-name> [enable|disable]

    • /runbook-toggle auto-commit — toggle current state
    • /runbook-toggle auto-commit enable — explicitly enable
    • /runbook-toggle auto-commit disable — explicitly disable
  2. Read .claude/runbooks.json and find the named runbook

    • If not found, list available runbooks
  3. Toggle the enabled field:

    • If no explicit enable/disable given, flip the current value
    • If explicit, set to that value
  4. Write the updated file back to .claude/runbooks.json

  5. Confirm:

    Runbook "auto-commit" is now disabled.
    It will no longer auto-execute on task completion.
    

Notes

  • Disabled runbooks can still be run manually with /runbook-run
  • Only the enabled field changes — trigger and actions are preserved

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

65/100Analyzed 2/20/2026

Practical skill for toggling runbook enable/disable state in a Claude configuration file. Well-structured with clear steps and examples. Limited reusability due to tight coupling with specific internal config file, but actionably written. Scores bonus for structured steps and tags, penalty for internal-only config path."

70
85
45
60
80

Metadata

Licenseunknown
Version-
Updated2/12/2026
Publisherjason-hchsieh

Tags

llm