deslop

Remove AI-generated code slop and produce a concise changelog.

2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/SiTaggart/.agents --skill deslop-sitaggart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deslop
Source: https://github.com/SiTaggart/.agents/tree/main/skills/deslop
Command: npx skills add https://github.com/SiTaggart/.agents --skill deslop-sitaggart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remove AI-generated slop from the current branch to improve readability and maintainability by aligning style and removing unnecessary or inconsistent patterns.

Core Features & Use Cases

  • Identify AI-generated comments, redundant defensive checks, and unnecessary casts.
  • Remove inconsistent style and stray patterns that diverge from the project baseline.
  • Apply the cleanup after implementing features to ensure a clean diff before review.

Quick Start

Run the cleanup on your current branch against the main baseline to remove AI-generated slop and produce a concise summary of changes.

Frequently Asked Questions about deslop

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

FAQPage Schema
How do I clean up AI-generated code slop before a code review?

To clean up AI-generated code slop before a code review, run a branch cleanup against the main baseline to remove unnecessary comments, inconsistent styles, and superfluous defensive checks, producing a concise changelog summarizing the changes.

What is AI-generated code slop and how does it affect my diff?

AI-generated code slop consists of unnecessary comments, redundant defensive checks, and style inconsistencies that diverge from your project baseline, cluttering your diff and reducing code readability before review.

How do I remove redundant comments and inconsistent style from my current branch?

Remove redundant comments and inconsistent styles by applying a post-implementation cleanup process to your current branch, aligning the code with the main baseline and ensuring a clean diff.

Can I get a summary of code style changes made during AI code cleanup?

Yes, you can get a summary of code style changes during AI code cleanup by running a deslop process, which produces a concise changelog describing all removed comments and modified patterns for review.

What is the best way to ensure style consistency in AI-assisted development?

The best way to ensure style consistency in AI-assisted development is to apply a post-implementation cleanup that removes AI-generated slop, aligns the code with project baselines, and eliminates stray patterns before review.

Do I need any specific linting dependencies to remove AI-generated patterns?

No specific linting dependencies are required to remove AI-generated patterns, as the cleanup process operates independently to identify and strip unnecessary comments, casts, and defensive checks from your branch.