writing-for-scannability

writing-for-scannability is a skill for Claude Code from technicalpickles/pickled-claude-plugins. It costs 0 tokens per session (2,131 once invoked), scanned A, original, MIT.

A writing skill for making documents easier to scan by exposing their structure and shortening hidden lists in prose.

In plain words
What is it for?
Use it when writing or restructuring READMEs, technical documents, pull requests, issues, design documents, and RFCs.
Why use it?
It helps readers find the main points quickly instead of working through dense blocks of text.

Skill for Claude Code

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

Part of the writing-tools plugin — 2 skills shipped together

Good fit Use it when writing or restructuring READMEs, technical documents, pull requests, issues, design documents, and RFCs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/technicalpickles/pickled-claude-plugins/writing-for-scannability
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 technicalpickles/pickled-claude-plugins --skill writing-for-scannability
Clone the repo
git clone --depth 1 https://github.com/technicalpickles/pickled-claude-plugins

Made for: Claude Code.

Or install writing-tools, the plugin that ships this one along with the rest of its 2 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 writing-for-scannability

README.md
[![agentmods](https://agentmods.dev/badge/skills/technicalpickles/pickled-claude-plugins/writing-for-scannability/github.svg)](https://agentmods.dev/skills/technicalpickles/pickled-claude-plugins/writing-for-scannability)
Your own site
<a href="https://agentmods.dev/skills/technicalpickles/pickled-claude-plugins/writing-for-scannability"><img src="https://agentmods.dev/badge/skills/technicalpickles/pickled-claude-plugins/writing-for-scannability/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 writing-for-scannability

Your own site · 80×15
<a href="https://agentmods.dev/skills/technicalpickles/pickled-claude-plugins/writing-for-scannability"><img src="https://agentmods.dev/badge/skills/technicalpickles/pickled-claude-plugins/writing-for-scannability.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,131 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.
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.00000 $0.02131
Opus 5 $0.00000 $0.01066
Sonnet 5 $0.00000 $0.00426
Haiku 4.5 $0.00000 $0.00213

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

Security

Grade A, and why

writing-for-scannability 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 6d 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/writing-tools/skills/writing-for-scannability/SKILL.md · 123 lines

How it starts

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

Writing for Scannability

Overview

Most people scan before they read. The job is to format prose so a scanner gets the gist and a committed reader gets the depth, without writing two versions. This is the structural axis of writing: when to surface a buried list, how to front-load for the eye, and how hard to lean on formatting per medium.

It is a different axis from concision (keeping prose tight) and from voice (keeping it human). Concision will happily leave a list buried inside a sentence; this skill decides when to pull it out. Voice keeps the result from reading like a corporate slide deck.

Core principle: if the prose is doing list work, let it be a list. If the prose is doing argument work, leave it.

When to use

Reach for this when:

  • A paragraph has parallel sentence shapes: "X is A. Y is B." or "First... Second..."
  • You hit a contrast marker: "that's distinct from", "as opposed to", "versus", "on the other hand"
  • You have bolded terms each followed by a colon and a definition (a definition list hiding in prose)
  • Three or more parallel items pile up
  • A sentence carries an embedded series: "create X, query Y, and delete Z"
  • Someone hands you a wall of text and asks you to make it skimmable, or to restructure a README / PR body / design doc

When NOT to use:

  • Source code or code comments
  • A casual one-line Slack reply or chat message where bullets would read as overkill
  • Personal-voice writing (a stylistic essay, an apology) where the unbroken prose IS the point

Convert prose to a list when the structure is already there

Each signal below means a list is trying to escape the paragraph. The shape to reach for: a one-sentence lead-in, then bullets, each starting with its load-bearing term.

Signal What it looks like
Parallel sentence shapes "X is A. Y is B." repeated skeleton
Contrast markers "that's distinct from", "versus", "whereas"
Bold term + colon "Workflow: how it runs. Surface: how it deploys."
Rule of three three or more siblings in a row
Embedded series "create X, query Y, and delete Z" inside one sentence

Read the full file on GitHub · 123 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 123 lines · 0 tokens per session scan A 015e53c83cdc

Subscribe to this mod's changes

writing-for-scannability is a skill published in the GitHub repository technicalpickles/pickled-claude-plugins (10 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,131 tokens. 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-09-03.

Related

Other skills, from other repositories

project-memory

Generate a project-specific context file from a brief so an AI assistant remembers your editorial constraints, voice, audience, and quality bar across sessions.

ur-grue/autopunk-media-skills · 31 tokens

project-retrospective

Generate a LESSONS.md from a finished project: what worked, what didn't, what to reuse, what to retire — formatted for next-project carry-over.

ur-grue/autopunk-media-skills · 37 tokens

template-selector

Recommend the right skill bundle, agent, and workflow sequence for a new project — so media professionals can start producing instead of browsing a 394-skill library.

ur-grue/autopunk-media-skills · 35 tokens

absolute-simplify

Use when the user wants to simplify, clean up, refactor, tidy, or refine code — their staged/unstaged git changes or a target file/path. Reduces complexity, flattens nesting, removes redundancy and dead code, scores each change by value (holding low-value churn), then runs tests to prove nothing broke. Invoke on…

maddhruv/absolute · 178 tokens

absolute-ui

Build polished, intentional UIs with concrete CSS/Tailwind values — typography, color, layout, spacing, dark mode, accessibility, animations, components. Encodes specific, opinionated rules with exact values, not vague advice. Covers buttons, cards, forms, tables, navigation, dashboards, landing pages, onboarding, and…

maddhruv/absolute · 121 tokens

absolute-work

End-to-end, phase-gated SDLC for AI coding agents: relentless design interview → reviewed spec → dependency-graphed task board → safe-wave TDD execution → verification → converge. Handles features, bugs, refactors, greenfield projects, planning breakdowns, and migrations. Triggers on "absolute work", "build this…

maddhruv/absolute · 104 tokens