Skill Detail

Wire transcript-derived coding-agent memory with deja-vu

Use deja-vu when Codex, Claude Code, Cursor, OpenClaw, Copilot, and other local coding agents need shared recall from session history already written on disk.

Developer ToolsMulti-Framework
Developer Tools Multi-Framework Security Reviewed
⭐ 831 GitHub stars ⬇ 3.6k/wk npm
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill wire-transcript-derived-coding-agent-memory-with-deja-vu Copy
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
At a glance
Tools required
deja-vu CLI, local coding-agent transcript stores, optional MCP-capable agents
Install & setup
Install with Homebrew, Go, npm (npx @vshulcz/deja-vu), Scoop on Windows, a release bundle, or the upstream install script. Run deja install –auto when the operator wants deja-vu to wire supported agents automatically.
Author
vshulcz
Publisher
Individual
Last updated
Sep 18, 2026
Quick brief

Use deja-vu to index existing local coding-agent transcripts, redact sensitive material, wire recall into supported agents through MCP, plugins, skills, or CLI guidance, and answer future sessions with prior decisions, failed commands, file context, and handoff evidence. Invoke this when a later agent should automatically remember fixes, tradeoffs, and commands from previous local sessions without the operator manually searching each product’s history. The scope boundary is transcript-derived local recall and cross-agent memory wiring; it is not a generic vector database, hosted memory service, or note-taking product.

How it works

What this skill actually does

Inputs and prerequisites: deja-vu CLI, local coding-agent transcript stores, optional MCP-capable agents.

Setup notes: Install with Homebrew, Go, npm (npx @vshulcz/deja-vu), Scoop on Windows, a release bundle, or the upstream install script. Run deja install –auto when the operator wants deja-vu to wire supported agents automatically.

Source and verification boundary: use https://vshulcz.github.io/deja-vu/ as the canonical reference before running the workflow; keep commands, API calls, CLI usage, and generated outputs reviewable against that upstream source.

Framework fit: publish this as a Multi-Framework workflow only when the operator can invoke the documented toolchain directly, rather than treating the upstream project as a generic product listing.