What problem does it solve?
This Skill centralizes and compresses conversation state so an assistant can find, reuse, and update prior session context without storing verbose transcripts, reducing token usage and duplicated work.
Core Features & Use Cases
- Conversation discovery: Scan .claude/conversations for exact title matches, fuzzy keyword overlap, or semantic similarity to avoid duplicate sessions.
- Structured, minimal logs: Create and update compact Markdown logs with title, desc, status, last_accessed, summary, and timestamped changes to serve as the single source of truth.
- Session workflows: Prompt users to Ignore, Enhance, or Proceed when matches are found; update last_accessed, prepend concise change bullets, and manage status transitions (in-progress, inconclusive, completed).
- Use Case: An assistant handling support tickets can find an existing conversation, prompt the user to continue or update it, and write a one-line summary and change note after each action to conserve tokens.
Quick Start
Scan .claude/conversations at session start, notify the user of any match (filename, title, status, one-line summary), and offer Ignore, Enhance, or Proceed.