What problem does it solve?
This Skill turns ephemeral Claude Code conversations into durable, project-local archives so teams can review work, preserve context, and keep an auditable record.
Core Features & Use Cases
- Session discovery and naming: Finds Claude Code project JSONL logs, identifies the topic of each session, and assigns clear archive filenames.
- Readable transcript generation: Converts raw conversation logs into Markdown while preserving useful user and assistant content and omitting noise.
- Safety review before retention: Scans archived outputs for secrets and stops the workflow if sensitive data is detected.
- Use case: A developer finishing a feature can archive the discussion into the repository, create human-readable notes, and verify that no credentials were accidentally captured.
Quick Start
Ask the skill to archive the current project’s Claude Code conversation logs into logs/conversation and generate readable Markdown plus a secret scan report.