cwakim/claude-plugins

Personal Claude Code plugins marketplace

2Stars on the repository
15Mods indexed here, across every type
11d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

cleanup

01

cwakim/claude-plugins

Command

Safely delete branches already merged into a base branch (local and remote), protecting long-lived branches and never force-deleting unmerged work.

2 11d ago A 28 tokens original MIT

backup

02

cwakim/claude-plugins

Command

Back up every per-project memory store, handoff note, plan, and the hand-written global config to a private GitHub repo, landing each run as a PR that is squash-merged immediately. Also setup, status, and scheduling (cron or launchd); restore, zip, and merge are sibling commands this one dispatches to.

2 11d ago A 68 tokens original MIT

merge

03

cwakim/claude-plugins

Command

Converge this machine's live memory stores, handoff notes, and plans with another machine's mirror (from the GitHub backup repo, an object-storage bucket, or a zip). Restore-style plan and conflict prompts plus keep-both, cross-machine path reconciliation, index files rebuilt as a union. Interactive-only.

2 11d ago A 64 tokens original MIT

restore

04

cwakim/claude-plugins

Command

Copy memory stores, handoff notes, plans, and config from a backup (the GitHub mirror, an object-storage bucket, or a zip) back onto this machine. Diff-aware and conservative - empty targets restore wholesale, conflicts are asked, nothing local is ever deleted. --dry-run reports the plan and stops.

2 11d ago A 64 tokens original MIT

zip

05

cwakim/claude-plugins

Command

Export a portable, dated zip archive of everything a backup would mirror - memory stores, handoff notes, plans, and global config - with no GitHub, no gh, no network. Asks each run whether to secret-scan first. Interactive-only by design.

2 11d ago A 54 tokens original MIT

garden

06

cwakim/claude-plugins

Command

Audit the project's persistent memory for rot (stale claims, contradictions, duplicates, index drift), verify what the project itself can prove, and fix the rest through one confirmed docket.

2 11d ago A 36 tokens original MIT

handoff

07

cwakim/claude-plugins

Command

Save a portable, human-readable snapshot of this conversation to a markdown file, so a fresh Claude or a human can pick up the thread without replaying the whole chat.

2 11d ago B 34 tokens original MIT

pickup

08

cwakim/claude-plugins

Command

Pick up from a handoff snapshot: read a saved conversation state and continue from it, verifying against current ground truth before acting.

2 11d ago A 26 tokens original MIT