avoid-ai-writing

avoid-ai-writing is a skill for Claude Code, Codex from Natsummerance/readMD. It costs 97 tokens per session (21,174 once invoked), scanned A, a copy of avoid-ai-writing, MIT.

An editing skill for detecting and removing wording patterns often associated with AI-generated writing.

In plain words
What is it for?
Use it when asked to remove AI-isms, clean up AI writing, check for AI tells, or edit text to sound less machine-generated.
Why use it?
It helps identify machine-like phrasing and revise it into a more natural voice.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; built for openclaw.

Good fit Use it when asked to remove AI-isms, clean up AI writing, check for AI tells, or edit text to sound less machine-generated.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/natsummerance/readmd/40328bd292bc682d46010a6f9ac2cdbf4fb4ceca
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 Natsummerance/readMD --skill 40328bd292bc682d46010a6f9ac2cdbf4fb4ceca
Clone the repo
git clone --depth 1 https://github.com/Natsummerance/readMD

Made for: Claude Code, Codex.

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 avoid-ai-writing

README.md
[![agentmods](https://agentmods.dev/badge/skills/natsummerance/readmd/40328bd292bc682d46010a6f9ac2cdbf4fb4ceca/github.svg)](https://agentmods.dev/skills/natsummerance/readmd/40328bd292bc682d46010a6f9ac2cdbf4fb4ceca)
Your own site
<a href="https://agentmods.dev/skills/natsummerance/readmd/40328bd292bc682d46010a6f9ac2cdbf4fb4ceca"><img src="https://agentmods.dev/badge/skills/natsummerance/readmd/40328bd292bc682d46010a6f9ac2cdbf4fb4ceca/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 avoid-ai-writing

Your own site · 80×15
<a href="https://agentmods.dev/skills/natsummerance/readmd/40328bd292bc682d46010a6f9ac2cdbf4fb4ceca"><img src="https://agentmods.dev/badge/skills/natsummerance/readmd/40328bd292bc682d46010a6f9ac2cdbf4fb4ceca.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 21,174 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% copy Near-identical to another mod 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.00097 $0.21174
Opus 5 $0.00048 $0.10587
Sonnet 5 $0.00019 $0.04235
Haiku 4.5 $0.00010 $0.02117

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

Security

Grade A, and why

avoid-ai-writing scanned grade A with 1 finding 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.

The scan reads SKILL.md. This mod also ships 18 executable files (detector/categories.test.js, detector/patterns.js, detector/patterns.test.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **Curly quotation marks (“ ” ‘ ’) and apostrophes**: Curly quotes and apostrophes (U+201C/U+201D, U+2018/U+2019) are a *weak* paste-from-chat signal — meaningful mainly in plain-text contexts like code comments, commit
Origin

This is a copy

91% identical to avoid-ai-writing — 616 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

assets/upstream/conorbronsdon-avoid-ai-writing/40328bd292bc682d46010a6f9ac2cdbf4fb4ceca/SKILL.md · 817 lines

How it starts

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

Avoid AI Writing — Audit & Rewrite

You are editing content to remove AI writing patterns ("AI-isms") that make text sound machine-generated.

What this skill is and isn't

This is a writing-quality tool, not a verdict. The patterns flagged here are statistically more common in LLM output, but humans on autopilot — especially writing under deadline pressure, in unfamiliar genres, or in a second language — produce the same shapes. Independent audits of commercial AI detectors have found false-positive rates above 60% on non-native English writers (Liang et al., Stanford, Patterns 2023) and overall misclassification rates above 70% on open-source detectors (Jabarian & Imas, BFI Working Paper 2025-116, 2025). Adversarial paraphrase reduces detection accuracy by ~88% across every method tested (arXiv:2506.07001, 2025).

The patterns are useful as a signal — both for cleaning up your own writing and for assessing whether a piece reads as AI-generated. Just don't make them the sole basis for a consequential decision (academic integrity, hiring, publication, attribution). Several rules here also fire on second-language writing, deadline-pressed humans, and technical genres that compress vocabulary by design. Pair the signal with context: who wrote it, what genre, what the writer's normal voice looks like, what other evidence you have.

In short: signals, not proof. Worth acting on; not worth ruining someone's day over.

Modes

This skill operates in one of three modes:

rewrite (default) — Flag AI-isms and rewrite the text to fix them.

detect — Flag AI-isms only. No rewriting. Use this mode when:

  • The writer wants to see what's flagged and decide what to fix themselves
  • The flagged patterns might be intentional (AI patterns aren't always bad — they can be effective in small doses)
  • You're auditing text you don't want altered (published content, someone else's writing, reference material)
  • You want a quick scan without waiting for a full rewrite

Read the full file on GitHub · 817 lines

Files

What ships with it

49 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. 11d ago First seen · 817 lines · 97 tokens per session scan A 06bfeeec1891

Subscribe to this mod's changes

avoid-ai-writing is a skill published in the GitHub repository Natsummerance/readMD (22 stars, last pushed today), licensed MIT. It adds 97 tokens to every session and 21,174 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 91% identical to avoid-ai-writing, differing in 616 lines, and is treated as a copy.

Related

Other skills, from other repositories

gonavi-cli

Operate databases through the GoNavi headless CLI — the gonavi executable shipped in verified GitHub Release archives. Covers listing/adding/importing saved connections, running SQL queries against saved connections or ad-hoc connection files, exporting result sets to csv/json/md/html/xlsx, batch-executing SQL files…

Syngnat/GoNavi · 144 tokens

bibverify

Verify, repair, explain, and generate BibTeX references with Bibverify's DOI-first CLI and MCP tools.

Hylouis233/bibverify · 26 tokens

electron-expert

Expert in Electron framework, desktop app development, IPC, and cross-platform packaging. Use when the user mentions desktop, Node.js, cross platform, Windows, macOS, or Linux, or when the task involves Electron Architecture, Process Types, IPC Communication, or App Lifecycle.

personamanagmentlayer/pcl · 59 tokens

memory

Use this skill when Pioneer should proactively use durable memory or recalled context: decide whether memory can improve a turn, answer from remembered user/project facts, request memory tools, search/list/get stored memories, save durable preferences or project decisions, forget memories, audit or clean up memory, or…

pioneerdotai/pioneer · 64 tokens

trellis-brainstorm

Guides collaborative requirements discovery before implementation. Creates task directory, seeds PRD, asks high-value questions one at a time, researches technical choices, and converges on MVP scope. Use when requirements are unclear, there are multiple valid approaches, or the user describes a new feature or complex…

fy-agent/fyagent · 65 tokens

trellis-update-spec

Captures executable contracts and coding conventions into .trellis/spec/ documents. Use when learning something valuable from debugging, implementing, or discussion that should be preserved for future sessions.

fy-agent/fyagent · 40 tokens