Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Clone the last quarter of the current conversation, discarding earlier context to reduce token usage while preserving recent work.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -31% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -52% | 0% |
Clone the last quarter of the current conversation, discarding earlier context to reduce token usage while preserving recent work.
Steps:
tail -1 ~/.claude/history.jsonl | jq -r '[.sessionId, .project] | @tsv'find ~/.claude -name "half-clone-conversation.sh" 2>/dev/null | sort -V | tail -1--quarter selects quarter mode<script-path> --preview <session-id> <project-path><script-path> --quarter <session-id> <project-path>New session: <id> line). Give the user the exact command to resume it directly, no picker needed: claude --resume <new-session-id> The script automatically appends a reference to the original conversation at the end of the cloned file. (The new session is also marked [QUARTER-CLONE <timestamp>], e.g. [QUARTER-CLONE Jan 7 14:30], so claude -r and picking it works as a fallback.)
Other measured skills in the registry, with their headline benchmark lift.