deslop

Refactor AI-generated code by removing unnecessary comments and simplifying complex constructs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Deslop addresses the issue of AI-generated code slop and inconsistent code style, ensuring that code is clean, readable, and maintains consistency.

Core Features & Use Cases

  • Code Cleanup: Removes unnecessary comments, defensive overkill, and simplifies deeply nested code.
  • Style Standardization: Enforces a consistent code style to prevent style drift and maintain codebase consistency.
  • Use Case: Ideal for post-AI code generation tasks where manual cleanup is required to meet code quality standards.

Quick Start

Apply the deslop skill to the current branch to remove AI-generated code slop and enforce code style standards.

Frequently Asked Questions about deslop

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

FAQPage Schema
How do I remove unnecessary comments from AI-generated code?

To remove unnecessary comments from AI-generated code, this Skill refactors the codebase by targeting redundant annotations, excessive defensive measures, and overly complex constructs to improve readability and consistency.

What is AI-generated code slop?

AI-generated code slop refers to unnecessary comments, defensive overkill, and overly complex constructs that reduce readability. This Skill cleans up these issues to ensure quality and adherence to style guides.

How do I enforce code style standards after AI code generation?

To enforce code style standards after AI code generation, apply this Skill to the current branch. It standardizes style to prevent drift and maintains codebase consistency by simplifying deeply nested code.

Can I clean up defensive overkill in my codebase automatically?

Yes, you can clean up defensive overkill automatically. This Skill targets excessive defensive measures and refactors overly complex constructs to ensure your code remains clean and readable.

Does this code cleanup approach require any external dependencies?

No, this code cleanup approach requires no external dependencies. It operates independently to refactor code, remove AI-generated code slop, and enforce style standards directly within your environment.