← ClaudeAtlas

skillizelisted

Crystallize a session's workflow into a reusable agent skill: survey what happened, classify corrections by durability, extract the repeatable pattern, draft SKILL.md with references, optionally eval via skill-creator. Fires on two branches: the user wants the workflow just performed captured for reuse ("skillize this", "turn this into a skill"); or they notice a recurring pattern ("I keep doing this same thing"). Creating a skill from scratch with no session behind it is skill-creator's job; distilling a book, transcript, or doc set into skills is distill's.
lroolle/skills · ★ 0 · AI & Automation · score 68
Install: claude install-skill lroolle/skills
# /skillize -- Session to Skill A devlog captures *why* you made decisions. A skill captures *how* to repeat the workflow. Skillize extracts the repeatable pattern from a session and packages it as a Claude Code skill. The test: if someone invokes this skill six months from now on a similar problem, does it reproduce the quality of today's session without re-discovering the process? ## When to skillize vs. when NOT to **Good candidates:** - Multi-step workflow that took 10+ minutes and would recur - Process where you discovered non-obvious tool sequences - Workflow with user corrections that became stable rules - Domain-specific knowledge that required research to find - Pattern where Claude kept going wrong until guided right - Recurring diagnostic workflows (incident triage, leak hunting) **Bad candidates:** - One-off investigation (use /reflect instead) - Simple task Claude handles well without guidance - Workflow that depends entirely on specific data or context - One-off debugging whose fix lives in code (not the process) - Process that changes every time (no stable pattern) ## Process ### Phase 1: Survey Reconstruct the session. Don't rely on memory -- check the evidence. 1. **Conversation scan**: Walk the conversation for tool calls, user corrections, repeated patterns, and stable decisions. 2. **Artifact check**: If inside a git repo, run `git diff` and `git log` to see what actually changed. If not in a git repo, inspect the conversation for files