From agentmemory
Show what happened in recent past sessions on this project. Use when user asks "what did we do last time", "session history", "past sessions", or wants an overview of previous work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentmemory:session-historyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch recent session history using the `memory_sessions` MCP tool (provided by the agentmemory server that this plugin wires up automatically via `.mcp.json`). Pass `limit: 20` to get a meaningful window.
Fetch recent session history using the memory_sessions MCP tool (provided by the agentmemory server that this plugin wires up automatically via .mcp.json). Pass limit: 20 to get a meaningful window.
Present the returned sessions in reverse chronological order:
Format as a clean timeline. Do NOT make up sessions — only show what the MCP tool actually returned. If memory_sessions isn't available, the stdio MCP shim didn't start — tell the user to:
/plugin list in Claude Code and confirm agentmemory shows as enabled..mcp.json is only read on startup)./mcp to see whether the agentmemory MCP server is connected.npx claudepluginhub doriangallo/agentmemory-local --plugin agentmemoryGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.