unslop-help

unslop-help is a skill for Claude Code from MohamedAbdallah-14/unslop. It costs 55 tokens per session (660 once invoked), scanned A, original, MIT.

A quick reference for the unslop writing modes, related skills, commands, and configuration. It explains options such as light editing, balanced rewriting, and stronger restructuring.

In plain words
What is it for?
Use it when you need the available commands, modes, or related skills in one place. It is a reference display, not a persistent setting.
Why use it?
It lets you check how the writing tools work without changing the active writing mode.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the unslop plugin — 6 skills shipped together

Good fit Use it when you need the available commands, modes, or related skills in one place. It is a reference display, not a persistent setting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mohamedabdallah-14/unslop/unslop-help
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add MohamedAbdallah-14/unslop --skill unslop-help
Clone the repo
git clone --depth 1 https://github.com/MohamedAbdallah-14/unslop

Made for: Claude Code.

Or install unslop, the plugin that ships this one along with the rest of its 6 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for unslop-help

README.md
[![agentmods](https://agentmods.dev/badge/skills/mohamedabdallah-14/unslop/unslop-help/github.svg)](https://agentmods.dev/skills/mohamedabdallah-14/unslop/unslop-help)
Your own site
<a href="https://agentmods.dev/skills/mohamedabdallah-14/unslop/unslop-help"><img src="https://agentmods.dev/badge/skills/mohamedabdallah-14/unslop/unslop-help/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for unslop-help

Your own site · 80×15
<a href="https://agentmods.dev/skills/mohamedabdallah-14/unslop/unslop-help"><img src="https://agentmods.dev/badge/skills/mohamedabdallah-14/unslop/unslop-help.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 660 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.00660
Opus 5 $0.00028 $0.00330
Sonnet 5 $0.00011 $0.00132
Haiku 4.5 $0.00006 $0.00066

Measured 12d ago against content hash 03e485584cae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

unslop-help scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/unslop/skills/unslop-help/SKILL.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Unslop Help

Purpose

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.

Output

Render the card below in normal prose (not unslop style — this is documentation).

Modes

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.

Sub-skills

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.

Deactivate

  • "stop unslop" or "normal mode" — revert immediately
  • Resume with /unslop (or any mode flag)

Configuration

  • Default mode: balanced
  • Override: UNSLOP_DEFAULT_MODE=full (env), or ~/.config/unslop/config.json:
    { "defaultMode": "full" }
    
  • "off" disables auto-activation entirely
  • Resolution order: env var > config file > balanced

Read the full file on GitHub · 64 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 64 lines · 55 tokens per session scan A 03e485584cae

Subscribe to this mod's changes

unslop-help is a skill published in the GitHub repository MohamedAbdallah-14/unslop (135 stars, last pushed 4d ago), licensed MIT. It adds 55 tokens to every session and 660 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

anti-slop-writing-id

Tulis teks yang menghindari semua pola penulisan AI dan terasa seperti ditulis manusia. Gunakan saat menulis artikel, esai, posting blog, konten media sosial, atau teks apa pun dalam Bahasa Indonesia yang harus terasa autentik. Aktif saat ada permintaan untuk menulis secara natural, menghindari slop AI, menghindari…

adenaufal/anti-slop-writing · 106 tokens

ux-design

Use when the user asks for UX, product flow, user journey, wireframes, usability, conversion, onboarding, checkout, signup, navigation, forms, state design, dashboard workflows, command palettes, settings, permissions, long-running task progress, admin/internal tools, activation, retention, or making an app easier to…

f0d010c/stark · 125 tokens

anti-slop-writing

Write text that avoids all known AI writing patterns and passes human detection. Use when writing articles, essays, blog posts, social media copy, or any content that must read as authentically human. Triggers on requests to write naturally, avoid AI slop, avoid AI detection, humanize writing, write like a human, or…

adenaufal/anti-slop-writing · 76 tokens

android-design

Use when the user asks for an Android app, Compose UI, Material 3, Material You, Material 3 Expressive, Pixel-style app, foldable/adaptive layout, Play Store deliverable, React Native Android, Flutter Android, Compose Multiplatform, or any Android deliverable. Builds Android apps across system-like Compose, branded…

f0d010c/stark · 128 tokens

design-tokens

Use when the user asks for design tokens, DTCG tokens, theme systems, color/typography/spacing/radius/elevation/motion tokens, translating tokens, exporting tokens, making a Compose color scheme from a palette, auditing tokens, or sharing a single token source across web and native. Generates, audits, and translates…

f0d010c/stark · 126 tokens

list-recent-decisions

Surface the user's recent AxonFlow governance decisions — answers "what just got blocked", "show me my recent denials", or feeds a decision-history forensic flow.

getaxonflow/axonflow-claude-plugin · 38 tokens