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.
npx skills add Natsummerance/readMD --skill 40328bd292bc682d46010a6f9ac2cdbf4fb4cecagit clone --depth 1 https://github.com/Natsummerance/readMDWrote 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.
[](https://agentmods.dev/skills/natsummerance/readmd/40328bd292bc682d46010a6f9ac2cdbf4fb4ceca)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 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.
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
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.
- .claude-plugin/marketplace.json 629 B
- .gitattributes 34 B
- .github/FUNDING.yml 53 B
- .github/ISSUE_TEMPLATE/false_positive.yml 3.8 KB
- .github/PULL_REQUEST_TEMPLATE.md 850 B
- .github/workflows/detector-test.yml 1.1 KB
- .github/workflows/plugin-skill-sync.yml 1.9 KB
- .github/workflows/promo-drift.yml 3.7 KB
- .github/workflows/release.yml 8.2 KB
- .gitignore 304 B
- .ssot.yaml 2.9 KB
- CHANGELOG.md 67 KB
- CLAUDE.md 3.5 KB
- CONTRIBUTING.md 3.9 KB
- corpus/manifest.json 32 KB
- corpus/README.md 12 KB
- cursor-rules/avoid-ai-writing.mdc 92 KB
- cursor-rules/README.md 2.0 KB
- detector/CATEGORIES.md 8.4 KB
- detector/categories.test.js 5.0 KB runs code
- detector/patterns.js 107 KB runs code
- detector/patterns.test.js 96 KB runs code
- detector/README.md 4.1 KB
- detector/validate.js 14 KB runs code
- detector/validate.test.js 9.4 KB runs code
- docs/demo.gif 132 KB
- docs/social-preview.png 27 KB
- examples/prose.json 379 B
- examples/README.md 4.8 KB
- examples/technical.json 541 B
- LICENSE 1.0 KB
- package.json 978 B
- plugins/avoid-ai-writing/.claude-plugin/plugin.json 505 B
- plugins/avoid-ai-writing/skills/avoid-ai-writing/SKILL.md 93 KB
- PROOF.md 7.1 KB
- README.md 33 KB
- scripts/check-pattern-count.sh 5.7 KB runs code
- scripts/check-style.js 15 KB runs code
- scripts/check-style.test.js 16 KB runs code
- scripts/corpus.js 14 KB runs code
- scripts/corpus.test.js 7.7 KB runs code
- scripts/csv-lite.js 2.3 KB runs code
- scripts/dataset-hc3.js 5.2 KB runs code
- scripts/dataset-raid.js 6.8 KB runs code
- scripts/fp-measure.js 10 KB runs code
- scripts/promo-drift-report.py 3.5 KB runs code
- scripts/self-scan.js 7.5 KB runs code
- scripts/sync-cursor-rules.sh 13 KB runs code
- scripts/sync-plugin-skill.sh 1.8 KB runs code
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.
- 11d ago First seen · 817 lines · 97 tokens per session scan A 06bfeeec1891
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.
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…
bibverify
Verify, repair, explain, and generate BibTeX references with Bibverify's DOI-first CLI and MCP tools.
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.
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…
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…
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.