What problem does it solve? Repeating multi-step workflows in Claude Code sessions go unnoticed and get re-explained every time; this Skill spots those recurring patterns and turns them into a reviewed, tested skill proposal instead of letting them accrete informally. ## Core Features & Use Cases - Pattern Detection: Reads session diary entries, learnings files, and conversation context to identify recurring tool chains, command sequences, and multi-step workflows. - Trajectory Extraction: With --from-session, reads the raw session transcript to separate stable steps from judgment points and capture dead ends that summaries drop. - Gated Installation: Drafts to a temporary directory, runs a promotion gate that validates frontmatter and executes bundled scripts with --help, and only installs after explicit user approval. - Use Case: After a session where you repeatedly ran the same cost-report commands, say "make this a skill" and get a drafted SKILL.md with the stable commands as literal steps and the decision criteria preserved as judgment points. ## Quick Start Ask the assistant to formalize the workflow we just repeated in this session into a new skill proposal.