Results for “session-recovery”

7 skills
More results
kbarbel640-del
ouyang
Builds a local RAG memory system that indexes session logs and notes into ChromaDB for semantic recall across agent restarts.
1 · bundle
affaan-m
continuous-agent-loop
Provides patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.
226k
shenxingy
handoff
End-of-session context handoff. Saves session state so the next session or a parallel agent can pick up exactly where the left off. Run this when context is getting full (~80%) or before stopping work.
8 · bundle
b4san
context-synthesizer
Manage memory in long projects and summarize the current state to prevent agent context loss. Use when starting a new session on a long-running project, resuming work after a break, switching contexts between tasks, or when context window is approaching limits. Ensures continuity and consistency across sessions.
2
manu14357
session-handoff
Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.
16 · bundle
gavdalf
total-recall
Compresses conversation transcripts into prioritized notes using an LLM observer, consolidates them when they grow, and recovers any missed sessions without a database or vector store.
272 · bundle