ulw-resume

Resume interrupted /ulw tasks by claiming resume_request.json artifacts.

3|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/X0x888/oh-my-claude --skill ulw-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ulw-resume
Source: https://github.com/X0x888/oh-my-claude/tree/main/bundle/dot-claude/skills/ulw-resume
Command: npx skills add https://github.com/X0x888/oh-my-claude --skill ulw-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to resume interrupted /ulw tasks due to Claude Code rate-limit StopFailure, ensuring that work can be continued seamlessly.

Core Features & Use Cases

  • Task Resumption: Automatically resumes /ulw tasks that were interrupted by rate-limiting issues.
  • Atomic Claiming: Claims the most relevant unclaimed resume_request.json for the current working directory or project key.
  • Session Continuity: Ensures that the previous session's objective and user prompt are available for the resumed task.
  • Use Case: If a user's /ulw task is interrupted by a rate-limit error, this Skill can be used to resume the task without losing progress.

Quick Start

To resume the last interrupted /ulw task, run the following command:

bash ~/.claude/skills/autowork/scripts/claim-resume-request.sh

Frequently Asked Questions about ulw-resume

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

FAQPage Schema
How do I resume a Claude Code task interrupted by rate limiting?

The script claims the most relevant unclaimed resume_request.json for your current working directory, ensuring the previous session objective and user prompt are available for task resumption.

How does session continuity work when recovering an interrupted /ulw task?

Session continuity is maintained by claiming unprocessed resume_request.json artifacts, which preserve the previous session's objective and user prompt for seamless task resumption without losing progress.

Can I target a specific session ID when resuming a rate-limited task?

Yes, the claim-resume-request.sh script supports session-id targeting, allowing you to specify which particular interrupted session to resume alongside peek, list, and dismiss operations.

What do I need to run before resuming an interrupted Claude Code task?

You must execute the claim-resume-request.sh script from your terminal to claim the relevant unprocessed resume_request.json artifact for your project key.

Why does my /ulw task stop abruptly with a StopFailure?

A StopFailure occurs because Claude Code rate limiting interrupts active /ulw tasks, requiring the claim-resume-request.sh script to claim the generated resume_request.json and continue the work.