extract-best-practiceslisted
Install: claude install-skill ievo-ai/skills
# Extract Best Practices — Session Pattern Mining
Mines the *current session* — not an overlay, not a file — for repeatable patterns nobody explicitly flagged, and turns the genuinely reusable ones into real, dispatchable skills or agents. Nothing is authored, edited, or posted anywhere without explicit approval at the relevant checkpoint.
## When to use
- You notice you performed the same multi-step workflow more than once this session, and never ran `/ievo:evo` on it
- You're wrapping up a session and wondering "should any of this become a skill?"
- You hit the same error and recovered the same way more than once
- You explicitly invoke `/ievo:extract-best-practices`
## When NOT to use — related but different tools
| Situation | Better tool |
|-----------|-------------|
| You already know the lesson and just want it recorded | `/ievo:evo` — direct, explicit single-lesson capture |
| `.ievo/evolution/project.md` already has accumulated `/evo`'d entries that look clustered | `/ievo:consolidate --root .ievo/evolution/project.md` — entry-cluster mode judges *already-captured* entries, not a live session |
| You want to see what's already captured | `/ievo:overlay-status` |
This skill's job ends where those begin: it finds patterns nobody captured yet, then hands off to the tool that actually owns writing (`/ievo:evo` for a lesson, this skill's own Phase 4 for a new package).
## Phase Overview
```
Phase 1 — Mining Scan the session for repeatable patterns
Phase 2