session-bridge

Save and load session context to .rune/ files across AI coding sessions.

82|23|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Rune-kit/rune --skill session-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-bridge
Source: https://github.com/Rune-kit/rune/tree/main/skills/session-bridge
Command: npx skills add https://github.com/Rune-kit/rune --skill session-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill prevents context loss across AI coding sessions, ensuring that architectural decisions, established conventions, and task progress are automatically saved and loaded, so you always know where you left off.

Core Features & Use Cases

  • Context Persistence: Automatically saves key session information (decisions, conventions, progress) to .rune/ files.
  • State Loading: Loads saved context at the start of a new session.
  • Cross-Session Memory: Enables continuity for complex projects by remembering past choices and ongoing work.
  • Use Case: After deciding on a specific library for API calls in one session, session-bridge ensures that decision is available and applied in the next session without needing to re-explain or re-decide.

Quick Start

Ensure your session's architectural decisions and progress are saved before ending your current work.

Frequently Asked Questions about session-bridge

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

FAQPage Schema
How do I persist context across AI coding sessions?

To persist context across AI coding sessions, save decisions, conventions, and progress to `.rune/` files. This context persistence mechanism automatically loads saved state at the start of a new session, maintaining workflow continuity for complex projects.

Why does my AI coding assistant lose architectural decisions between sessions?

AI coding assistants lose architectural decisions between sessions because state is not persisted. Auto-saving choices and task progress to `.rune/` files ensures cross-session memory, so established patterns remain available without re-explaining.

What's the best way to maintain workflow continuity for complex projects?

The best way to maintain workflow continuity is using state management that auto-saves progress and conventions to `.rune/` files. This enables cross-session memory by loading saved context, ensuring you always know where you left off.

Do I need file read/write operations to save AI session state?

Yes, file read/write operations are required to save AI session state. The context persistence mechanism writes decisions and progress to `.rune/` files, performing integrity checks for state management to ensure reliable loading in future sessions.

When do I need context persistence for developer productivity?

You need context persistence for developer productivity when working across distinct work sessions that require continuity in architectural choices, established patterns, and task tracking. It prevents context loss by automatically saving and loading key session information.

Can I automatically load saved coding conventions at the start of a new session?

Yes, you can automatically load saved coding conventions at the start of a new session. State loading retrieves architectural decisions and progress from `.rune/` files, applying past choices without needing to re-decide or re-explain established patterns.