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 Ouroboros sessions and show the commands needed to re-attach after MCP disconnect
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.
ooo resume-session
ooo resume-session --all
/ouroboros:resume-session
Trigger keywords: "in-flight Ouroboros sessions", "re-attach", "mcp disconnected", "lost Ouroboros execution"
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.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.
npx skills add Q00/ouroboros --skill resume-sessionHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.