Agent Skills: persistent-memory

Observation capture and retrieval across sessions. Stores decisions, discoveries, and bugfix patterns. Searchable via tags and relevance scoring.

pilot-shell-knowledgeID: a5c-ai/babysitter/persistent-memory

Install this agent skill to your local

pnpm dlx add-skill https://github.com/a5c-ai/babysitter/tree/HEAD/library/methodologies/pilot-shell/skills/persistent-memory

Skill Files

Browse the full folder contents for persistent-memory.

Download Skill

Loading file tree…

library/methodologies/pilot-shell/skills/persistent-memory/SKILL.md

Skill Metadata

Name
persistent-memory
Description
Observation capture and retrieval across sessions. Stores decisions, discoveries, and bugfix patterns. Searchable via tags and relevance scoring.

Storage

Observations are stored in .pilot-shell/memory/ as JSON files, one per session:

.pilot-shell/memory/
  2026-03-02-session-a1b2c3.json
  2026-03-01-session-d4e5f6.json

Retrieval

Search by:

  • Tags: Filter by tag match
  • Full text: Search observation content
  • Type: Filter by decision/discovery/bugfix
  • Recency: Prefer recent observations
  • Relevance: Score against current task description

Auto-Triggers

  • /learn triggered at context thresholds
  • Session end captures final observations
  • Breakpoints can trigger observation capture