[PR #205] Add unslop to CLIs & Terminal Tools #2506

Open
opened 2026-06-06 17:10:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/devtoolsd/awesome-devtools/pull/205
Author: @MohamedAbdallah-14
Created: 4/25/2026
Status: 🔄 Open

Base: mainHead: add-unslop


📝 Commits (1)

  • ba5c213 Add unslop to CLIs & Terminal Tools

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 readme.md (+1 -0)

📄 Description

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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/devtoolsd/awesome-devtools/pull/205 **Author:** [@MohamedAbdallah-14](https://github.com/MohamedAbdallah-14) **Created:** 4/25/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-unslop` --- ### 📝 Commits (1) - [`ba5c213`](https://github.com/devtoolsd/awesome-devtools/commit/ba5c21328f30ac2cc69ea81a336800d1e4dc1560) Add unslop to CLIs & Terminal Tools ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `readme.md` (+1 -0) </details> ### 📄 Description ## Add unslop to CLIs & Terminal Tools **Tool:** [unslop](https://github.com/MohamedAbdallah-14/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: ```bash cat draft.md | unslop --stdin > clean.md ``` Lint mode (no writes) lets you audit before committing: ```bash 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. ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-06 17:10:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-devtools#2506