From keepgoing
Use when the user says "where did I leave off", "what was I working on", "pick up where I left off", "what's the status", or opens a project after a break. Gives a quick re-entry briefing from KeepGoing session data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/keepgoing:reentryThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants a quick re-entry briefing for this project.
The user wants a quick re-entry briefing for this project.
mcp__plugin_keepgoing_session__get_momentum to get the current session state and recent activity.mcp__plugin_keepgoing_session__get_reentry_briefing to get structured context (last checkpoint, next step, blockers).mcp__plugin_keepgoing_session__get_decisions with limit: 3 to check for recent decisions on the current branch.If no session data exists yet, tell the user KeepGoing will start tracking once they make their first edit.
npx claudepluginhub keepgoing-dev/claude-plugin --plugin keepgoingCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.