Slop banner
benshapyro benshapyro

Slop

AI community

Description

--- description: Remove AI-generated code slop from current branch --- # Slop Command Check the diff against main and remove all AI-generated slop introduced in this branch. ## What is "Slop"? AI-generated code often has tells that make it look unnatural: ### 1. Over-Commenting ```typescript // BAD: AI slop // Get the user from the database const user = await db.getUser(id); // Fetch user by ID // GOOD: Self-documenting, no comment needed const user = await db.getUser(id); ``` ### 2. Defe

Installation

Installs to ~/.claude/skills/benshapyro-cadre-devkit-claude-slop/SKILL.md

Terminal
mkdir -p ~/.claude/skills/benshapyro-cadre-devkit-claude-slop && curl -fsSL https://raw.githubusercontent.com/benshapyro/cadre-devkit-claude/HEAD/commands/slop.md -o ~/.claude/skills/benshapyro-cadre-devkit-claude-slop/SKILL.md

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

Full documentation available on GitHub

View Source Repository