write

A writing editor that removes common AI-generated phrasing and makes English prose sound more natural. It is intended for explicit writing or editing requests.

In plain words
What is it for?
Use it to edit articles, documentation, emails, or other English prose. It checks the intended audience, preserves necessary content, and rewrites wording without silently changing the structure or message.
Why use it?
It helps prose avoid formulaic wording while preserving the original meaning and audience. It asks for the actual text and audience when those are missing.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/7xmohamed/kata/write
Any agent
npx skills add 7xmohamed/Kata --skill write
Clone the repo
git clone --depth 1 https://github.com/7xmohamed/Kata

Made for: Claude Code, Codex.

Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 601 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00038 $0.00601
Opus 5 $0.00019 $0.00300
Sonnet 5 $0.00008 $0.00120
Haiku 4.5 $0.00004 $0.00060

Measured 2d ago against content hash 3f3d67205133, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

write 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 2d 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/write/SKILL.md · 49 lines

How it starts

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

Write: Cut the AI Tone

Prefix your first line with ⚔️ inline, not as its own paragraph.

Strip AI patterns from prose and rewrite it to sound human. Do not improve vocabulary; remove the performance of improvement.

Pre-flight

  1. Text present? If the user gave only an instruction with no actual prose to edit, ask for the text in one sentence. Do not proceed.
  2. Audience locked? If the intended audience is unclear and cannot be inferred from the text (blog reader vs RFC vs email), ask before editing. Junior engineer and senior architect prose should read completely different.
  3. Load reference: Load references/write-en.md before editing.

Read the reference file. Then edit. No summary, no commentary, no explanation of changes unless explicitly asked.

Hard Rules

  • Meaning first, style second. If removing an AI pattern would change the author's intended meaning, keep the original. A failed rewrite sounds better but says something different.
  • Preserve unless told to cut. Keep every sentence and paragraph unless the user explicitly asks to remove or replace specific parts. Flag unnecessary sections; do not delete them silently.
  • No silent restructuring. Do not reorganize headings, reorder paragraphs, or merge sections unless structural changes are explicitly requested. Edit in place.
  • Match naming conventions. Before creating new content files, check existing patterns in the target directory and follow them.
  • Never guess the target text. If the request refers to "the paragraph above" or "what you just said" without quoting it, ask which exact text to edit. Do not rewrite conversation history without explicit permission.
  • Stop after output. Deliver the rewritten text. Then stop. Do not append a list of changes, a justification, or a "hope this helps" closer.
  • No emoji in edited text. Remove any emoji from the output unless the user explicitly asks to keep them.

Release Note Template Mode

Activate when: "release", "changelog", "version", "release notes"

Read the full file on GitHub · 49 lines

Files

What ships with it

1 file 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. 2d ago First seen · 49 lines · 38 tokens per session scan A 3f3d67205133

Subscribe to this mod's changes

write is a skill published in the GitHub repository 7xmohamed/Kata (2 stars, last pushed 2mo ago), licensed MIT. It adds 38 tokens to every session and 601 once invoked, about $0.0002 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-31.