Shanev Skills
shanev-skills is a Claude Code plugin marketplace for the Ship phase that provides unslopify and decomplect skills to refine AI-heavy code before review and release.
Install focused code-quality skills like unslopify and decomplect so Claude strips AI slop and untangles over-complex code before you merge or ship.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install shanev-skills@shanev/skillsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:shanev/skills") and the paste-ready config with skillselion.get_install_config("plugin:shanev/skills").
What it does
shanev-skills is a minimal Claude Code plugin marketplace from the shanev/skills repository, bundling unslopify and decomplect—skills aimed at builders who ship with AI assistants and need code that reads like a careful human wrote it. Unslopify tackles the generic phrasing, redundant layers, and filler patterns agents leave behind; decomplect pushes toward simpler boundaries and fewer entangled responsibilities, echoing the familiar mantra of favoring simple parts over clever monoliths. The catalog lists roughly seventy GitHub stars and two plugins, signaling a small, opinionated toolkit rather than a platform-wide installer. Reach for this bundle during review or late build when a feature works but feels muddy, not when you are still brainstorming product direction. It complements broader review skills by giving Claude named rituals for cleanup instead of one-off “make this better” prompts.
Highlights
- Two community plugins: unslopify and decomplect for AI-generated and over-abstracted code
- Trims vague slop, redundant comments, and ceremony common in LLM output
- Applies decomplecting mindset—separating concerns instead of piling features into one module
- Lightweight marketplace (2 plugins) for fast install without a heavy DevOps bundle
- Pairs naturally with a human or agent code-review pass before release
Why builders use it
AI-assisted code often ships with slop, duplication, and over-complex coupling that erodes maintainability and slows review.
After you add the marketplace, you can invoke unslopify and decomplect to produce cleaner diffs and simpler modules ready for merge.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 71 stars, 0 votes.
FAQ
Who is shanev-skills for?
It is for developers who ship with AI coding agents and want dedicated Claude Code skills to remove LLM slop and reduce unnecessary complexity in existing code.
When should I use shanev-skills?
Use unslopify after a big agent-generated change and decomplect when modules feel tangled—typically during ship review or late build before you merge.
How do I add shanev-skills to my agent?
Register the shanev/skills repository as a Claude Code plugin source, install unslopify and decomplect from the marketplace, then invoke them on the files or PR you are polishing.
Comments
Share how you use shanev-skills, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.