save-exit

Save session context to docs and update the open-projects registry.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dbbuilder-org/claude-skills --skill save-exit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-exit
Source: https://github.com/dbbuilder-org/claude-skills/tree/main/save-exit
Command: npx skills add https://github.com/dbbuilder-org/claude-skills --skill save-exit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save session context to documentation and track in open projects list to ensure ongoing work can be resumed with a clear trail.

Core Features & Use Cases

  • Writes a session context document to the project's docs/ folder.
  • Updates ~/dev2/openprojects.md with an Open Projects entry and a Recent Sessions log.
  • Provides a concise summary of what was saved and the current project state.

Quick Start

Save the current session and register the project for future resumption.

Frequently Asked Questions about save-exit

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

FAQPage Schema
How do I save session context for a project to resume work later?

You can save session context by writing a snapshot document into the project's docs folder and logging the entry in a central open-projects registry, which ensures your ongoing work leaves a clear trail for future resumption.

What is a session context document and how does it track open projects?

A session context document is a markdown snapshot of your current work state that pairs with an open-projects registry to log active projects and recent sessions, maintaining a clear trail for resuming ongoing work.

How do I log my recent sessions in a central project management file?

You log recent sessions by updating the ~/dev2/openprojects.md file, which maintains an Open Projects entry alongside a Recent Sessions log to track active work and provide a summary of the saved project state.

Do I need local project discovery to generate a session snapshot?

Yes, local project discovery is required to generate a session snapshot. The Skill locates your active project directory to write the session context file and accurately update the central open-projects registry.

What's the best way to automate end-of-work project documentation?

Automating end-of-work project documentation involves capturing session context and updating an open-projects registry. This workflow writes a date-stamped markdown snapshot and logs it centrally to enable future resumption.