Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-dejavu.
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-dejavu.
Plugin Claude Code
Memory + recovery + code grounding for Claude Code. Restores deleted sessions, hybrid Postgres+Weaviate recall across every past conversation, tree-sitter symbol indexing across 12 languages, eight identifier-grounding domains (env / DB / route / GraphQL / flag / CSS / i18n / module-export), and a 14-strategy…
MCP server Claude CodeCodexCursor +2
MCP server "claude-dejavu" as configured in HthSolid/claude-dejavu. Runs ${CLAUDE_PLUGIN_ROOT}/bin/claude-dejavu-mcp.py with python.
Command
Show who built claude-dejavu, the project's mission, and how to get in touch.
Command
Read or change claude-dejavu settings (lint mode, auto-reindex, scope defaults, …).
Command
Check or browse database schema (Prisma / Drizzle / TypeORM / SQL) — catches typos and fabricated table/column references.
Command
Search project documentation embeddings via dejavu (docs-only).
Command
Diagnose claude-dejavu install + runtime health (Postgres, Weaviate, venv, hooks, symbol index).
Command
Check or list environment variable declarations — catches fabricated names + typos in process.env / os.getenv reads.
Command
Fetch the full content of one or more turns by id — gist-aware counterpart to search (v0.8.6 default shape).
Command
List + triage names the rewriter has flagged as RESIDUAL/REPLACE — declare, blacklist, or leave open.
Command
Check or browse feature flag declarations (flags.json, feature-flags.ts, LaunchDarkly, Unleash, GrowthBook) — catches typos and fabricated keys.
Command
Check or browse GraphQL schema (SDL files + inline gql template literals) — catches typos and fabricated fields in queries / mutations.
Command
Preview what the UserPromptSubmit JIT recall hook would inject for a given prompt (v0.8.5).
Command
Lint a proposed file edit against the symbol index — flag fabricated names + typos before write.
Command
Show recent dejavu plugin error-log records (internal failures, not Bash failures).
Command
Lightweight memory primitives — record-version (v0.8.4) + backfill-gists (v0.8.6).
Command
Inspect correctionoutcomes — what corrections did dejavu suggest, and what did the user accept.
Command
Check or list frontend page routes (Next.js / Remix / SvelteKit / Astro / React Router / Vue Router) — catches duplicate-page creation.
Command
Postgres corruption rescue toolkit — scan, patch-toast, reset-flags, rebuild-table, reindex. Codifies the 2026-05-14 disk-full rescue playbook.
Command
Reconstruct a corrupted file from a file-history snapshot + replay of session Edit/Write tool calls.
Command
(Re)index the current project's source files into the symbol grounding database.
Command
Detect + recover corrupt or truncated Claude Code session JSONLs from dejavu's DB.
Command
Rescue a corrupted Weaviate shard by walking its LSM segments, recreating the class, restoring records, and gap-reindexing from Postgres canonical.