askill
runbook-delete

runbook-deleteSafety 85Repository

Delete a registered runbook by name from .claude/runbooks.json

0 stars
1.2k downloads
Updated 2/12/2026

Package Files

Loading files...
SKILL.md

Delete Runbook

You are removing a registered runbook from .claude/runbooks.json.

Instructions

  1. Parse arguments: /runbook-delete <runbook-name>

    • If no name provided, read .claude/runbooks.json and ask which runbook to delete
  2. Read .claude/runbooks.json and find the named runbook

    • If not found, list available runbooks
  3. Confirm with the user before deleting:

    Delete runbook "auto-commit"?
      Trigger: task_complete
      Mode: auto
      Actions:
        1. git add -A
        2. git commit -m "{{task_description}}"
        3. git push
    
  4. Remove the runbook from the JSON object

  5. Write the updated file back to .claude/runbooks.json

  6. Confirm deletion:

    Runbook "auto-commit" deleted.
    

Notes

  • Always confirm before deleting — this cannot be undone
  • If deleting the last runbook, keep the file with { "runbooks": {} } rather than removing it

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

86/100Analyzed 2/20/2026

Well-structured skill for deleting runbook entries from JSON config. Clear step-by-step instructions with confirmation prompts and safety notes. Good use of examples and edge case handling (last runbook). Bonus for explicit 'when to use' trigger section and dedicated skills folder structure.

85
90
75
85
90

Metadata

Licenseunknown
Version-
Updated2/12/2026
Publisherjason-hchsieh

Tags

llm