Dejavu
Description
Stop debugging the same bug twice. A Claude Code slash command for capturing, tagging, and retrieving debugging post-mortems.
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
Deja Vu
Persistent memory for Claude Code mistakes.
Claude Code forgets everything between sessions. You fix a mistake, close the session, start a new one, and Claude makes the same mistake again. Wrong approach. Ignored the docs. Confidently wrong about something it was confidently wrong about last time.
I started tracking these in a `LEARNINGS.md` file and it grew to hundreds of lines of painful lessons. I hoped Claude would pay attention to it, but it never did. Then I found [EveryInc's Compound Engineering](https://github.com/EveryInc/compound-engineering-plugin) plugin, which solves this exact problem. It's pretty neat, but it felt heavy: YAML schemas, category directories, npm packages. I wanted something simpler.
Deja Vu is two things:
/dejavuis a slash command you run after Claude screws up (and it will, over and over again). It captures what happened, tags it, and writes it toLEARNINGS.md.- "facepalm" is a word you type when Claude is doing something dumb again. Claude stops what it's doing, searches its file of shame for the relevant lesson, and course-corrects on the spot.
That's it. One file, freeform tags, and grep.
Install
# 1. Copy the slash command (capture mode)
cp dejavu.md ~/.claude/commands/
# 2. Create your learnings file
cp LEARNINGS-template.md ~/.claude/LEARNINGS.md
Then add this to your `CLAUDE.md` so Claude knows what "facepalm" means:
## Rules
When the user says "facepalm":
STOP. Something you're doing has been done wrong before.
Search ~/.claude/LEARNINGS.md for error messages, symptoms, or keywords
from whatever just went wrong. Show matching entries. If a past lesson
applies, follow it immediately.
Before starting any task, check LEARNINGS.md for relevant past mistakes.
Two behaviors, three files.
Usage
**After Claude screws up:**
/dejavu # Full reflection (5 questions)
/dejavu "auth migration" # Specific topic
/dejavu --quick
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