Rebar

Structural memory for Claude Code

Claude Code forgets everything between sessions. Rebar fixes that.
23 slash commands that capture, validate, and compound project knowledge.
You explain your project once. Every session after that starts with full context.

View on GitHub Getting Started
# Clone and start using immediately
git clone https://github.com/spotcircuit/rebar.git
cd rebar

# In Claude Code:
/create my-project
/discover my-project

The Problem

Without Rebar

Session 1: "Here's our architecture..."
Session 2: "Remember yesterday? We use..."
Session 3: "So like I was saying..."

Every session starts from zero. Project context lives in your head.

With Rebar

Session 1: /discover captures everything
Session 2: Claude reads expertise.yaml
Session 3: Claude already knows

/improve validates what's true. Context compounds.

What You Get

23

Slash Commands

Project context, dev workflow, wiki management, and advanced orchestration. Clone the repo and they just work.

3

Knowledge Systems

expertise.yaml for project state. .claude/memory/ for preferences. wiki/ for durable knowledge.

7

Background Agents

Optional Paperclip agents that validate expertise, process wiki intake, and keep things fresh.

1

Validation Loop

/improve checks observations against live code. Promotes what's true. Discards what's stale. Your context gets more accurate over time.