cwakim

15 mods across 1 repository, 2 stars between them.

cwakim-plugins

01

cwakim/claude-plugins

Plugin Claude Code

Plugin marketplace listing 4 plugins: session-continuity, branch-cleanup, memory-gardener, memory-backup.

2 11d ago A tokens not measured original MIT

cwakim/claude-plugins

Instructions file

Claude Code instructions for cwakim/claude-plugins, covering claude-plugins, layout, gotchas (read before editing manifests), adding a plugin and workflow.

2 11d ago A 504 tokens original MIT

branch-cleanup

03

cwakim/claude-plugins

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.

2 11d ago A tokens not measured original MIT

cleanup

04

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

memory-backup

05

cwakim/claude-plugins

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…

2 11d ago A tokens not measured copy · 92% MIT

backup

06

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

07

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

08

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

09

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

memory-gardener

10

cwakim/claude-plugins

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…

2 11d ago A tokens not measured original MIT

garden

11

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

SessionStart

12

cwakim/claude-plugins

Hook

Runs when a session starts on startup, executing garden-nudge.sh. From cwakim/claude-plugins.

2 11d ago A tokens not measured original MIT

session-continuity

13

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.

2 11d ago A tokens not measured original MIT

handoff

14

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

15

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