ft-remove-ai-code-slop

Installation
SKILL.md

Unslop

Check the diff against the branch's merge base (where it forked from). Remove all AI-generated slop introduced in this branch.

Be moderate — remove obvious slop and collapse verbose AI patterns into idiomatic code, but do not question whether feature logic deserves to exist. Trust the intent behind what was added; just make it cleaner.

Comments

  • Cut every new comment that doesn't explain why
  • Preserve pre-existing comments and any "why" comment that earns its place

What to Cut

Target Why It Dies
any types Replace with proper types
Comments that restate the code The code already says it
Verbose error handling that adds no value Let errors propagate naturally
Redundant null checks Unnecessary optional chaining
Related skills

More from cameronapak/jstack

Installs
1
GitHub Stars
4
First Seen
1 day ago