rescue

Delegate Claude Code diagnosis and implementation tasks to a tracked rescue subagent.

161|28|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/sendbird/cc-plugin-codex --skill rescue-sendbird
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rescue
Source: https://github.com/sendbird/cc-plugin-codex/tree/main/skills/rescue
Command: npx skills add https://github.com/sendbird/cc-plugin-codex --skill rescue-sendbird

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates substantial Claude Code diagnosis, implementation, or follow-up work to a tracked rescue subagent, keeping the main Codex thread focused on review.

Core Features & Use Cases

  • Spawns a forwarding subagent to run a single companion task and return its stdout unchanged.
  • Routes long-running, risky tasks away from the main thread and supports foreground or background execution, resume/fresh task management, and routing via model, effort, and prompt-file options.
  • Uses a structured workflow to attach sessions, messages, and results to the user's Claude Code tasks for tracking and results retrieval.

Quick Start

Invoke the rescue flow with $cc:rescue to delegate a task and monitor progress via status commands.

Frequently Asked Questions about rescue

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

FAQPage Schema
How do I delegate long-running Claude Code tasks to a background process?

You can delegate long-running Claude Code tasks to a background process using a tracked rescue subagent. This routing approach moves substantial diagnosis and implementation work away from your main thread, returning the subagent's stdout unchanged upon completion.

What is a tracked rescue subagent in a Claude Code workflow?

A tracked rescue subagent is a forwarding worker that executes a single companion task within your Claude Code workflow. It attaches sessions, messages, and results to your tasks for tracking, keeping the main thread focused on review.

Can I resume an existing Claude Code task or do I need to start fresh?

You can resume an existing task or start a fresh session when delegating work. The rescue workflow supports both task management modes, allowing you to attach owner-sessions and pass routing flags for continuous or new operations.

How do I run code review and implementation tasks without blocking the main thread?

To run code review and implementation tasks without blocking the main thread, delegate the substantial work to a rescue subagent. You can configure it to run in the foreground or background while receiving context-aware completion notifications.

When should I avoid delegating work to a rescue subagent?

You should avoid delegating work to a rescue subagent for quick, inline replies or trivial tasks. The system enforces strict task-forwarding rules designed specifically for long-running, risky, or substantial coding tasks across code bases.