clean-gone
01Command
Cleans up all git branches marked as [gone] (deleted on remote but still exist locally).
Tooling for running AI coding agents in production workflows.
Command
Cleans up all git branches marked as [gone] (deleted on remote but still exist locally).
Command
Commit, push, and open a PR.
Command
Staged: !git diff --cached --stat Unstaged: !git diff --stat Untracked: !git ls-files --others --exclude-standard.
Command
Sync current branch with main - stash, pull, merge, resolve conflicts, pop.
Command
Run the curator pass. Consolidates near-duplicate skills into umbrella skills with references/templates/scripts. Default is dry-run, pass "live" as argument to mutate.
Command
Restore the skill library from a curator snapshot. Defaults to newest. Use --list to see available snapshots.
Command
Show curator status — last run, candidate list, pins, pause state. Read-only.
Command
Checkpoint the current session into the global daily session log. Idempotent, append-only, safe to run multiple times and before /compact.
Command
Search and navigate the global session memory. Use natural questions like "what was I doing yesterday in the api repo?" or "what did we decide about JWT cookies?".
Command
Distill a day's raw session log into a compact daily rollup that /recall prefers. Default target is yesterday. Idempotent, overwrites the rollup file each run.
Command
Restore context after /clear - shows git state and active PEPs.