Claude Rework
Description
Local memory for Claude. Indexes your past sessions so Claude can answer questions about them for ~2.5k tokens instead of ~211k, and carries that memory to a new machine or account.
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
claude-rework
[](https://pypi.org/project/claude-rework/) [](https://github.com/Luneswan/claude-rework/actions/workflows/ci.yml) [](LICENSE)
Claude starts every session with no memory of the last one. Everything you decided, tried, and ruled out is sitting in `~/.claude/projects` as raw JSON that nothing reads. Ask about it and Claude either guesses or re-reads a few hundred megabytes to find out.
claude-rework indexes those transcripts once and answers from the index. A question about your own past work costs about 2,500 tokens and takes under a second, instead of 211,000 tokens and a long wait.
pip install claude-rework && claude-rework install
After that you do not type anything. Ask Claude a question about the past in plain English and the answer is already in front of it.
Contents
- What it saves
- Install
- How it works
- Asking it things
- Moving to a new machine or account
- Saving facts yourself
- Keeping it working
- Every command
- Privacy
- How it compares
- Requirements
- Limitations
What it saves
One question about your past work, measured on a real installation of 1,421 transcript files totalling 7.4 GB:
| Answering "what did we decide about X?" | Input tokens |
|---|---|
grep your notes and transcripts |
211,627 |
| claude-rework | 2,552 |
That is **209,075 tokens saved per question**. Resuming a session works the same way: re-reading a conversation to find where you left off costs 30,000–80,000 tokens, while `--brief` rebuilds the same picture from the index for about 600, so **4
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11