Claude Reforge banner
Pinperepette Pinperepette

Claude Reforge

Development community

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

Claude Reforge

license node platform storage

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