Claude Reforge
Description
Persistent memory and learning for Claude Code — remembers errors, solutions, and patterns across sessions
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 Reforge
Built specifically for Claude Code.
Claude Code is stateless. Claude Reforge isn't.
Every session, Claude starts from zero.
It doesn't know that you spent 3 hours on that timeout bug last week. It doesn't know that `webpack.config.js` needs the alias or the build breaks. It doesn't know that in *your* project, the obvious solution is wrong.
So it makes the same mistakes. Again. And again.
Until now.
**Claude Reforge breaks that loop.**
This is not RAG. It does not retrieve knowledge.
It learns from what actually happened and uses that to guide decisions and prevent repeated failures.
This is not a prompt. Not a config file. Not documentation.
It's experience.
Without vs With
| Without Claude Reforge | With Claude Reforge | |
|---|---|---|
| Debugging | Repeats the same paths | Reuses proven fixes instantly |
| Known failures | Tries fixes that already failed | Avoids known bad paths |
| Project knowledge | Resets every session | Knows your project's history |
| Speed | Same on day 1 and day 100 | Gets faster every session |
Quick Start
npm install -g claude-reforge
claude-reforge init
Restart Claude Code. That's it.
The moment it clicks
You're debugging something. Before Claude starts, it already knows:
[claude-reforge: 2 relevant past experiences]
3 weeks ago
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