Plugin Claude Code
Plugin marketplace listing 4 plugins: session-continuity, branch-cleanup, memory-gardener, memory-backup.
Plugin Claude Code
Plugin marketplace listing 4 plugins: session-continuity, branch-cleanup, memory-gardener, memory-backup.
Instructions file
Claude Code instructions for cwakim/claude-plugins, covering claude-plugins, layout, gotchas (read before editing manifests), adding a plugin and workflow.
Plugin Claude Code
Safely delete branches already merged into a base branch, locally and on the remote: protects long-lived branches, never force-deletes, and always confirms first.
Command
Safely delete branches already merged into a base branch (local and remote), protecting long-lived branches and never force-deleting unmerged work.
Plugin Claude Code
Back up Claude Code's machine-local state (/backup): mirror every per-project memory store, handoff note (live and archived), plan document, and the hand-written global config to a private GitHub repo, one squash-merged PR per run. Repo visibility verified before every push, refused if public; every mirrored file…
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.
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.
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.
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.
Plugin Claude Code
Audit and prune Claude Code's persistent memory: verify stale claims against the project, catch contradictions and duplicates, then fix them through one confirmed docket, never silently rewriting what a memory means. Nudges at session start when the store needs attention; /garden schedule adds a scheduled dry-run…
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.
Hook
Runs when a session starts on startup, executing garden-nudge.sh. From cwakim/claude-plugins.
Plugin Claude Code
Save a portable, human-readable snapshot of a conversation (/handoff) and pick it back up later (/pickup): for a fresh session, a new machine, a vacation, or handing off to a contributor.
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.
Command
Pick up from a handoff snapshot: read a saved conversation state and continue from it, verifying against current ground truth before acting.