session-resume

Load the latest session document, MEMORY.md, and git state at session start.

11|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/mindcockpit-ai/cognitive-core --skill session-resume-mindcockpit-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-resume
Source: https://github.com/mindcockpit-ai/cognitive-core/tree/main/core/skills/session-resume
Command: npx skills add https://github.com/mindcockpit-ai/cognitive-core --skill session-resume-mindcockpit-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-loads session context at the start of every conversation to maintain development continuity by surfacing the latest session document, recent git activity, and work-in-progress state.

Core Features & Use Cases

  • Auto-loads the latest session document and WIP state to preserve continuity between sessions.
  • Shows recent git activity and current branch status to inform planning and execution.
  • Presents a context-aware greeting and a clear continuation plan to resume work seamlessly.

Quick Start

At startup, load the most recent session data and greet the user with the current continuation point.

Frequently Asked Questions about session-resume

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

FAQPage Schema
How do I restore agent context after a session reset or compaction?

To restore agent context after a session reset, automatically load the latest session data at startup. This reconstructs the work-in-progress state by reading session documents, memory files, and git status to provide a seamless continuation point.

What is the best way to maintain development continuity across new conversations?

Maintaining development continuity across new conversations requires auto-loading the latest session document and recent git activity. This surfaces the current branch status and work-in-progress state to inform immediate planning and execution.

How does loading git state and session memory files help resume work?

Loading git state and session memory files helps resume work by reconstructing the exact development context. It reads SESSION_*.md and MEMORY.md files to surface recent activity, ensuring a context-aware greeting and a clear continuation plan.

Do I need specific files to reconstruct context after a development session reset?

Yes, reconstructing context after a development session reset requires access to the latest SESSION_*.md and MEMORY.md files. It also reads the current git state to accurately reconstruct the work-in-progress environment and branch status.

When should I not rely on automatic session context restoration?

You should not rely on automatic session context restoration if the latest SESSION_*.md or MEMORY.md files are missing or outdated. Accurate context reconstruction depends entirely on accessing current git state and valid session data.