memory-sync

Synchronize session state to memory files while skipping private content.

3|1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/swannysec/context-keeper --skill memory-sync-swannysec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-sync
Source: https://github.com/swannysec/context-keeper/tree/main/platforms/copilot/.github/skills/memory-sync
Command: npx skills add https://github.com/swannysec/context-keeper --skill memory-sync-swannysec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps AI assistants reliably persist and refresh session state by updating global and project memory files, ensuring continuity across interactions.

Core Features & Use Cases

  • Session state sync: Consolidates current context, decisions, and progress into memory files to preserve work.
  • Privacy-aware analysis: Skips private content during sync and respects privacy tags in memory entries.
  • Automatic categorization: Tags new entries into memory categories (decision, pattern, learning, bugfix, convention) for improved search and retrospection.
  • Use Case: An AI coding assistant can hand off a project with a complete memory snapshot, including recent decisions and tasks, enabling seamless continuation after interruptions.

Quick Start

Update memory to reflect the latest session decisions and progress.

Frequently Asked Questions about memory-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync AI session context to memory files for continuity across projects?

To sync AI session context, you synchronize the current session state to memory files, preserving context and decisions. This ensures continuity across multiple interactions by consolidating progress into global and project memory files.

How does privacy-aware memory handling work when syncing session state?

Privacy-aware memory handling works by skipping private content during the synchronization process and respecting privacy tags within memory entries. This ensures sensitive information is excluded when updating global and project memory files.

Can I automatically categorize ADRs and session decisions in memory files?

Yes, you can automatically categorize ADRs and session decisions. The sync process tags new memory entries into categories like decision, pattern, learning, bugfix, and convention to improve search and retrospection.

What is the best way to maintain context continuity when AI coding sessions span multiple interactions?

The best way to maintain context continuity is updating memory files with a complete snapshot of recent decisions and tasks. This allows an AI coding assistant to seamlessly hand off and continue projects after interruptions.

Does memory synchronization detect components within associated scripts and references?

Yes, memory synchronization includes optional component detection within associated scripts and references. This feature works alongside automatic categorization and ADR creation during the session state sync.