agentsclimarketplace

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

Install
npx -y skills add a5c-ai/babysitter --skill persistent-memory

Assembled 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

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

What ships with it: 1 file

599 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.