CO

context-persistence

Accesses established project knowledge to provide continuity and prevent context loss.

Install

mkdir -p .claude/skills/context-persistence && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11391" && unzip -o skill.zip -d .claude/skills/context-persistence && rm skill.zip

Installs to .claude/skills/context-persistence

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Pull what we already know about a topic before re-explaining. Say "what do we know about <topic>", "give me the prior context", or "remind me where we left off". Fires at session start, after a gap, or when the founder references prior context. Prevents the agent from stating facts without source paths.
304 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Search recent and canonical sources for user references
  • Answer with source path if one match is clear
  • Offer best candidates if multiple matches are plausible
  • State where search occurred if no match is found
  • Update files after user approval if a fact is corrected

How it works

The skill parses user references, searches recent and canonical sources in a defined order, and provides an answer with the source path or asks a narrow question if no match is found.

Inputs & outputs

You give it
User reference to a topic or prior context
You get back
Found reference with source path or a question about missing information

When to use context-persistence

  • Starting a new session
  • Retrieving past decisions
  • Accessing founder profile info

About this skill

Context Persistence

Runs on: reasoning - reads your files and reasons; any capable agent can run this.

If a fact already exists in the OS, find it before asking. If you cannot find it, say where you looked and what is missing.

When To Run

  • New session start.
  • The founder says "as I mentioned", "like last time", "the thing from yesterday", or similar.
  • The agent is about to ask a question whose answer may live in the files.
  • The agent is about to state a founder-specific, client-specific, or company-specific fact.

Source Order

Read only what the task needs, in this order:

  1. CLAUDE.md - boot rules and live file map.
  2. core/identity.md - founder profile.
  3. context/priorities.md - current focus.
  4. context/decisions.md - open and resolved decisions.
  5. context/clients.md - prospect and client state.
  6. cadence/daily-anchors.md and cadence/weekly-commitments.md - current time-bound work.
  7. brain/log.md, brain/flags.md, brain/patterns.md, and brain/knowledge/ when history or patterns matter.
  8. stack.json when tool behavior matters.

Do not load every file by default. Load the smallest set that can answer the question with source support.

Procedure

  1. Parse the user's reference.
  2. Search recent and canonical sources.
  3. If one match is clear, answer with the source path.
  4. If two or three matches are plausible, offer the best candidates and ask the user to pick.
  5. If no match is found, say where you looked and ask one narrow question.
  6. If the user corrects a stored fact, update the right file only after approval.

Output Pattern

I found the reference: <specific thing>.
Source: <file path or heading>
Answer: <action or context>

If not found:

I could not find that in <files searched>.
Missing: <specific fact>
Question: <one narrow question>

Drift Handling

If current user input conflicts with a file:

  1. Treat the current user statement as the freshest signal.
  2. Name the file that may be stale.
  3. Ask before editing canonical files.
  4. Log material corrections to brain/log.md.

Rules

  • Do not ask "can you remind me" before searching.
  • Do not cite memory without a file path when the fact affects action.
  • Do not summarize the whole prior session unless the user asks.

When not to use it

  • When the agent should ask 'can you remind me' before searching
  • When the agent should cite memory without a file path
  • When the agent should summarize the whole prior session without being asked

Limitations

  • Requires files to be updated for accurate context
  • Does not load every file by default
  • Only loads the smallest set of files to answer the question

How it compares

This skill systematically retrieves and cites existing information from specified files, preventing the agent from asking for repeated context or stating facts without source support.

Compared to similar skills

context-persistence side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
context-persistence (this skill)02moNo flagsIntermediate
notion-knowledge-capture109moNo flagsIntermediate
apple-reminders252moReviewBeginner
memory-keeper-proactive-context-maintenance69moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

notion-knowledge-capture

makenotion

Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats appropriately, and saves to wikis or databases with proper organization and linking for easy discovery.

10115

apple-reminders

openclaw

Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.

2593

memory-keeper-proactive-context-maintenance

b4CU-R4U

Automatically detect and maintain memory freshness by monitoring context staleness, significant code changes, task completions, and phase transitions. Proactively suggests and executes memory sync operations with user confirmation. Use when the user says "sync memory", "update context", or when the Skill detects that context is stale (>2 hours), significant changes have occurred (new commits), tasks completed, or major milestones reached. Replaces passive "context is stale" warnings with active maintenance.

694

notion-meeting-intelligence

openai

Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.

656

agent-memory

yamadashy

Use this skill when the user asks to save, remember, recall, or organize memories. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check your notes', 'clean up memories'. Also use proactively when discovering valuable findings worth preserving.

943

apple-notes

openclaw

Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.

718

Search skills

Search the agent skills registry