resume-tasks

Restore interrupted Claude Code sessions into Zellij tabs.

43|2|Updated Jan 25, 2024
One-click install
npx skills add https://github.com/glowingkitty/OpenMates --skill resume-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-tasks
Source: https://github.com/glowingkitty/OpenMates/tree/main/.agents/skills/resume-tasks
Command: npx skills add https://github.com/glowingkitty/OpenMates --skill resume-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you recover interrupted Claude Code sessions after a crash or restart, so you do not lose active work and can continue where you left off.

Core Features & Use Cases

  • Discover interrupted sessions: Finds open sessions and filters out completed or review-only tasks by checking Linear status, commit references to OPE-XXX IDs, and completion heuristics from the last assistant message.
  • Selectively restore to Zellij: Prompts you to choose specific sessions, restore all, skip restoration, or restore by providing a session ID directly.
  • Safety guardrails: Avoids restoring DONE/REVIEW sessions unless explicitly requested and enforces a maximum of 10 concurrent Zellij sessions.

Quick Start

Ask the skill to resume open interrupted sessions by saying “all” (or pick specific session numbers) and it will restore them into Zellij with descriptive session names.

Frequently Asked Questions about resume-tasks

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

FAQPage Schema
How do I recover an interrupted Claude Code session after a crash?

You can recover an interrupted Claude Code session by discovering open INTR sessions and restoring them into new Zellij tabs, preserving your active agent task context without losing progress.

How does crash recovery discover interrupted agent sessions for restoration?

Crash recovery discovers interrupted agent sessions by finding open INTR sessions and filtering out completed tasks using cross-checks against Linear status, OPE-XXX commit references, and completion heuristics from the last assistant message.

Can I restore a specific Claude Code session ID directly into Zellij?

Yes, you can restore a specific Claude Code session directly into Zellij by providing the session ID, or you can selectively choose specific sessions, restore all, or skip restoration entirely based on your workflow needs.

Does Zellij session restoration have any limitations for concurrent agent tasks?

Yes, Zellij session restoration enforces a maximum of 10 concurrent Zellij sessions, and it actively avoids restoring DONE or REVIEW status Linear issues unless explicitly requested to prevent workflow clutter.

What is the best way to resume partially completed Linear issues after a restart?

The best way to resume partially completed Linear issues after a restart is to run a task restoration process that creates new Zellij sessions with descriptive naming, executing the underlying restore command to resume work exactly where you left off.