unslop
v0.7.0Make Codex output sound like a careful human wrote it. Strip AI-isms, engineer burstiness, preserve every code block and technical term.
By Mohamed AbdallahLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install unslop for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add unslop@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “unslop-2” remain stable.
- Codex:
unslop-2@agent-plugin-marketplace→unslop@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/MohamedAbdallah-14/unslop/.
Plugin files
├── .codex-plugin/plugin.json├── skills/unslop/SKILL.md├── skills/unslop-commit/SKILL.md├── skills/unslop-file/SKILL.md├── skills/unslop-help/SKILL.md├── skills/unslop-reasoning/SKILL.md└── skills/unslop-review/SKILL.md
Included Skills6
Humanize LLM output so it reads like a careful human wrote it. Subtracts AI-isms (sycophancy, tricolons, em-dash overuse, "delve"/"tapestry"/"testament", hedging stacks, tidy five-paragraph shapes), engineers burstiness and calibrated uncertainty, and preserves technical accuracy. Supports intensity levels: subtle, balanced (default), full, voice-match, anti-detector. Use when user says "humanize this", "make this sound human", "de-slop this", "rewrite without AI tone", "match my voice", "less robotic", or invokes /unslop. Also auto-triggers when text-quality is requested.
Rewrites commit messages so they sound like a careful human engineer wrote them. Strips AI/marketing slop ("comprehensive solution", "robust implementation", "leverage", "enhance", "seamlessly", "This commit..."). Keeps Conventional Commits format. Subject ≤72 chars (aim ≤50), imperative mood. Body only when "why" isn't obvious from the subject. Use when user says "humanize commit", "de-slop commit message", "make this commit sound human", "/unslop-commit", "/commit", "write a commit", or pastes a draft commit to clean up. Auto-triggers when staging changes.
Humanize natural-language memory files (CLAUDE.md, todos, preferences, docs) by removing AI-isms and adding burstiness while preserving every code block, URL, path, command, and heading exactly. Two modes: --deterministic (fast, regex-based, no API) and LLM (default, calls Claude for rewrite). Humanized version overwrites the original file. Plain backup saved as FILE.original.md. Trigger: /unslop-file <filepath> or "humanize memory file"
Quick-reference card for unslop modes, sub-skills, and slash commands. One-shot display, not a persistent mode. Trigger: /unslop-help, "unslop help", "what unslop commands", "how do I use unslop".
Strip AI-slop patterns from reasoning traces (chain-of-thought, extended thinking, agent decomposition) — not final prose. Reasoning text has its own slop catalog that regular unslop doesn't target: over-explaining the question, over-hedging, over-decomposing trivial problems into 6-bullet substeps, infinite-loop rationalization. Trigger: /unslop-reasoning, "clean up my reasoning", "fix this chain of thought", "this CoT sounds robotic". Applies to reasoning output; does not override regular /unslop mode.
Rewrites code review comments so they read like a human teammate wrote them. Cuts corporate-AI throat-clearing ("I noticed...", "I was wondering if perhaps...", "It might be worth considering..."). Each comment is direct: location, the issue, a concrete fix. Use when user says "humanize review", "de-slop PR comment", "make this feedback sound human", "review this PR", "code review", "/review", "/unslop-review". Auto-triggers when reviewing PRs.
Plugin manifests1
{
"name": "unslop",
"version": "0.7.0",
"description": "Make Codex output sound like a careful human wrote it. Strip AI-isms, engineer burstiness, preserve every code block and technical term.",
"author": {
"name": "Mohamed Abdallah",
"url": "https://github.com/MohamedAbdallah-14"
},
"homepage": "https://github.com/MohamedAbdallah-14/unslop",
"repository": "https://github.com/MohamedAbdallah-14/unslop",
"license": "MIT",
"keywords": [
"writing",
"humanize",
"anti-slop",
"voice",
"editing"
],
"skills": "./skills/",
"interface": {
"displayName": "Unslop",
"shortDescription": "Strip AI residue without breaking technical content.",
"longDescription": "Make Codex output read like careful human writing while preserving code, links, headings, and technical detail.",
"developerName": "Mohamed Abdallah",
"category": "Productivity",
"capabilities": [
"Write"
],
"websiteURL": "https://github.com/MohamedAbdallah-14/unslop",
"defaultPrompt": [
"Use unslop to make this draft sound human without changing the facts.",
"Review this text for AI residue and rewrite only what needs it."
],
"brandColor": "#7C9885",
"composerIcon": "./assets/unslop-small.svg",
"logo": "./assets/unslop.svg",
"logoDark": "./assets/unslop.svg"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[unslop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/unslop-2)