unslop-code

Detect AI-generated code slop and suggest readability fixes.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/KanuToCL/SonoTag --skill unslop-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unslop-code
Source: https://github.com/KanuToCL/SonoTag/tree/main/.claude/skills/unslop-code
Command: npx skills add https://github.com/KanuToCL/SonoTag --skill unslop-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies and helps you remove "AI code slop" – redundant, unreadable, or unnecessarily complex code patterns often generated by AI, which make codebases difficult to maintain.

Core Features & Use Cases

  • Slop Detection: Scans code for specific anti-patterns like excessive comments, vacuous tests, over-abstraction, and context-blind reinvention.
  • Roast Generation: Provides a detailed explanation of why the code is considered "slop" and offers actionable advice for fixing it.
  • Use Case: You've used an AI to generate a Python script and suspect it's overly verbose or contains unhelpful comments. This Skill will analyze the code, pinpoint the "slop," and suggest how to simplify it.

Quick Start

Use the unslop-code skill to scan your uncommitted changes for AI code slop.

Frequently Asked Questions about unslop-code

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

FAQPage Schema
How do I detect AI generated code slop in my codebase?

To detect AI generated code slop, scan your uncommitted code changes to identify anti-patterns like redundant comments, vacuous tests, over-abstraction, and context-blind reinvention. This analysis pinpoints unnecessary complexity to help improve overall code readability and maintainability.

What is AI code slop and how does it affect maintainability?

AI code slop consists of redundant, unreadable, or unnecessarily complex code patterns often generated by AI, such as excessive comments and over-abstraction. These patterns make codebases difficult to maintain by obscuring functional logic with generated complexity.

How do I fix overly verbose AI generated Python scripts?

Fix overly verbose AI generated Python scripts by using a slop detection analysis to highlight unhelpful comments and over-abstraction. The scan provides a detailed roast explaining why the code is problematic and offers actionable advice for simplifying it.

Does AI slop detection identify functional errors in code?

AI slop detection does not identify functional errors in code. It focuses strictly on recognizing patterns that indicate AI-generated complexity, such as vacuous tests and context-blind reinvention, rather than catching runtime bugs or logic failures.

Can I scan uncommitted changes for redundant comments and over-abstraction?

Yes, you can scan uncommitted changes for redundant comments and over-abstraction. The analysis targets these specific anti-patterns directly in your pending work, providing detailed findings and suggested fixes to ensure new code readability.