memory

Synchronize session state and save or restore checkpoints.

3|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/clearclown/claude-code-aida --skill memory-clearclown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/clearclown/claude-code-aida/tree/main/aida/skills/memory
Command: npx skills add https://github.com/clearclown/claude-code-aida --skill memory-clearclown

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill handles session state persistence, checkpoint control, and context optimization to keep interactions efficient.

Core Features & Use Cases

  • state-sync: Synchronize session.json with kanban.md.
  • checkpoint-save: Save checkpoints for progress restoration.
  • checkpoint-restore: Restore from checkpoints during errors.
  • context-compact: Compress context when usage grows too large.

Quick Start

After completing a phase, call checkpoint-save to preserve progress, and use checkpoint-restore when errors occur.