plain-language

plain-language is a skill for Claude Code from surendranb/writing-skills. It costs 64 tokens per session (710 once invoked), scanned A, original, MIT.

A guide for making information clear, direct, and easy to understand on the first reading. It follows plain-language principles from the U.S. Plain Writing Act and related guidance.

In plain words
What is it for?
Simplifying public-facing copy, instructions, forms, explanations, and other writing for a broad audience.
Why use it?
It removes jargon, long sentences, passive wording, and buried instructions that can make text hard to use.

Skill for Claude Code

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

Part of the writing-skills plugin — 17 skills shipped together

Good fit Simplifying public-facing copy, instructions, forms, explanations, and other writing for a broad audience.

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

Made for: Claude Code.

Or install writing-skills, the plugin that ships this one along with the rest of its 17 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 plain-language

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/surendranb/writing-skills/plain-language"><img src="https://agentmods.dev/badge/skills/surendranb/writing-skills/plain-language.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 710 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.00064 $0.00710
Opus 5 $0.00032 $0.00355
Sonnet 5 $0.00013 $0.00142
Haiku 4.5 $0.00006 $0.00071

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

Security

Grade A, and why

plain-language 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 9d 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.

skills/plain-language/SKILL.md · 50 lines

How it starts

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

Plain Language

Clear, direct, useful. The reader gets it on one read.

The core rule

Write so your reader can find, understand, and use what they need on the first read. Plain language is not dumbing down — it is removing obstacles: wordiness, passive construction, jargon, and buried logic.

Workflow: decide who the reader is and what they must dofront-load the key pointcut every word that is not doing workrun the verification checklist.

Mechanics

  1. Front-load the point. First sentence states the purpose, conclusion, or action. No throat-clearing.
  2. Short sentences. Average 15–20 words; hard cap ~25. One idea per sentence.
  3. Active voice. Subject acts: "The team shipped the fix" not "The fix was shipped by the team." Reserve passive for when the actor is truly unknown or irrelevant.
  4. Common words. Plain terms over Latinates: "use" not "utilize", "end" not "terminate", "ask" not "request".
  5. Actionable verbs. Name the action: "we will refund you" not "a refund will be issued".
  6. You, not we/them. Address the reader directly where appropriate ("you must renew your license").
  7. Short paragraphs. One topic per paragraph; 3–5 sentences max.
  8. No jargon, no abbreviations without explanation. If a term is unavoidable, define it the first time in plain words.
  9. Headers that work. Headings answer questions or state outcomes ("How to apply", "What happens next").

Verify

  • Every sentence ≤ 25 words (longest sentence check)
  • First two sentences state the point and the action
  • No passive-voice hits above ~10% of sentences (search "was/were + past participle")
  • No words from the jargon list: utilize, leverage, facilitate, commence, pursuant to, aforementioned, henceforth, in the event that, with regard to
  • Flesch Reading Ease ≥ 60 (aim 65–75)
  • Read aloud: could the intended reader follow once?

Do not

  • Sacrifice precision for brevity where a term is legally or technically load-bearing
  • Leave definitions out — plain language defines, it never assumes

Read the full file on GitHub · 50 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. 9d ago First seen · 50 lines · 64 tokens per session scan A ae06cfcfa173

Subscribe to this mod's changes

plain-language is a skill published in the GitHub repository surendranb/writing-skills (31 stars, last pushed 7d ago), licensed MIT. It adds 64 tokens to every session and 710 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

gemini

Cross-model second opinion from Google Gemini — a different AI reviewing the same changes, with deep Google ecosystem knowledge. Three modes: review (pass/fail gate for Google Ads campaigns, SEO metadata, or code), challenge (adversarial stress-test that tries to break your changes), and consult (open Q&A with Gemini…

nowork-studio/notfair-plugin · 184 tokens

schema-markup-generator

Generate JSON-LD structured data markup for rich results in Google Search. Supports FAQ, HowTo, Article, Product, LocalBusiness, and multi-type schemas. Validates against Google requirements and provides implementation guidance. Use when asked to "add schema markup", "generate structured data", "JSON-LD", "rich…

nowork-studio/notfair-plugin · 99 tokens

google-ads-landing

Score and diagnose Google Ads landing pages. Use when asked to audit a landing page, check landing page quality, diagnose high-CTR but low-conversion-rate ad groups, improve Quality Score's Landing Page Experience component, or compare an ad group's messaging against its landing page. Trigger on "landing page audit"…

nowork-studio/notfair-plugin · 121 tokens

content-planner

GSC-driven content calendar. Pulls real Search Console data, finds the highest click-potential opportunities (striking-distance queries at positions 5-20, unanswered query intent, related-keyword expansions), and produces a dated, prioritized content calendar — ready to hand to /content-writer. Use when the user asks…

nowork-studio/notfair-plugin · 123 tokens

keyword-research

Discover, analyze, and prioritize keywords for SEO and GEO content strategies from a seed keyword or niche. Identifies high-value opportunities based on search volume, competition, intent, and business relevance. Generates topic clusters. For building a dated editorial calendar from your own Search Console data, use…

nowork-studio/notfair-plugin · 116 tokens

meta-tags-optimizer

Optimize title tags, meta descriptions, Open Graph, and Twitter cards for maximum click-through rate. Generates multiple A/B test variations with character counting and SERP preview. Use when asked to "optimize title tag", "write meta description", "improve CTR", "Open Graph tags", "fix my meta tags", "social media…

nowork-studio/notfair-plugin · 91 tokens