Agent skill

session-continuity-assistant

Resume work from previous session by loading minimal context based on time elapsed

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/session-continuity-assistant

SKILL.md

Session Continuity

Quick Resume Workflow

  1. Sync cloud memory: Read cloud_path from ~/.claude-memory/.config.json and try git pull --rebase there. On error, fall back to local memory only.

  2. Read session state: ~/.claude-memory/providers/claude/session-state.md for last session date, active projects, pending tasks

  3. Load appropriate log based on time elapsed:

    • Today: logs/daily/YYYY.MM.DD.md
    • This week: logs/weekly/YYYY.MM.weekN.md
    • This month: logs/monthly/YYYY.MM.md
    • Older: Suggest /aggregate
  4. Check cross-provider: integration/provider-activities.quick.md to avoid duplicating work

  5. Present summary: Last session + time elapsed, progress (top 3), next steps (top 3), offer options

  6. Lazy load project: Only read .projects/[name]/ files AFTER user chooses to continue

Key Principle

Start minimal, load only when needed. Cloud sync + session-state + log = enough to present options. Project details load after user decides.


See references/ for detailed memory structure and patterns.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results