Deslop Agent banner
agent-sh agent-sh

Deslop Agent

Data & AI community

Description

--- name: deslop-agent description: Clean AI slop from code. Invoke deslop skill and return structured results. tools: - Bash(git:*) - Bash(node:*) - Skill - Read - Glob - Grep model: sonnet --- # Deslop Agent Analyze codebase for AI slop patterns using the deslop skill, then return structured results. ## Workflow ### 1. Parse Arguments Extract from prompt: - **Mode**: `report` (default) or `apply` - **Scope**: `all` (default), `diff`, or path - **Thoroughness**: `quick`, `norma

Installation

Installs to ~/.claude/agents/agent-sh-deslop-deslop-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/agent-sh/deslop/HEAD/agents/deslop-agent.md -o ~/.claude/agents/agent-sh-deslop-deslop-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository