agentsclimarketplace

Compact handoff

Skill codecraftersautomation/claude-code/plugins/ccp/skills/compact-handoff

Emergency, fast handoff when the current Claude account is almost out of usage/tokens and there's no time for a full handoff. Use this when the user says they're "about to hit the limit", "running out", "almost out of usage", "quick handoff", "emergency handoff", or needs to switch to the other profile (claude-team <-> claude-max) immediately. Writes a short .claude/ccp/handoff/COMPACT_HANDOFF.md (~1000-1500 words) with objective, state, next 3 steps, risks, and an exact takeover prompt.From its SKILL.md

Install
npx -y skills add codecraftersautomation/claude-code --skill compact-handoff

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.1 KB, 396 tokens by cl100k_base, as published. Nobody here has run it

CCP: compact-handoff

A speed-optimized handoff for when usage is nearly exhausted and a full /ccp:handoff would cost too many tokens. Be fast and concrete. Aim for roughly 1000–1500 words — enough to resume, not a novel.

Steps

  1. Write .claude/ccp/handoff/COMPACT_HANDOFF.md immediately. Don't run heavy tooling first — tokens are scarce. Capture from conversation context:

    • Objective — what we're trying to accomplish.
    • Current state — where things stand right now, one tight paragraph.
    • Changed files — the files touched this session (best recollection; the takeover side will verify against git).
    • Next 3 steps — the immediate, ordered actions to continue.
    • Risks — what could go wrong or be lost.
    • Exact takeover prompt — a copy-pasteable prompt the next profile can run verbatim to resume.
  2. Point to workstate. End with: "If you still have a little usage left, run /ccp:workstate to capture exact git state before switching." Workstate is cheap mechanical truth and makes the takeover far safer.

  3. Tell the user how to resume: open the same repo with claude-max or claude-team, then run /ccp:takeover.

Tone

Terse and high-signal. Skip background the next session can re-derive from the code. Prioritize: what to do next, what not to break, how to verify.

What this skill must never do

  • Never switch accounts or touch credentials/OAuth/Keychain data.
  • Never install plugins.
  • Don't burn the user's remaining tokens on long tool runs — prose first, optional /ccp:workstate second.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.