Help us improve
Share bugs, ideas, or general feedback.
From mimirs
Rebuild context on a project's current state using git diffs, checkpoints, annotations, and prior conversation search.
npx claudepluginhub thewinci/mimirs --plugin mimirsHow this skill is triggered — by the user, by Claude, or both
Slash command
/mimirs:catch-upThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: rebuild context on the *current state* — not the whole codebase (that's `explore`).
Summarizes recent changes from git history, meeting notes, sprint progress, documents, or logs for context recovery, handoffs, and sprint reviews.
Wraps up a work session by recording changed files, caveats, decisions, and next steps so a fresh session can resume without re-deriving context.
CTO-level project status from git and codebase state. Use when asked "where are we", "project status", "what's done", or at the start of a work session.
Share bugs, ideas, or general feedback.
Goal: rebuild context on the current state — not the whole codebase (that's explore).
git_context for modified/uncommitted files, recent commits, and which changed files are in the index.list_checkpoints for the latest checkpoints; search_checkpoints "<area you're resuming>" for ones relevant to the task.get_annotations on the changed files for known bugs, constraints, or "don't touch until X" notes left earlier.search_conversation "<task/area>" to recall what was being worked on and any unresolved threads.Finish: a short status — what changed, what's in flight, decisions/caveats affecting the next step — with file:line and checkpoint references. Confirm the plan before continuing.