·deslop
</>

deslop

skyosev/agent-skills

Remove AI-generated code slop from a branch. Use to delete unnecessary comments/docs, defensive checks, broad try/catch blocks, type-cast hacks, lint suppressions, dead code, duplication, and style drift. Diff against base (main/master) and align changes with existing project idioms without altering intended behavior.

7Installs·0Trend·@skyosev

Installation

$npx skills add https://github.com/skyosev/agent-skills --skill deslop

SKILL.md

Check the diff against the base branch and remove all AI-generated slop introduced in this branch.

git diff $(gh repo view --json defaultBranchRef --jq '.defaultBranchRef.name')...HEAD

Remove AI-generated code slop from a branch. Use to delete unnecessary comments/docs, defensive checks, broad try/catch blocks, type-cast hacks, lint suppressions, dead code, duplication, and style drift. Diff against base (main/master) and align changes with existing project idioms without altering intended behavior. Source: skyosev/agent-skills.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/skyosev/agent-skills --skill deslop Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/skyosev/agent-skills --skill deslop
Category
</>Dev Tools
Verified
First Seen
2026-02-02
Updated
2026-02-18

Quick answers

What is deslop?

Remove AI-generated code slop from a branch. Use to delete unnecessary comments/docs, defensive checks, broad try/catch blocks, type-cast hacks, lint suppressions, dead code, duplication, and style drift. Diff against base (main/master) and align changes with existing project idioms without altering intended behavior. Source: skyosev/agent-skills.

How do I install deslop?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/skyosev/agent-skills --skill deslop Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/skyosev/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-02

Related Skills

None