Rmslop banner
joelhooks joelhooks

Rmslop

AI community

Description

--- description: Remove AI code slop from current branch --- Check the diff against the main branch and remove all AI-generated slop introduced in this branch. This includes: - Extra comments that a human wouldn't add or are inconsistent with the rest of the file - Extra defensive checks or try/catch blocks abnormal for that area of the codebase (especially if called by trusted/validated codepaths) - Casts to `any` to get around type issues - Any style inconsistent with the file - Unnecessary

Installation

Installs to ~/.claude/skills/joelhooks-opencode-config-rmslop/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joelhooks-opencode-config-rmslop && curl -fsSL https://raw.githubusercontent.com/joelhooks/opencode-config/HEAD/command/rmslop.md -o ~/.claude/skills/joelhooks-opencode-config-rmslop/SKILL.md

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

Full documentation available on GitHub

View Source Repository