Bridge Resume

Load project context files and generate a session brief.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/etapsc/bridge --skill bridge-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Bridge Resume
Source: https://github.com/etapsc/bridge/tree/main/bridge-codex/.agents/skills/bridge-resume
Command: npx skills add https://github.com/etapsc/bridge --skill bridge-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables the resumption of a development session in a new environment by loading essential context and providing a concise summary of the current state.

Core Features & Use Cases

  • Context Loading: Restores the development environment by loading requirements.json and context.json.
  • Brief Generation: Outputs a summary of the current development status based on loaded context.
  • Use Case: After a system restart or a change in AI agents, use this Skill to quickly re-establish the project's state and continue development without manual context re-entry.

Quick Start

Invoke the Bridge Resume skill to reload context and generate a session brief.

Frequently Asked Questions about Bridge Resume

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

FAQPage Schema
How do I resume a development session in a fresh environment after an agent restart?

Reloading context restores a development session by reading `docs/requirements.json` and `docs/context.json` to generate a session brief, allowing you to continue development seamlessly after an environment change.

When do I need to generate a session brief for project continuity?

You need a session brief when resuming a development session across agent restarts or environment changes, ensuring you can quickly re-establish project state and continue development without losing prior context.

What files are required to reload project context into a new AI agent?

Loading project context requires `docs/requirements.json` and `docs/context.json`. These files provide the essential data to generate a session brief and restore the development environment in a new agent.

Can I restore development context without manually re-entering project requirements?

Yes, you can restore development context automatically by loading `requirements.json` and `context.json`. This generates a concise summary of the current development status, bypassing manual context re-entry.

What are the limitations of resuming a development session using context files?

Resuming a session depends entirely on having pre-existing `docs/requirements.json` and `docs/context.json` files. Without these specific files populated, the skill cannot generate a session brief or restore the environment.