Persistent memory
Skill a5c-ai/babysitter/library/methodologies/pilot-shell/skills/persistent-memory
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
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.
What its author says it does
Copied from the file, not written here
Observation capture and retrieval across sessions. Stores decisions, discoveries, and bugfix patterns. Searchable via tags and relevance scoring.
SKILL.md
1.9 KB, 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