memory-sync

Save and load session context using markdown memory files.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/frogr/austnomaton --skill memory-sync-frogr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-sync
Source: https://github.com/frogr/austnomaton/tree/main/.claude/skills/memory-sync
Command: npx skills add https://github.com/frogr/austnomaton --skill memory-sync-frogr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory continuity across sessions: Persist and recall context to maintain continuity in ongoing tasks and conversations.

Core Features & Use Cases

  • Save current context to memory
  • Load previous state at session start
  • Update learnings and track relationships
  • Content-log for posted content

Quick Start

Load the memory context at session start with: /memory-sync load

Save the memory context at session end with: /memory-sync save

Frequently Asked Questions about memory-sync

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

FAQPage Schema
How do I persist context across AI assistant sessions?

To persist context across AI assistant sessions, use a memory synchronization command to save the current state at session end and load prior context at session start. This maintains continuity for ongoing conversations, projects, and task workflows.

What's the best way to maintain conversation continuity in ongoing projects?

Maintaining conversation continuity in ongoing projects is achieved by saving current context and tracking learnings and relationships. Load the previous memory state at the start of a new session to resume tasks without losing prior progress.

How does saving and loading memory state work for task workflows?

Saving and loading memory state works by writing current context, learnings, and relationships to markdown files at session end, then loading that saved state when the next session begins. This ensures task workflow continuity across interruptions.

Can I track learnings and relationships across multiple sessions?

Yes, you can track learnings and relationships across multiple sessions. The memory schema specifically records updated learnings and relationship dynamics in dedicated files, ensuring historical context is preserved and recalled for ongoing tasks.

Does memory persistence work without external dependencies?

Memory persistence works without external dependencies by implementing a simple memory schema using local markdown files. It requires no additional components or libraries to save, load, and update context across sessions.