
Kevnk Skillify
- 1 repo stars
- Updated February 2, 2026
- kevnk/skillify
kevnk-skillify is a Claude Code plugin that extracts verbose instruction sections into on-demand skills to save context window.
About
kevnk-skillify is a Claude Code plugin that helps developers stop paying context tax on huge project instruction files. When CLAUDE.md, agents.md, or similar docs grow long, the agent burns tokens on material you only need for specific tasks. Skillify’s workflow is to identify verbose sections and refactor them into discrete skills invoked on demand, which keeps default sessions lean while preserving depth where it matters. It fits developers who document heavily for agents and hit window limits mid-build. You install it as a one-plugin bundle from kevnk/skillify and use it during agent setup and ongoing doc maintenance—not as a runtime MCP integration, but as a productivity layer on how skills are organized. Intermediate familiarity with Claude Code skills and project instruction files helps you get the most from extraction passes without fragmenting critical always-on rules.
- Extracts verbose sections from large instruction files into separate on-demand skills
- Targets context-window savings so routine sessions stay terse
- Aligns with CLAUDE.md, agents.md, and command-driven workflows
- Single-plugin bundle focused on skill-extraction and modularization
- On-demand loading instead of pasting full verbose blocks every session
Kevnk Skillify by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install kevnk-skillify@kevnk/skillifyAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | February 2, 2026 |
| Repository | kevnk/skillify ↗ |
What it does
Shrink always-on CLAUDE.md and agents.md bulk by turning verbose instruction blocks into skills you load only when needed.
Who is it for?
Best when you have long agent instruction files and want modular skills without losing detailed guidance.
Skip if: Skip if you have minimal agent docs or anyone and prefers one short static CLAUDE.md with no skill split.
What you get
After install, bulky instructions live as modular skills you pull in only when a task needs them, keeping routine coding sessions lighter.
- On-demand skills carved out from verbose instruction sections
- Leaner default context for everyday agent sessions
- Clearer separation between always-on rules and task-specific guidance
Recommended Plugins
How it compares
Context-modularization plugin, not an MCP server or external API integration.
FAQ
Who is Kevnk Skillify for?
It is for Claude Code users who maintain large CLAUDE.md or agents.md files and want on-demand skills instead of loading everything every time.
When should I use Kevnk Skillify?
Use it when instruction files get verbose enough to crowd the context window or when you want repeatable sections promoted to named skills.
How do I add Kevnk Skillify to my agent?
Install the kevnk/skillify Claude Code plugin from the repository bundle, then follow its skill-extraction flow on your project instruction files.