Armory
Source
Browse
Skills

deslop

Remove AI-generated code slop from a branch. Use when cleaning up AI-generated code, removing unnecessary comments, defensive checks, or type casts. Checks diff against main and fixes style inconsistencies.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install deslop --cli claude

writes the skill into.claude/skills/deslop/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/deslop/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Remove AI-generated code slop from a branch. Use when cleaning up AI-generated code, removing unnecessary comments, defensive checks, or type casts. Checks diff against main and fixes style inconsistencies.

When to use it

Remove AI-generated code slop from a branch. Use when cleaning up AI-generated code, removing unnecessary comments, defensive checks, or type casts. Checks diff against main and fixes style inconsistencies.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/sentry/deslop/SKILL.md -o .claude/skills/deslop/SKILL.md

Notes

Extracted from davila7/claude-code-templates, deslop category.