Back to list
inspirepan

deslop

by inspirepan

Coding Agent CLI

14🍴 2📅 Jan 23, 2026

SKILL.md


name: deslop description: Remove AI-generated code slop from files or diffs. Use this skill when reviewing AI-generated code to clean up unnecessary comments, defensive code, type hacks, and style inconsistencies. Triggers include "deslop", "remove slop", "clean up AI code", "review for slop". metadata: short-description: Remove AI code slop

Deslop

Remove AI-generated slop from code. Check the specified files or diff and remove:

  • Extra comments that a human wouldn't add or are inconsistent with the rest of the file
  • Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted/validated codepaths)
  • Casts to any or # type: ignore to get around type issues
  • Unnecessary complexity and nesting that reduces readability
  • Redundant abstractions or over-engineered solutions
  • Any other style that is inconsistent with the file

Principles

  1. Preserve functionality: Never change what the code does - only how it does it
  2. Prefer clarity over brevity: Explicit readable code is better than overly compact solutions
  3. Avoid over-simplification: Don't create overly clever solutions that are hard to understand or debug
  4. Focus scope: Only refine the specified files or recently modified code, unless instructed otherwise

Report at the end with only a 1-3 sentence summary of what you changed.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon