Skip to content
Skill

total-recall

by diegosouzapw

AI Summary

Total Recall preserves Claude Code session context before resets or token limits, allowing developers to seamlessly restore critical work state, decisions, and artifacts. Ideal for long-running projects and complex multi-task workflows.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "total-recall" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory (2 files)
mkdir -p .claude/skills/total-recall-plinde && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/total-recall-plinde/SKILL.md "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/total-recall-plinde/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/total-recall-plinde/metadata.json "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/total-recall-plinde/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Memory preservation for Claude Code sessions. Use when approaching token limits, needing to /reset or /compact, switching between complex tasks, or preserving critical session state before context loss. Creates comprehensive memory dumps at /tmp/total-recall containing current state, decisions, artifacts, and next steps for seamless context restoration.

Quick Start

When you need to preserve session context before /reset or /compact: `bash

Save current session context

/total-recall ` This creates a memory dump at /tmp/total-recall containing: • Current work state and project context • Key decisions and rationale • Generated files and artifacts with paths • Next steps and action items • Important technical notes and constraints

When to Use

Use this skill when: • Approaching token limits (Context left until auto-compact: 0%) • Need to /reset but can't afford to lose state • Switching between multiple complex tasks • Building up conversation history debt • Working on multi-step tasks with critical state

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 1mo ago
Active
AdoptionUnder 100 stars
0 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Issues0
Updated1mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code