What problem does it solve? Turning a workflow, video recording, external skill, or session learning into a well-formed Claude Code skill is repetitive and error-prone. This Skill automates the full lifecycle of skill authoring: creating new skills from chat, video, dumps, or scratch; porting external skills with license checks and attribution; and propagating learnings across existing skills with semver discipline. ## Core Features & Use Cases - CREATE mode: Synthesizes a new SKILL.md from conversation context, video recordings (via watch-video), pasted briefs, or interactive Q&A, then scaffolds the directory and updates the README. - ADAPT mode: Ports external skills from GitHub, agentskills.io, or local disk using three-bucket classification (keep/adapt/add), license gating, and a mandatory attribution file. - UPDATE mode: Extracts learnings from chat or dumps, finds affected skills via cross-repo grep, triages memory-vs-skill placement, and applies per-file approved diffs with semver bumps. - Use Case: After a long working session where you refined a social posting rule, run the update flow to propagate the rule to every affected skill, write a memory file, and commit each change with proper version bumps. ## Quick Start Ask the assistant to run /skillify to turn the workflow from this conversation into a new skill in your skills repository.