By tviles
Capture successful conversation patterns as reusable skills and commands. The generative counterpart to hookify.
List all skills and commands generated by skillify.
Analyze the current conversation and suggest reusable skills or commands to create from successful patterns.
View and modify skillify settings through a tabbed multi-question form. Covers auto-mode, thresholds, save location, trigger patterns, and scan limits. Batches related questions into single AskUserQuestion calls so the user fills out the whole config in 2-3 round trips instead of navigating a step-by-step menu.
Explain how skillify works, its modes, and configuration options.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Stop re-explaining the same workflows to Claude. Skillify captures the patterns that worked and turns them into reusable skills you can invoke with a slash command.
Where the hookify plugin prevents mistakes, skillify preserves what works. It watches for successful conversation patterns — repeated instructions, validated workflows, novel approaches that got approved without pushback — and offers to convert them into reusable Claude Code skills or commands.
Skillify operates in two modes:
Manual mode (/skillify) — analyze the current conversation on demand, get a ranked menu of patterns worth capturing, and pick which ones to turn into skills or commands.
Auto mode (runs automatically at conversation end) — a Stop hook checks whether the conversation has enough positive signals, and if so, suggests the highest-confidence pattern for capture. You always confirm before anything is saved.
Skillify is distributed via the tviles/claude-plugins marketplace.
/plugin marketplace add tviles/claude-plugins
/plugin install skillify@tviles-plugins
python3 is on your PATH before installing.| Command | Description |
|---|---|
/skillify | Manually analyze the current conversation and pick patterns to capture |
/skillify:help | Show detailed help about modes, triggers, and configuration |
/skillify:list | List all skills and commands generated by skillify (project + global) |
/skillify:configure | View and modify skillify settings (auto mode, thresholds, save location) |
Settings live at ~/.claude/skillify.config.json. Use /skillify:configure to edit them interactively, or edit the file directly. Key options:
.claude/ or global ~/.claude/)Early release (v0.1.0). Core flow is working; expect rough edges in auto-mode heuristics and template coverage. Feedback welcome via GitHub issues.
MIT
npx claudepluginhub tviles/claude-plugins --plugin skillifyAI development workflow plugin — routes coding tasks through specialized cookbooks (research, plan, implement, review, debug, commit, PR, triage) with agent-scoped safety hooks, autonomous rule enforcement, and task-list persistence.
Capture repeatable session workflows into reusable SKILL.md files. An open-source reimplementation of the internal /skillify skill.
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Create, test, measure, and iteratively improve Claude Code skills with category-aware design, gotchas-driven development, progressive disclosure coaching, and automated description optimization.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.