Cygnusfear Totalrecall Plugin
Total Recall is a Claude Code plugin for the Operate phase that enforces a synthesis-first memory system so decisions and learnings persist across sessions.
Install Total Recall so Claude Code keeps synthesized memory of decisions and learnings across sessions instead of starting from a blank context each time.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install cygnusfear-totalrecall-plugin@Cygnusfear/totalrecall-pluginBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:Cygnusfear/totalrecall-plugin") and the paste-ready config with skillselion.get_install_config("plugin:Cygnusfear/totalrecall-plugin").
What it does
Total Recall is a Claude Code plugin that implements an enforced synthesis-first memory system for builders who run multi-session agent work on real products. Instead of relying on whatever happens to stay in the context window, it is meant to capture decisions, learnings, and working context in a structured way and bring them back with progressive disclosure so each new session starts from accumulated understanding rather than zero. Solo and indie developers shipping with Claude Code benefit when a feature spans days or weeks, when architectural choices must stay consistent, or when you rotate between validate, build, and operate tasks without re-explaining the same constraints. The plugin is not a generic notes app; it is agent-oriented memory wired into the Claude plugin model. Install it when you want continuity comparable to a lightweight project brain for the agent, with synthesis as the gate before anything is remembered. Pair it with your normal skills and MCP tools; Total Recall addresses the cross-session gap those tools usually do not solve on their own.
Highlights
- Enforced synthesis-first memory: compress raw chat into durable summaries before storage
- Captures decisions, learnings, and context across Claude Code sessions
- Progressive disclosure so the agent surfaces relevant memory without dumping full history
- Single-plugin bundle (pluginCount: 1) focused on Total Recall behavior
- Community plugin aligned with disclosure-style memory keywords from the repo metadata
Why builders use it
Every new Claude Code session forgets your prior decisions unless you manually re-paste context or repeat explanations.
After you register Total Recall, the agent can recall synthesized memory from earlier work so iteration continues from established decisions instead of from scratch.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 1 stars, 0 votes.
FAQ
Who is Total Recall for?
It is for indie and solo developers using Claude Code on ongoing products who want enforced, synthesized memory across sessions without manually curating context files every time.
When should I use Total Recall?
Use it when you resume work after breaks, switch features mid-project, or need the agent to honor prior decisions without repeating long briefings.
How do I add Total Recall to my agent?
Add the cygnusfear-totalrecall-plugin repository as a Claude Code plugin from the Skillselion catalog entry, then enable it in your Claude Code plugin configuration for the projects where you want cross-session memory.
Comments
Share how you use cygnusfear-totalrecall-plugin, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.