BeClaude

session-continuity

New
1GitHub TrendingGeneralby Oldvictech

Three Claude skills for keeping long projects coherent across chat sessions: verified handovers (session-close / session-open) and a canonical roadmap visualizer.

First seen 6/12/2026

Summary

This skill provides three tools for maintaining project coherence across chat sessions: a verified handover protocol that generates a structured summary when closing a session and restores context when opening a new one, plus a roadmap visualizer that displays the canonical project plan.

  • It helps developers avoid repeating context and losing progress in long-running projects.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/session-continuity.md

3
Invoke in Claude Code
/session-continuity

Use Cases

When ending a coding session, generate a structured handover summary for your future self or a teammate.
When starting a new session, restore the full project context from a previous handover file.
Visualize the current project roadmap as a Mermaid diagram to share with collaborators.
Hand over a complex debugging session with all relevant file paths, decisions, and next steps documented.
Onboard a new developer by providing a complete session history and project roadmap.
Resume work after a long break without needing to re-read all previous chat logs.

Usage Examples

1

/session-continuity close

2

/session-continuity open

3

/session-continuity roadmap

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is session-continuity?

This skill provides three tools for maintaining project coherence across chat sessions: a verified handover protocol that generates a structured summary when closing a session and restores context when opening a new one, plus a roadmap visualizer that displays the canonical project plan. It helps developers avoid repeating context and losing progress in long-running projects.

How to install session-continuity?

To install session-continuity: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/session-continuity.md. Finally, /session-continuity in Claude Code.

What is session-continuity best for?

session-continuity is a community categorized under General. Created by Oldvictech.

What can I use session-continuity for?

session-continuity is useful for: When ending a coding session, generate a structured handover summary for your future self or a teammate.; When starting a new session, restore the full project context from a previous handover file.; Visualize the current project roadmap as a Mermaid diagram to share with collaborators.; Hand over a complex debugging session with all relevant file paths, decisions, and next steps documented.; Onboard a new developer by providing a complete session history and project roadmap.; Resume work after a long break without needing to re-read all previous chat logs..