vividness

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

A writing review that replaces vague words with specific people, places, numbers, and physical details. It can also turn a flat statement about an event or feeling into a more detailed scene.

In plain words
What is it for?
Use it to revise articles, applications, emails, stories, and other drafts that rely on general descriptions or lack vivid moments.
Why use it?
Abstract writing makes readers fill in the missing picture themselves. Concrete details make an explanation or story easier to understand and remember.

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 revise articles, applications, emails, stories, and other drafts that rely on general descriptions or lack vivid moments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kalyvask/winning-writing/vividness
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 vividness
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 vividness

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/kalyvask/winning-writing/vividness"><img src="https://agentmods.dev/badge/skills/kalyvask/winning-writing/vividness.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 183 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,989 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.00183 $0.02989
Opus 5 $0.00092 $0.01494
Sonnet 5 $0.00037 $0.00598
Haiku 4.5 $0.00018 $0.00299

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

Security

Grade A, and why

vividness 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 10d 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/vividness/SKILL.md · 265 lines

How it starts

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

Vividness

Source: points/core-rules.md rule 2 (know your audience), Kramon's rule that stories are 12× more memorable than statistics alone, Lauren Weinstein's guest lecture in Glenn Kramon's Winning Writing (GSB, Spring 2026).

What this skill does

Two modes behind one skill. Both push abstract → concrete; they operate at different scales:

Mode Replaces Use when
noun-level "dog" → "German shepherd," "customer" → "Sarah at JPMorgan," "many" → "47 of 100" Draft has category nouns the reader has to fill in
scene-level "I was angry" → body signal + room + dialogue + moment Story is technically correct but flat

Default --mode both runs noun-level first (fixes generic words), then scene-level (turns key moments into scenes). The order matters: noun replacements provide the concrete material a scene needs.

How to invoke

/vividness "draft text"
/vividness --mode noun-level "draft text"
/vividness --mode scene-level "draft text"
/vividness --mode both "draft text"

Without --mode, default to both.

A note on examples

Named "Sarah at JPMorgan" and "Priya at DoorDash" cases below are fictional people in fictional scenarios at real public companies. They exist as teaching shapes — named person + named institution + specific quote — not as anyone's real story. The real version of this skill uses real names.


Mode 1 — noun-level

Generic nouns force the reader to do work the writer should have done.

"A scientist studied dogs."

Forgettable. The reader pictures nothing.

"Dr. Chen at UC Davis studied 47 German shepherds at a sheep-herding farm in Petaluma."

The reader can see it. Specificity is the single highest-leverage rewrite a draft ever gets.

The replacement table

Generic Specific
dog German shepherd, Alma my golden retriever, the puppy at the rescue
engineer John, the SRE on the payments team
customer Sarah at JPMorgan's options-trading desk
city Bozeman (population 56,000, mountain west)
big company Stripe (~7,000 employees, $1T+ payment volume annually)
recent study the 2024 Stanford HAI paper on agent reliability
many people 47 of the 100 PMs I interviewed
a long time 38 minutes
somewhere the Fillmore in 1989 (named venue, named year)
early 2:47 a.m. last Wednesday
executives the VP of Talent at Stripe
consultant a McKinsey BA who left to start a SaaS company
AI tool Claude Sonnet 4.6 with the web_search tool
school Stanford GSB's section H
job director of products at a 20-person fintech in Austin
money $64M in net savings
feedback "this is good but the part about latency is wrong"

Read the full file on GitHub · 265 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. 10d ago First seen · 265 lines · 183 tokens per session scan A eda8f100685e

Subscribe to this mod's changes

vividness is a skill published in the GitHub repository kalyvask/winning-writing (13 stars, last pushed 4d ago), licensed MIT. It adds 183 tokens to every session and 2,989 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

comptable

Comptabilité, fiscalité et facturation pour entreprises françaises. Gère écritures PCG, déclarations TVA, IS/IR, clôture annuelle, liasse fiscale (2033/2065), FEC, états financiers, et chaîne facturation (mentions obligatoires, numérotation, Factur-X/UBL/CII, plateformes agréées PDP/PA, e-reporting, réforme 2026…

romainsimon/paperasse · 143 tokens

fiscaliste

Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…

romainsimon/paperasse · 302 tokens

syndic

Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maîtrise les majorités…

romainsimon/paperasse · 194 tokens

financial-statement-analysis

Reads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, solvency and efficiency ratios, benchmarking, and the non-GAAP measures presented alongside them. Use this to interpret results, review a counterparty's or…

cbrock84/headcount · 93 tokens

ib-collar

Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.

staskh/trading_skills · 30 tokens

ib-report-delta-adjusted-notional-exposure

Report delta-adjusted notional exposure across all IBKR accounts. Calculates option deltas using Black-Scholes and reports long/short exposure by account and underlying. Use when user asks about delta exposure, portfolio risk, or directional exposure.

staskh/trading_skills · 58 tokens