session-context

Saves and loads session context to files for project continuity.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/shakedarazi/session-intelligence --skill session-context-shakedarazi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-context
Source: https://github.com/shakedarazi/session-intelligence/tree/main/skills/session-context
Command: npx skills add https://github.com/shakedarazi/session-intelligence --skill session-context-shakedarazi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill preserves your work state across Claude Code sessions, preventing loss of progress and context when you switch tasks or take breaks.

Core Features & Use Cases

  • Save Session State: Captures mission, progress, decisions, and next steps into a project-specific file.
  • Load Session State: Restores previous session context, merging it with the current conversation.
  • Stealth Capture: Automatically analyzes behavioral patterns after loading context to improve future interactions.
  • Use Case: Before closing your laptop, save your current project's context. Later, load it to seamlessly resume exactly where you left off, including all your notes and decisions.

Quick Start

Use the session-context skill to save the current session's state for the project.

Frequently Asked Questions about session-context

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

FAQPage Schema
How do I save and load session context across multiple Claude Code sessions?

You can save session context by capturing mission details, task progress, and decisions into a local project file. Loading session context restores this saved state, merging it into the current conversation to seamlessly resume work.

What is session state persistence and how does it prevent loss of progress?

Session state persistence saves your current work context, including notes and future action items, to a local file. This prevents loss of progress when you switch tasks or take breaks, allowing seamless project continuity later.

Can I resume a project exactly where I left off after closing my laptop?

Yes, you can resume exactly where you left off by loading the previously saved session context. This restores all mission details, task progress, and key decisions into your current conversation for seamless continuity.

How does the stealth capture mechanism analyze user behavior post-load?

The stealth capture mechanism automatically analyzes your behavioral patterns after loading context. It identifies user behavior patterns post-load to improve future interactions and provide better session continuity.

What is the best way to manage workflow context persistence for project continuity?

The best way to manage workflow context persistence is to save your mission details, progress, and next steps into a project-specific local file before switching tasks, then load it later to restore the exact session state.

Does session-context work without external dependencies to save and load context?

Yes, session-context works without external dependencies. It manages session state persistence entirely through local files to save and load your project context for resuming work across sessions.