aim-parzival-bootstrap

Load cross-session context from Qdrant for the Parzival project manager.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of AI agents losing context between sessions, ensuring continuity by loading relevant past interactions and decisions.

Core Features & Use Cases

  • Cross-Session Memory: Retrieves and injects memories from previous sessions stored in Qdrant.
  • Semantic Decay: Prioritizes recent and relevant memories.
  • Use Case: When starting a new session with an agent, this skill automatically loads key decisions, handoffs, and insights from prior interactions, allowing the agent to pick up where it left off without needing a full re-explanation.

Quick Start

Run the aim-parzival-bootstrap skill to load cross-session context from Qdrant.

Frequently Asked Questions about aim-parzival-bootstrap

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

FAQPage Schema
How do I load cross-session memory for an AI project manager?

To load cross-session memory for an AI project manager, run the bootstrap skill to retrieve and inject relevant past decisions, GitHub activity, and handoffs from Qdrant. This restores institutional memory so the agent can continue tasks without a full re-explanation.

How does semantic decay work for prioritizing session memory in Qdrant?

Semantic decay prioritizes recent and relevant memories stored in Qdrant when loading cross-session context. This mechanism ensures outdated institutional memories are deprioritized while current decisions and insights are injected first.

Do I need a configured Qdrant instance for cross-session context retrieval?

Yes, you need a configured Qdrant instance and the AI Memory module to operate cross-session context retrieval. These dependencies are required to store and retrieve past interactions, decisions, and GitHub activity for the Parzival project manager.

What is the best way to maintain institutional memory across AI agent sessions?

The best way to maintain institutional memory is to use a vector database like Qdrant to store session context and run a bootstrap loader to retrieve it. This automatically injects prior decisions and handoffs into new sessions for seamless continuity.

Why does my AI agent lose context and need a full re-explanation between sessions?

AI agents lose context between sessions because they lack persistent memory storage. By loading cross-session context from Qdrant, the agent retrieves previous interactions and decisions, eliminating the need for a full re-explanation when starting a new session.