What problem does it solve?
Long Claude Code sessions accumulate large conversation histories that consume excessive context tokens, slowing responses and risking context limits. This Skill trims the conversation to its most recent quarter while preserving the latest work.
Core Features & Use Cases
- Context Reduction: Discards the oldest three-quarters of the current conversation, keeping only the most recent quarter.
- Session Continuity: Generates a new session ID and provides the exact
claude --resume command to continue working immediately.
- Traceability: Appends a reference to the original conversation and marks the new session with a
[QUARTER-CLONE <timestamp>] label for easy identification.
- Use Case: After hours of iterative debugging in a single session, the context window is nearly full. Run this Skill to keep only the recent debugging context and resume in a fresh, lighter session.
Quick Start
Ask Claude to quarter-clone the current conversation to reduce context usage and continue in a new session.