Use when a CCS profile hits rate limits, usage caps, or context overflow. Reads session data from another profile and resumes interrupted work.
From mutilsnpx claudepluginhub masseater/claude-code-plugin --plugin mutilsThis skill uses the workspace's default tool permissions.
ccs-handoff.tsGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Resume interrupted work from another CCS profile session. Use when a profile hits rate limits, usage caps, or context overflow.
Parse $ARGUMENTS by splitting on whitespace: the first token is <profile> and the second token is <sessionId>.
${CLAUDE_PLUGIN_ROOT}/skills/ccs-handoff/ccs-handoff.ts <profile> <sessionId>
Read the Markdown output from the script carefully.
From the script output, perform the following:
cd to the Project Path shown in Session Infogit status — current working tree state.agents/sessions/ — any session reports from the previous work.agents/plans/ — any active plan filesReport a concise handoff summary to the user, including:
Then continue the interrupted work.