What problem does it solve? Rebuilding a workflow you already performed once means re-explaining everything from scratch. This Skill mines your own past Claude Code session transcripts to recover the exact steps, commands, and dead ends, then drafts a reusable skill without a fresh interview. ## Core Features & Use Cases - Session transcript mining: Lists and filters .jsonl session transcripts under ~/.claude/projects/, including subagent transcripts, using a stdlib-only Python helper script. - Structured extraction with safeguards: Delegates interpretation to a read-only researcher agent that produces what/command/verify/why steps, tags unsafe verification commands, redacts credentials and hostnames, and flags conflicts with feedback memories. - Human-gated authoring: Presents the draft for explicit approval, then hands off to skill-creator for authoring, validation, and gitignore-by-default writing. - Use Case: You fixed a tricky deployment issue last week and want it captured. Ask to turn that past session into a skill, and this Skill locates the transcript, extracts the verified procedure, and drafts it for your review. ## Quick Start Turn the workflow from my session last week where I fixed the deploy pipeline into a reusable skill.