deslop
When to use this skill
Use when asked to:
- "remove AI slop"
- "clean up generated code style"
- "review branch diff for weird comments/defensive checks/casts"
Workflow
- Set comparison base (default
main) and inspectgit diff <base>...HEAD. - Build a candidate list using
rgover added lines (comments, catches, casts, lint ignores, placeholders, debug leftovers). - Review each candidate in full file context and compare with nearby local patterns.
- Remove only inconsistent slop; keep behavior and domain-valid guards.
- Re-run project checks (
bun check,bun typecheck) and fix regressions. - Report exact files changed and what slop was removed vs intentionally kept.
Slop checklist
Read and apply: references/slop-heuristics.md
Guardrails
- Do not remove protections at trust boundaries (user input, auth, network, db, file I/O).
- Do not replace real typing with weaker typing.
- Prefer minimal edits over broad rewrites.
- Keep project conventions (hooks/query style, component patterns, naming).
More from tychohq/agent-skills
system-watchdog
System resource monitoring that detects wasteful or suspicious processes. Outputs structured JSON for any consumer.
84flights
Search flights via Google Flights. Find nonstop/connecting flights, filter by time and cabin class, get booking links. Supports city names (NYC, London, Tokyo) with automatic multi-airport search. No API key required.
37amazon
Buy and return items on Amazon using browser automation. Use for purchasing, reordering, checking order history, and processing returns.
14architecture-research
Research the architecture of a codebase or system. Reads source code, finds external context, explains design decisions, and produces ELK diagrams. Use when asked to understand, explain, or diagram how a repo/system is built.
11tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
10domain-check
Check domain availability via Vercel and buy/manage domains via Vercel CLI
10