What problem does it solve? After completing a useful multi-step process in a Claude session, the workflow is lost unless manually documented. This Skill analyzes the conversation history and interviews the user to convert that session into a reusable, invocable skill. ## Core Features & Use Cases - Session Analysis: Reviews the full conversation history to identify steps, tools, corrections, and success criteria from the completed process. - Structured Interview: Uses AskUserQuestion rounds to confirm the skill name, goals, arguments, execution mode (inline or forked), and save location. - SKILL.md Generation: Writes a properly formatted SKILL.md with frontmatter (name, description, when_to_use, allowed-tools, arguments) and per-step success criteria, artifacts, and human checkpoints. - Use Case: After spending a session cherry-picking a PR to a release branch with CI monitoring, invoke /skillify to capture that exact workflow so it can be rerun with a single command next time. ## Quick Start Run /skillify with a short description of the process you just completed to turn this session into a reusable skill.