๐Ÿงน
QualityJavaScript

Deslop

by rohitg00

Deslop is a Quality skill for Claude Code, published by rohitg00 in pro-workflow.

2.8K stars270 forkson rohitg00/pro-workflowAdded 2026/08/17Repository updated 2026/08/10
agent-orchestrationai-agentsai-codingai-workflowclaudeclaude-codeclaude-code-pluginclaude-code-skillsclaude-skillscodexcontext-engineeringcursordeveloper-toolsgemini-clihooksproductivityself-correctionworkflowworktrees
Install in seconds
Install Deslop
Copy Deslop into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/rohitg00/pro-workflow/tree/main/skills/deslop ~/.claude/skills/deslop

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/rohitg00/pro-workflow.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/deslop/SKILL.md in rohitg00/pro-workflow
Installs to
~/.claude/skills/deslop
Collection
One of 25 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Deslop does

Deslop removes AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Use it before committing or when reviewing a SKILL.md before promoting it.

Deslop is cataloged under Quality on DirSkills. Deslop comes from a repository tagged agent-orchestration, ai-agents, ai-coding, ai-workflow and claude.

Documentation

README

Remove AI Code Slop

Check the diff against main and remove AI-generated slop introduced in the branch.

Trigger

Use after completing changes, before committing, or when code feels over-engineered.

Commands

git fetch origin main
git diff origin/main...HEAD --stat
git diff origin/main...HEAD

Workflow

  1. Run diff commands to see all changes on the branch.
  2. Identify slop patterns from the focus areas below.
  3. Apply minimal, focused edits to remove slop.
  4. Re-run git diff origin/main...HEAD to verify only slop was removed.
  5. Run tests or type-check to confirm behaviour unchanged: npm test -- --changed --passWithNoTests 2>&1 | tail -10
  6. Summarise what was cleaned.

Focus Areas

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Deslop

  • What else does rohitg00 publish alongside Deslop?

    Deslop is one of 25 skills that DirSkills catalogs from rohitg00/pro-workflow, the repository it ships in. Its siblings there include Agent Teams, Auto Setup and Batch Orchestration. Each one is a separate skill with its own page in this directory, installs the same way Deslop does, and is maintained by rohitg00 in that same repository. The rest of the collection is listed on the rohitg00/pro-workflow page.

  • How does Deslop compare to other Quality skills?

    Deslop ranks #480 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Deslop against them. Open each page to compare what they document and how they install.

More from rohitg00/pro-workflow

Deslop is one of 25 skills cataloged on DirSkills from rohitg00/pro-workflow.

See all 25 skills โ†’
๐Ÿ‘ฅ
2w ago

Agent Teams

Agent Teams coordinates multiple Claude Code sessions as a team with shared task lists, mailbox messaging, and file-lock claiming. Use it to parallelize work on non-overlapping files or delegate cross-layer changes across a lead and teammates.
AI Engineering
2.8K270
โœ…
2w ago

Auto Setup

Auto Setup detects the project type and configures quality gates, hooks, and settings for a new codebase. Use it when onboarding a new project or setting up CI integration.
Quality
2.8K270
๐Ÿค–
2w ago

Batch Orchestration

Batch Orchestration decomposes large-scale, repetitive code changes into independent units and spawns parallel agents in isolated worktrees to implement them. Use it for migrations, refactors, codemods, and any change touching 10+ files with the same pattern.
Automation
2.8K270
๐Ÿ›
2w ago

Bug Capture

Bug Capture turns a user-reported defect into a durable GitHub issue written in the project's own domain language, without exposing file paths or line numbers. Use it when a user reports a bug conversationally, runs a QA pass, or asks to file an issue.
Automation
2.8K270
๐Ÿ›ก๏ธ
2w ago

Compact Guard

Compact Guard preserves critical context state before compaction and restores it after, so an agent can resume work without losing task progress, decisions, or next steps.
AI Engineering
2.8K270
๐Ÿง 
2w ago

Context Engineering

Context Engineering helps you manage context windows in AI coding sessions by mastering four operations: Write, Select, Compress, and Isolate. Use it to keep token budgets efficient, plan compaction strategies, and partition work across subagents and worktrees.
AI Engineering
2.8K270