aio-skillifylisted
Install: claude install-skill aiocean/claude-plugins
# Skillify - Capture Session Workflows as Reusable Skills
Turn what you just did into a skill that works every time.
## Goal
Analyze the current session, interview the user about their intent, and produce a well-structured SKILL.md file that captures the repeatable process.
## Steps
### 1. Load Session Memory
Session memory is stored at `~/.claude/projects/{sanitized-cwd}/{sessionId}/session-memory/summary.md` where sanitized-cwd replaces all non-alphanumeric characters with `-`.
Use Glob to find and Read the most recent session memory for the current project. This gives you a compact summary of the entire session including compacted context. If no session memory exists, skip this step and rely on the current conversation context.
### 2. Analyze the Session
Combine the session memory with the current conversation to identify:
- What repeatable process was performed
- What the inputs/parameters were
- The distinct steps (in order)
- The success artifacts/criteria for each step (e.g. not just "writing code" but "an open PR with CI fully passing")
- Where the user corrected or steered you - these are gold for capturing preferences
- What tools and permissions were needed
- What agents were used (if any)
### 3. Interview the User
Use AskUserQuestion for ALL questions. Never ask via plain text. For each round, iterate until the user is happy. Always include a freeform "Other" option - do NOT add your own "Needs tweaking" option.
**Round 1: High-level confirmation**
-