Persistent memory
Skill a5c-ai/babysitter/library/methodologies/pilot-shell/skills/persistent-memory
Observation capture and retrieval across sessions. Stores decisions, discoveries, and bugfix patterns. Searchable via tags and relevance scoring.From its SKILL.md
npx -y skills add a5c-ai/babysitter --skill persistent-memoryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.9 KB, 154 tokens by cl100k_base, as published. Nobody here has run it
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
/learntriggered at context thresholds- Session end captures final observations
- Breakpoints can trigger observation capture
What ships with it: 1 file
599 B alongside SKILL.md
- README.md599 B