From smart-mcps
Resume the most recent agent session for the current project. Use when the user says "where were we", "resume", "handoff", or "pick up where I left off".
How this skill is triggered — by the user, by Claude, or both
Slash command
/smart-mcps:agentmemory-handoff [optional topic][optional topic]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to resume work. Context hint: $ARGUMENTS
The user wants to resume work. Context hint: $ARGUMENTS
Run these two commands:
smart-mcps-agentmemory profile
smart-mcps-agentmemory sessions "${ARGUMENTS:-recent work}" --limit 3
Note: if $ARGUMENTS is empty, the sessions command uses "recent work" as the default search query so the search is not blank.
From the results:
$ARGUMENTS was provided, pick the session that best matches the topic; otherwise use the most recent session from the sessions output.profile.recentActivity if non-empty. If it is empty (common when observations haven't been indexed yet), use the cwd field from the matched sessions to at least name the project directory.~/.agentmemory/start.sh) — do not invent session details.Do not invent or infer session content. Only present what the commands actually returned.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub giovani-merlin/smart_mcps --plugin smart-mcps