Session Persist
Skill Verifiziert AktivPersist and restore agent sessions across conversations with state snapshots
Persist and restore agent sessions across conversations with state snapshots, enabling users to pause and resume work seamlessly.
Funktionen
- Save agent sessions
- Restore agent sessions
- List saved sessions
- View session details
- Delete old sessions
- Automatic session saving/restoring via hooks
Anwendungsfälle
- Pausing long-running agent tasks to resume later
- Checkpointing progress during complex agent workflows
- Managing multiple agent sessions for different projects
- Restoring agent context after an interruption or restart
Nicht-Ziele
- Managing conversational history beyond session state
- Storing arbitrary files or data unrelated to agent context
- Interacting with external systems not directly related to session persistence
Workflow
- Call `session_save` to snapshot current state
- Call `session_list` to see all saved sessions
- Call `session_restore` to resume a previous session
- Call `session_info` for session details
- Call `session_delete` to remove old sessions
- Utilize `hooks_session-start`, `hooks_session-end`, `hooks_session-restore` for automated management
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-rvf@rufloQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Guard
100Schützen Sie Claude Code-Sitzungen vor Kontextüberlauf, indem Sie einen Hintergrund-Daemon ausführen, der die Sitzungsgröße überwacht und automatisch bereinigt, bevor die Komprimierung erreicht wird. Verwenden Sie dies, wenn der Benutzer "guard", "protect session", "context getting long", "prevent compaction", "session management" sagt oder Agententeams ausführt, die einen kontinuierlichen Kontextschutz benötigen.
Session Export
100Exports a Claude Code session as a clean, readable markdown transcript. Use when the user wants to export a session, create a transcript, save session history to a file, or says "export this session".
Horizon Track
100Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection
Cli Anything Macrocli
100Use when the agent wants to define, list, inspect, or execute GUI macros via the MacroCLI CLI. Macros are parameterized, CLI-callable workflows — the agent invokes `macro run <name>` and the system handles backend routing (plugin, file transform, accessibility, compiled GUI replay).
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Running Claude Code Via Litellm Copilot
100Verwenden Sie dies beim Routing von Claude Code über einen lokalen LiteLLM-Proxy zu GitHub Copilot, um die direkten Anthropic-Ausgaben zu reduzieren, indem Sie ANTHROPIC_BASE_URL- oder ANTHROPIC_MODEL-Overrides konfigurieren oder Fehler bei der Einrichtung des Copilot-Proxys beheben, wie z. B. model-not-found, kein localhost-Traffic oder GitHub 401/403-Authentifizierungsfehler.