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: Show the session ID (first 8 chars), project, start time, and status For each session with observations, show the key highlights (type + title) Note the total observation count per session If a session summary exists, surface the title and the key decisions 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: Run /plugin list in Claude Code and confirm agentmemory shows as enabled. Restart Claude Code (the plugin's .mcp.json is only read on startup). Check /mcp to see whether the agentmemory MCP server is connected.
session-history
安装
npx skills add https://github.com/rohitg00/agentmemory --skill session-history