resume-task

Detect the last task_id and resume tusk workflows after a crash.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/gioe/python-libs --skill resume-task-gioe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resume-task
Source: https://github.com/gioe/python-libs/tree/main/.claude/skills/resume-task
Command: npx skills add https://github.com/gioe/python-libs --skill resume-task-gioe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume recovery after a session crash or timeout by reloading context and reinitiating work.

Core Features & Use Cases

  • Detect the last task_id and determine the resume point.
  • Reuse open sessions or start a new task safely if none exist.
  • Provide a recovery summary and clear next steps to resume the tusk workflow.

Quick Start

Resume the last interrupted task by detecting the task_id and continuing from the most recent checkpoint.

Frequently Asked Questions about resume-task

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

FAQPage Schema
How do I resume a stalled task workflow after a session crash?

To resume a stalled task workflow after a session crash, the system detects the last task_id, reloads the necessary context, and resumes execution from the identified checkpoint automatically.

How does context reloading work when recovering an interrupted tusk workflow?

Context reloading works by detecting the last task_id within the tusk workflow, gathering the previous context state, and reinitiating work safely from that specific checkpoint.

What's the best way to automate task recovery after a timeout?

Automating task recovery after a timeout involves coordinating steps like context gathering, recovery display, and resume execution, ensuring end-to-end reliability with clear progress reporting.

Can I start a new task safely if no previous session exists?

Yes, you can start a new task safely if no previous session exists, as the system will check for an open session and reinitiate a new workflow when none is detected.

Does resuming a crashed process provide a recovery summary of next steps?

Yes, resuming a crashed process provides a recovery summary that displays the identified checkpoint and outlines the clear next steps required to resume the tusk workflow effectively.