session-bridge

Read and update SESSION.md to maintain session context across tools.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/jorgeochipinti97/dublin-skills --skill session-bridge-jorgeochipinti97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-bridge
Source: https://github.com/jorgeochipinti97/dublin-skills/tree/main/skills/meta/session-bridge
Command: npx skills add https://github.com/jorgeochipinti97/dublin-skills --skill session-bridge-jorgeochipinti97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps a continuous narrative of your work by reading a canonical SESSION.md at the start of a session and writing updates at the end. It archives older sessions and enforces safety caps to prevent context drift.

Core Features & Use Cases

  • Reads SESSION.md at session start to restore context (what's in progress, what's next, blockers)
  • Writes updates at session end (on-demand by default, with a dry-run option)
  • Applies hard caps (300 lines, 72h TTL) and scans for secrets before archiving
  • Integrates with claude-md-keeper promotion workflow to mark candidates for CLAUDE.md using the 2-of-3 policy
  • Archives sessions to a predictable path to enable cross-project continuity

Quick Start

Start a new session and let the bridge manage SESSION.md continuity across your work.

Frequently Asked Questions about session-bridge

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

FAQPage Schema
How do I preserve session context across multiple coding sessions?

To preserve session context across sessions, you need a mechanism that reads a canonical file at session start and writes updates at session end. This Skill maintains a continuous work narrative by managing a SESSION.md file, restoring in-progress tasks, next steps, and blockers automatically.

How does session management handle context drift and stale data?

Session management prevents context drift by applying hard caps to the archived data, limiting files to 300 lines with a 72-hour TTL. Older sessions are archived to a predictable path, ensuring cross-project continuity without accumulating stale or oversized context.

Can I archive session workflows without exposing secrets in the context file?

Yes, you can safely archive session workflows because the system scans for secrets before writing any updates to the context file. This security check ensures sensitive information is detected and prevented from entering the archived session history.

What is the best way to promote session context into a permanent project configuration?

The best way to promote session context is using a 2-of-3 policy workflow that identifies candidates for a permanent configuration file. It marks suitable session entries for promotion without auto-promoting, requiring manual review before integration.

Does session archiving support a dry-run mode for testing updates?

Yes, session archiving supports a dry-run option when writing updates at session end. By default, updates are written on-demand, and the dry-run mode allows you to preview the context changes before they are committed to the file.

When should I avoid using automated session continuity for memory management?

You should avoid automated session continuity if your workflow cannot accommodate a 300-line context cap or 72-hour TTL limit. These hard caps are enforced to prevent context drift, making it unsuitable for projects requiring unbounded session memory.