Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
List in-flight sessions and show the commands needed to re-attach after MCP disconnect
Recover in-flight sessions after an unexpected MCP server disconnect.
ooo resume
ooo resume --all
Trigger keywords: "resume session", "re-attach", "mcp disconnected", "lost session", "in-flight"
ooo resume 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 shows the 20 most recent active sessions.ooo resume --all shows every active session.When the user invokes this skill:
Run the CLI command:
ouroboros resume
This reads ~/.ouroboros/ouroboros.db directly — the MCP server does not
need to be running.
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 two re-attach paths.
Pick the right re-attach path:
Inspect only (read-only interactive monitor):
npx skills add Q00/ouroboros --skill resumeHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.