unslop

Detect AI-generated slop patterns in code, comments, and UI designs.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/valegrajales/agentic-retrieval-example --skill unslop-valegrajales
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unslop
Source: https://github.com/valegrajales/agentic-retrieval-example/tree/main/.github/skills/unslop
Command: npx skills add https://github.com/valegrajales/agentic-retrieval-example --skill unslop-valegrajales

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers identify and remove AI-generated 'slop'—unnecessary complexity and generic patterns—that can degrade the quality of code, comments, and UI.

Core Features & Use Cases

  • Code Slop Detection: Identifies and suggests fixes for unnecessary complexity, redundant abstractions, and over-engineering.
  • Comment Rot Detection: Finds and proposes removal of AI-generated or redundant comments that do not add value.
  • Design Slop Detection: Analyses UI files for generic color patterns, template layouts, and missing interaction states.
  • Scope Selection: Analyze all changed files, a specific directory, or recent code commits.
  • Auto-Fixes: Apply suggested code and comment fixes automatically (when applicable).

Quick Start

Run /unslop to analyze changes to your codebase and identify slop issues.

Frequently Asked Questions about unslop

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

FAQPage Schema
How do I detect and remove AI-generated slop in my codebase?

To detect AI-generated slop, run an analysis pass to identify unnecessary complexity, redundant abstractions, and over-engineering across your codebase. The tool flags these patterns and can automatically apply suggested fixes to clean up the code.

What is comment rot and how do I find redundant AI-generated comments?

Comment rot refers to AI-generated or redundant comments that add no value to the code. You can find them by running a comment rot detection analysis, which identifies these generic comments and proposes their removal to enhance code quality.

Can I scan specific directories or recent commits for code quality issues?

Yes, you can select a specific scope for code quality analysis. The tool allows you to target all changed files, a specific directory, or recent code commits to identify slop patterns, redundant abstractions, and generic UI designs efficiently.

Does code analysis for AI slop work across different programming languages?

Yes, code analysis for AI slop operates across various programming languages and file types. It utilizes Python for file processing and regex matching to detect unnecessary complexity and generic patterns regardless of the specific language used.

How do I identify generic color patterns and template layouts in UI files?

You can identify generic color patterns and template layouts by running a design slop detection analysis on your UI files. This process scans for generic designs and missing interaction states, suggesting improvements to enhance UI quality.

When should I use automated code fixes for over-engineering and redundant abstractions?

You should use automated code fixes during your code review process to quickly resolve over-engineering and redundant abstractions. The tool applies suggested fixes for unnecessary complexity and comment rot automatically when applicable, streamlining quality assurance.