resume-session

Featured

List in-flight Ouroboros sessions and show the commands needed to re-attach after MCP disconnect

AI & Automation 5,596 stars 559 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /ouroboros:resume-session Recover in-flight Ouroboros sessions after an unexpected MCP server disconnect. Claude Code reserves `/resume` for its built-in session picker. This skill intentionally uses `resume-session` so it does not shadow that native command. ## Usage ``` ooo resume-session ooo resume-session --all /ouroboros:resume-session ``` **Trigger keywords:** "in-flight Ouroboros sessions", "re-attach", "mcp disconnected", "lost Ouroboros execution" ## How It Works `ooo resume-session` reads the EventStore directly (no MCP server required) and lists every session that is still in a `running` or `paused` state. The command is strictly read-only — it never creates the data directory, never writes schema, and never appends events. Its job is to surface the identifiers you need to re-attach. - `ooo resume-session` shows the 20 most recent active sessions. - `ooo resume-session --all` shows every active session. ## Instructions When the user invokes this skill: 1. Run the CLI command: ``` ouroboros resume ``` This reads the configured runtime EventStore directly — the MCP server does **not** need to be running. 2. If sessions are listed, enter the number of the session you want to work with. The command prints both the `session_id` and the `exec_id`, along with the available re-attach paths. 3. Pick the right re-attach path: - **Inspect persisted events** (read-only): ``` ouroboros status execution <exec_id> --events ...

Details

Author
Q00
Repository
Q00/ouroboros
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category