claude-handoff

Summarize current progress and spawn a named background agent via the claude CLI.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/tonomb/personal-pnl --skill claude-handoff-tonomb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-handoff
Source: https://github.com/tonomb/personal-pnl/tree/main/.agents/skills/claude-handoff
Command: npx skills add https://github.com/tonomb/personal-pnl --skill claude-handoff-tonomb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the issue of context loss and session clutter by allowing you to offload specific tasks to dedicated background agents, keeping your primary workspace focused and organized.

Core Features & Use Cases

  • Context Preservation: Generates a structured summary of the current conversation to ensure the new agent starts with full awareness of the project state.
  • Task Delegation: Launches a fresh, named background agent to handle specific sub-tasks or long-running processes independently.
  • Use Case: When you are working on a complex feature and need to pivot to a bug fix, use this skill to hand off the bug investigation to a new agent while you continue your current work uninterrupted.

Quick Start

Invoke the claude-handoff skill to summarize the current progress and start a new background agent focused on the next logical task.

Frequently Asked Questions about claude-handoff

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

FAQPage Schema
How do I delegate a task to a background agent without losing conversation context?

To delegate a task to a background agent without losing context, this skill generates a structured summary of your current progress and invokes a new named agent process to handle the sub-task independently.

Can I run parallel tasks using the claude CLI for background process spawning?

Yes, you can run parallel tasks using the claude CLI if your underlying system supports background process spawning and session management, which this skill uses to launch independent agents.

What is the best way to hand off a bug investigation while continuing feature work?

The best way to hand off a bug investigation while continuing feature work is to use this skill to summarize current progress and launch a dedicated background agent for the investigation.

Does claude-handoff require any specific dependencies to manage session clutter?

No specific dependencies are required to manage session clutter, but the skill does require an underlying system that supports background process spawning and session management via the claude CLI.

When should I use background agents for task delegation instead of staying in one session?

You should use background agents for task delegation when you need to offload specific sub-tasks or long-running processes to keep your primary workspace focused and avoid context loss.