# Parzival Save Handoff

> Save Parzival session handoff document to Qdrant for cross-session memory

- Skill: `hidden-history/parzival-save-handoff` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hidden-history/parzival-save-handoff`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hidden-history/parzival-save-handoff/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Hidden-History (https://skillmd.com/u/hidden-history)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/hidden-history/parzival-save-handoff

---


Save a Parzival session handoff to Qdrant for cross-session retrieval.

## Canonical Execution

Always run the real script through `run-with-env.sh` so the skill uses the
installed ai-memory virtualenv and the standard local service defaults.

```bash
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" parzival_save_handoff.py --file oversight/session-logs/SESSION_HANDOFF_2026-02-16_PM54.md
```

Alternative input form:

```bash
"${AI_MEMORY_INSTALL_DIR:-$HOME/.ai-memory}/scripts/memory/run-with-env.sh" parzival_save_handoff.py "PM #54: Phase 1d scoping complete..."
```

When working from an `ai-memory` repo checkout, `./scripts/memory/run-with-env.sh ...`
is an equivalent contributor shortcut.

## Implementation

- Script: `scripts/memory/parzival_save_handoff.py`
- Memory type: `agent_handoff`
- Agent ID: `parzival`
- Failure mode: warn and continue because the handoff file is the primary record

