deslop

Remove redundant AI-generated patterns from code diffs across languages.

6|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/v1-io/v1tamins --skill deslop-v1-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deslop
Source: https://github.com/v1-io/v1tamins/tree/main/claude/skills/deslop
Command: npx skills add https://github.com/v1-io/v1tamins --skill deslop-v1-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers remove AI-generated slop and unnecessary defensive boilerplate from code, making it cleaner and easier to maintain.

Core Features & Use Cases

  • Slop removal: Eliminate extraneous comments, redundant checks, and unnecessary casts.
  • Code style alignment: Normalize patterns to the repository's established style for consistency.
  • Targeted refactoring: Apply changes only to sections flagged by diffs, preserving intended functionality.

Quick Start

Run the /deslop command to scan the current branch and remove AI-generated slop.

Frequently Asked Questions about deslop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove AI-generated slop and verbose code from my repository?

To remove AI-generated slop, you can run a targeted cleanup process that evaluates your code diffs, identifies redundant patterns like extraneous comments and unnecessary casts, and applies minimal, reversible changes to improve readability and maintainability.

What exactly is AI slop in a codebase?

AI slop in a codebase refers to extraneous comments, redundant checks, unnecessary casts, and verbose defensive boilerplate added by AI assistants that reduces code readability and maintainability during refactors and code reviews.

Can I clean up verbose code across different languages and repositories?

Yes, you can clean up verbose code across different languages and repositories because the cleanup process evaluates diffs universally rather than relying on language-specific rules, applying minimal changes only to flagged sections during refactors.

Does code cleanup affect the existing functionality of my application?

Code cleanup does not affect existing functionality because the refactoring process applies minimal, reversible changes strictly to sections flagged by diffs, preserving the intended behavior while normalizing code style for consistency.

What is the best way to automate code style alignment during a code review?

The best way to automate code style alignment during a review is to process your branch diffs to identify AI slop and normalize redundant patterns to the repository's established style, yielding consistent and maintainable code.