From v1tamins
Use when removing AI-generated slop, cleaning up verbose code, or removing unnecessary defensive checks. Triggers on "remove slop", "clean up AI code", "deslop".
How this skill is triggered — by the user, by Claude, or both
Slash command
/v1tamins:v1-deslopThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check the diff against main and remove all AI-generated slop introduced in this branch.
Check the diff against main and remove all AI-generated slop introduced in this branch.
Typical invocations:
/v1-deslopv1-deslop from the skills menu or use $v1-deslopany to get around type issuesA brief summary like:
"Removed 3 unnecessary try/catch blocks in
query.py, deleted 5 redundant comments inhandler.ts, and removed 2anycasts that were hiding type issues."
npx claudepluginhub v1-io/v1tamins --plugin v1taminsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.