style-tells

style-tells is a skill for Claude Code from kalyvask/winning-writing. It costs 173 tokens per session (2,927 once invoked), scanned A, original, MIT.

A prose-cleanup tool that removes common signs of padded, jargon-heavy, or machine-like writing, such as unnecessary adverbs and overused dashes.

In plain words
What is it for?
Use it to clean up emails, memos, opinion pieces, and other prose by targeting jargon, adverbs, em dashes, or all three.
Why use it?
It makes drafts shorter and easier to read when the wording sounds corporate, vague, or artificially polished.

Skill for Claude Code

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

Part of the winning-writing plugin — 32 skills shipped together

Good fit Use it to clean up emails, memos, opinion pieces, and other prose by targeting jargon, adverbs, em dashes, or all three.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kalyvask/winning-writing/style-tells
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 kalyvask/winning-writing --skill style-tells
Clone the repo
git clone --depth 1 https://github.com/kalyvask/winning-writing

Made for: Claude Code.

Or install winning-writing, the plugin that ships this one along with the rest of its 32 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 style-tells

README.md
[![agentmods](https://agentmods.dev/badge/skills/kalyvask/winning-writing/style-tells/github.svg)](https://agentmods.dev/skills/kalyvask/winning-writing/style-tells)
Your own site
<a href="https://agentmods.dev/skills/kalyvask/winning-writing/style-tells"><img src="https://agentmods.dev/badge/skills/kalyvask/winning-writing/style-tells/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 style-tells

Your own site · 80×15
<a href="https://agentmods.dev/skills/kalyvask/winning-writing/style-tells"><img src="https://agentmods.dev/badge/skills/kalyvask/winning-writing/style-tells.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 173 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,927 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.00173 $0.02927
Opus 5 $0.00086 $0.01463
Sonnet 5 $0.00035 $0.00585
Haiku 4.5 $0.00017 $0.00293

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

Security

Grade A, and why

style-tells 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 11d 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.

side-panel-coach/rules/skills/style-tells/SKILL.md · 270 lines

How it starts

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

Style tells

Source: points/ai-writing-rules.md (em-dash rule), points/core-rules.md rule 5 (be shorter), points/banned-jargon.md, and Stephen King's On Writing (the adverb rule).

What this skill does

Three passes behind one skill. Each pass removes a different surface tell that flags writing as AI-generated, padded, or jargon-heavy:

Target What it removes When to run alone
em-dashes em-dashes (—), double-hyphens (--), the "not just X — it's Y" construction When the only problem is AI-flavored punctuation
adverbs empty intensifiers, -ly adverbs the verb already implies, sentence-starting adverbs When the draft is bloated with qualifiers
jargon banned consultant words, AI-tell phrases, wordy substitutions When the draft sounds corporate or AI-generated

Default --target all runs all three in order: jargon → adverbs → em-dashes. The order matters: jargon and adverbs often expose dashes that were holding bloated clauses together.

How to invoke

/style-tells "draft text"
/style-tells --target em-dashes "draft text"
/style-tells --target adverbs "draft text"
/style-tells --target jargon "draft text"
/style-tells --target all "draft text"

Without --target, default to all.


Target 1 — em-dashes

In 2026 the em-dash is the #1 AI tell. Models love them. Humans use them sparingly. A draft with twelve em-dashes per page is a confession that an AI wrote it.

Format limits

Format Em-dashes allowed
Cold email Zero
Memo / status update Zero
Slack message Zero
LinkedIn post One, max
Op-ed / essay One per page (~250 words), max two
Substack post One per major section break

Over the limit → scrub.

Substitution table

Pattern Rewrite options
X — Y (parenthetical aside) X (Y) or X, Y, or X: Y
X — and Y (continuing thought) X. And Y. or X, and Y
X — Y — Z (interrupted clause) X, Y, Z (commas) or X. Y. Z. (sentences)
If — and only if — Z If, and only if, Z
I built X — A, B, C — from scratch I built X from scratch: A, B, C.
She said — wait, did she? She said. Wait, did she?
It's not just X — it's Y (AI tic) Cut entirely. Rewrite without the construction.

Read the full file on GitHub · 270 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. 11d ago First seen · 270 lines · 173 tokens per session scan A b5b610d0c246

Subscribe to this mod's changes

style-tells is a skill published in the GitHub repository kalyvask/winning-writing (13 stars, last pushed 5d ago), licensed MIT. It adds 173 tokens to every session and 2,927 once invoked, about $0.0009 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

domain

When you want to brainstorm and check available .com domains for a new project — brand naming, aftermarket pricing (HugeDomains / Afternic / Sedo / Dan), USPTO trademark screening, and social handle availability. Built on Laura Roeder's "work backwards from availability, not from a name you fell in love with"…

coreyhaines31/makerskills · 232 tokens

company-brain

Your team's shared, AI-ready knowledge base — people, companies, meetings, SOPs, and decisions structured so Claude can answer questions on your team's behalf. Team-scope sibling to second-brain (which is personal-scope). Seven modes — capture (drop something into the right structured dir), compile (process into wiki…

coreyhaines31/makerskills · 322 tokens

slide-deck

When you want to draft, update, convert, or export a slide deck for a React/Next.js slide system (${SLIDEDECKREPO:-$HOME/code/your-slide-deck-site}/src/app/slides/). Writes TypeScript Slide[] arrays using your primitives (Eyebrow, Heading, Accent, Body, BulletList, Divider, TwoCol, GradientText), 12 cycling brand…

coreyhaines31/makerskills · 259 tokens

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

session-cleanup

Identify stale and empty Claude Code sessions in the Agent Monitor and explain the cleanup endpoint (POST /api/settings/cleanup), always showing the exact list of what WOULD be removed before anything is deleted. Cleanup permanently deletes data, so this skill previews first and requires explicit user confirmation.…

hoangsonww/Claude-Code-Agent-Monitor · 67 tokens

suede-onboarding

Suede-affiliated onboarding and activation strategy for first-run sequencing, empty states, setup checklists, activation milestones, time to value, and retention-linked measurement. Use when users sign up but fail to reach first value or the product needs a new first-session flow. NOT FOR: registration optimization…

JasonColapietro/suede-creator-skills · 88 tokens