From session
Rebuild full context of in-progress work. Reads the current branch, linked issue, changed files, and recent commits to produce a complete summary with suggested next steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/session:catchupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rebuild full context of in-progress work. Use after switching context or starting a new session.
Rebuild full context of in-progress work. Use after switching context or starting a new session.
Run the catchup script:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/catchup
If the current branch matches type/NNN-*, fetch the full issue and recent comments:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/git-cli issue show <N>
Read changed files (from both committed and uncommitted changes in the catchup output). If more than 15 files, prioritize:
Present a concise summary:
npx claudepluginhub st0nefish/agent-toolkit --plugin sessionRebuild context on a project's current state using git diffs, checkpoints, annotations, and prior conversation search.
Analyzes git commits since base branch, file changes, uncommitted work, and optional Linear ticket to summarize branch intent and status for resuming development.
Summarizes git repository state: branch/sync status, staged/unstaged/untracked changes counts, recent commits, stashes, and suggested next steps.