parzival-save-handoff

Saves Parzival session handoff documents to the Qdrant discussions collection.

41|5|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Hidden-History/ai-memory --skill parzival-save-handoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parzival-save-handoff
Source: https://github.com/Hidden-History/ai-memory/tree/main/.claude/skills/parzival-save-handoff
Command: npx skills add https://github.com/Hidden-History/ai-memory --skill parzival-save-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that important session handoff information from the Parzival project manager is persistently stored, preventing loss of context across agent sessions.

Core Features & Use Cases

  • Persistent Memory: Stores Parzival's session handoff notes in a vector database for future reference.
  • Cross-Session Continuity: Enables agents to recall previous session details, improving workflow efficiency.
  • Use Case: After completing a project phase, Parzival generates a handoff document. This Skill automatically saves that document to the AI-Memory, so the next agent can pick up exactly where the previous one left off.

Quick Start

Use the parzival-save-handoff skill to save the content of the file oversight/session-logs/SESSION_HANDOFF_2026-02-16_PM54.md.

Frequently Asked Questions about parzival-save-handoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save agent session handoff context to a vector database?

To save agent session handoff context to a vector database, this Skill processes handoff text or file paths and stores the content in Qdrant's 'discussions' collection, ensuring cross-session memory persistence for continuous agent workflows.

What is cross-session memory persistence for AI agents?

Cross-session memory persistence is the mechanism of storing session handoff documents in a vector database like Qdrant so subsequent agents can recall previous decisions and progress updates, preventing context loss between distinct runtime sessions.

How do I persist project manager decisions in Qdrant?

You persist project manager decisions in Qdrant by passing the generated handoff document as text arguments or a file path to this Skill, which stores the data with the type 'agent_handoff' and agent_id 'parzival' for later retrieval.

Can I use a file path to store session memory in Qdrant?

Yes, you can use a file path to store session memory in Qdrant. This Skill accepts a specified file path for handoff content, automatically reading and saving the document into the Qdrant 'discussions' collection.

Does session memory persistence require manual retrieval from Qdrant?

Session memory persistence via this Skill focuses on saving handoff documents to Qdrant for institutional memory. Retrieval requires querying the Qdrant 'discussions' collection independently to recall the stored agent context and progress updates.

When do I need to save session handoff documents for agent continuity?

You need to save session handoff documents when completing a project phase or agent runtime. Saving captures key decisions and progress updates in Qdrant so the next agent can pick up exactly where the previous session left off.