skillify
Installation
SKILL.md
Skillify
Turn what just worked into a skill that works forever. One command: extract the pattern from this conversation, create a tested skill, and publish it to the registry.
When to use
- You just solved a problem and want to reuse the approach
- You recovered from a failure and want to prevent recurrence
- You built a workflow worth repeating
- The user says "skillify", "make this a skill", "remember this as a skill", or similar
Process
- Extract the pattern — Review the conversation. Identify:
- What was the task?
- What approach worked (and what didn't)?
- What's the repeatable procedure vs. what was specific to this instance?
- Are there deterministic steps (same input → same output) vs. judgment steps (requires LLM reasoning)?