Clone the last quarter of the current conversation, discarding earlier context to reduce token usage while preserving recent work.
62
72%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./skills/quarter-clone/SKILL.mdClone 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>[QUARTER-CLONE <timestamp>], e.g. [QUARTER-CLONE Jan 7 14:30], so claude -r and picking it works as a fallback.)31038b8
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.