Skip to content

Add unslop to CLIs & Terminal Tools#205

Open
MohamedAbdallah-14 wants to merge 1 commit intodevtoolsd:mainfrom
MohamedAbdallah-14:add-unslop
Open

Add unslop to CLIs & Terminal Tools#205
MohamedAbdallah-14 wants to merge 1 commit intodevtoolsd:mainfrom
MohamedAbdallah-14:add-unslop

Conversation

@MohamedAbdallah-14
Copy link
Copy Markdown

Add unslop to CLIs & Terminal Tools

Tool: unslop

A CLI tool and MCP server that removes named AI writing patterns from text. Targets specific structural patterns that make text read as AI-generated: tricolons, em-dash overuse, hedging stacks, sycophancy openers, and overused vocabulary like "delve" and "crucial."

Developers use it to clean up AI-generated commit messages, documentation drafts, code comments, and PR descriptions before they ship.

Why it fits "CLIs & Terminal Tools"

It is a terminal-first tool. The core workflow is piping text through it:

cat draft.md | unslop --stdin > clean.md

Lint mode (no writes) lets you audit before committing:

unslop --stdin --audit < message.txt

Details

  • MIT licensed, public repository
  • Five intensity levels
  • Also available as MCP server (Claude Code plugin)

Entry added

* [unslop](https://github.com/MohamedAbdallah-14/unslop) - CLI and MCP server that removes named AI writing patterns from text: tricolons, em-dash overuse, hedging stacks, and overused vocabulary. Lint audit mode and five intensity levels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant