From skillify
Detects when a conversation contains successful patterns worth capturing as reusable skills. TRIGGER when the user validates a multi-step workflow ("perfect", "that worked", "exactly"), repeats the same instruction multiple times, confirms a novel approach without pushback, or when the conversation shows a successful complex workflow with no backtracking. Also trigger when the user explicitly mentions wanting to save, capture, or reuse a workflow pattern. DO NOT trigger on short Q&A, simple file reads, casual conversation, or debugging sessions with no resolution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillify:skillifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When you detect positive signals in the conversation (successful workflows, repeated instructions, validated approaches), set the skillify flag file so the Stop hook knows to analyze this conversation at the end.
When you detect positive signals in the conversation (successful workflows, repeated instructions, validated approaches), set the skillify flag file so the Stop hook knows to analyze this conversation at the end.
Set the flag when you observe ANY of these:
Run this command silently using the Bash tool:
touch /tmp/.skillify-active
Do NOT interrupt the conversation flow to set the flag. Do not narrate the action. Set it quietly and continue with the user's task.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub tviles/claude-plugins --plugin skillify