Agents Recap
Description
Local, offline recap and RAG memory of your AI coding sessions. Reads Claude Code, Cursor and VS Code Copilot Chat session state read-only, tells you where you left off, and lets you ask about it later.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agent-recap
You had six AI sessions going. Which one still has work in it?
`agent-recap` reads the session state your AI tools already keep on disk, works out where each project actually stands, and writes one HTML page telling you where you left off. It also remembers that context so you can ask about it later.
Everything runs locally against [Ollama](https://ollama.com). No API keys, no network calls, nothing leaves the machine.
agent-recap # build the recap and open it
agent-recap ask "what was I doing with the rates API?"
agent-recap status # what's running right now
agent-recap schedule --at 08:30 # have it ready before you sit down

*Sample data. Regenerate with `python scripts/sample_recap.py`.*
It leads with what's actually blocking you:
Waiting on you
storefront-web — permission prompt, waiting 48m
An agent stalled on a permission prompt for the last three quarters of an hour is the single most useful thing this can tell you, so it gets a banner.
What it reads
| Source | Where | What it gets |
|---|---|---|
| Claude Code | ~/.claude |
Live session status, titles, last messages, plan documents and their remaining steps |
| Cursor | Cursor's global state.vscdb |
Composer/agent sessions, titles, agent todo lists, context usage |
| VS Code Copilot Chat | VS Code workspaceStorage |
Chat sessions (both the legacy and journal formats), Copilot todo lists |
| git | each project directory | Branch, uncommitted files, unpushed commits |
All of it is opened **read-only**. Cursor and VS Code are usually running while this executes, so connections are opened with `mode=ro` and the test suite asserts that writes and DDL are rejected. `agent-recap` never modifies another tool's data.
Getting started
**Requirements**
- macOS. All the
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI