From unslop
Displays one-shot quick-reference card for unslop modes (subtle, balanced, full), sub-skills (/commit, /review), slash commands, deactivation phrases, and config options.
How this skill is triggered — by the user, by Claude, or both
Slash command
/unslop:unslop-helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show a single reference card for unslop modes, related sub-skills, exit phrases, and config. One-shot. Does not toggle modes. Does not write flag files.
Show a single reference card for unslop modes, related sub-skills, exit phrases, and config. One-shot. Does not toggle modes. Does not write flag files.
Render the card below in normal prose (not unslop style — this is documentation).
| Mode | Trigger | What it does |
|---|---|---|
subtle | /unslop subtle | Light touch. Trim AI tells, keep length and structure. |
balanced | /unslop (default) | Cut slop, vary rhythm, restore voice. |
full | /unslop full | Strong rewrite. Restructure. Allow opinions. |
voice-match | /unslop voice-match | Follow a provided voice/style sample. |
anti-detector | /unslop anti-detector | Adversarial paraphrase for detector resistance. Use only when explicitly requested. |
Modes persist until changed or the session ends.
| Skill | Trigger | What it does |
|---|---|---|
unslop-commit | /unslop-commit, /commit, "write a commit" | Conventional Commits in human voice. |
unslop-review | /unslop-review, /review, "review this PR" | Direct, kind PR review comments. |
unslop-file | /unslop-file <filepath>, "unslop this file", "humanize memory file" | Rewrite a markdown file removing AI-isms while preserving code/URLs/structure. |
unslop-reasoning | /unslop-reasoning, "fix this chain of thought", "clean up my reasoning" | Strip AI-slop reasoning patterns (over-hedging, over-decomposing, infinite-loop rationalization) from chain-of-thought traces. |
unslop-help | /unslop-help, "unslop help" | This card. |
"stop unslop" or "normal mode" — revert immediately/unslop (or any mode flag)balancedUNSLOP_DEFAULT_MODE=full (env), or ~/.config/unslop/config.json:
{ "defaultMode": "full" }
"off" disables auto-activation entirelybalancedFull docs and source: https://github.com/MohamedAbdallah-14/unslop
npx claudepluginhub mohamedabdallah-14/unslop --plugin unslopHumanizes LLM output by removing AI-isms like sycophancy, tricolons, hedging stacks, and em-dash overuse while preserving technical accuracy. Supports intensity levels: subtle, balanced, full, voice-match, anti-detector.
Displays one-time quick reference card for genshijin modes (polite, normal, extreme), subskills (commit messages, PR reviews), deactivation methods, and config via env vars or JSON file.
Create custom slash commands for Claude Code including syntax, arguments, bash execution, file references, and frontmatter configuration. Use when creating slash commands, custom commands, .md command files, or when asked about command creation, /command syntax, or command best practices.