Compact handoff
Skill codecraftersautomation/claude-code/plugins/ccp/skills/compact-handoff
Claude Code plugins, MCP servers & skills by CodeCrafters Automation. Includes Change Claude Profile (ccp): hand off / take over work between Claude Code profiles (claude-team ⇄ claude-max) and keep their plugins in sync.
npx -y skills add codecraftersautomation/claude-code --skill compact-handoffAssembled 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.
What its author says it does
Copied from the file, not written here
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.
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
-
Write
.claude/ccp/handoff/COMPACT_HANDOFF.mdimmediately. 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.
-
Point to workstate. End with: "If you still have a little usage left, run
/ccp:workstateto capture exact git state before switching." Workstate is cheap mechanical truth and makes the takeover far safer. -
Tell the user how to resume: open the same repo with
claude-maxorclaude-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:workstatesecond.