Avoid AI Writing — Audit & Rewrite
Detects and fixes AI writing patterns ("AI-isms") that make text sound machine-generated. Covers 21 pattern categories with a 43-entry word/phrase replacement table that maps each flagged term to a specific, plainer alternative.
When to Use This Skill
- When asked to "remove AI-isms," "clean up AI writing," or "make this sound less like AI"
- After drafting content with AI and before publishing
- When editing any text that sounds like it was generated rather than written
- When auditing documentation, blog posts, marketing copy, or internal communications for AI tells
What It Detects
21 pattern categories: formatting issues (em dashes, bold overuse, emoji headers, bullet-heavy sections), sentence structure problems (hedging, hollow intensifiers, rule of three), word/phrase replacements (43 entries like leverage→use, utilize→use, robust→reliable), template phrases, transition phrases, structural issues, significance inflation, copula avoidance, synonym cycling, vague attributions, filler phrases, generic conclusions, chatbot artifacts, notability name-dropping, superficial -ing analyses, promotional language, formulaic challenges, false ranges, inline-header lists, title case headings, and cutoff disclaimers.
Example
Prompt:
Audit this for AI writing patterns:
"In today's rapidly evolving AI landscape, developers are embarking on a pivotal journey to leverage cutting-edge tools that streamline their workflows. Moreover, these robust solutions serve as a testament to the industry's commitment to fostering seamless experiences."
Output: The skill returns four sections:
- Issues found — every AI-ism quoted (landscape, embarking, pivotal, leverage, cutting-edge, streamline, robust, serves as, testament to, fostering, seamless, Moreover, In today's rapidly evolving...)
- Rewritten version — "Developers are starting to use newer AI tools to simplify their work. These tools are reliable, and they're making development less painful."
- What changed — summary of edits
- Second-pass audit — re-reads the rewrite to catch any surviving tells
Limitations
- Does not detect AI-generated code, only prose
- Pattern matching is guideline-based, not absolute — some flagged words are fine in context
- The replacement table suggests alternatives but the best choice depends on context
- Cannot verify factual claims or find real citations to replace vague attributions
Source: sickn33/agentic-awesome-skills → skills/avoid-ai-writing/SKILL.md
Also appears in: sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/avoid-ai-writing/SKILL.md, sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/avoid-ai-writing/SKILL.md
1---2name: avoid-ai-writing3description: Audit and rewrite content to remove 21 categories of AI writing patterns with a 43-entry replacement table4---567# Avoid AI Writing — Audit & Rewrite89Detects and fixes AI writing patterns ("AI-isms") that make text sound machine-generated. Covers 21 pattern categories with a 43-entry word/phrase replacement table that maps each flagged term to a specific, plainer alternative.1011## When to Use This Skill1213- When asked to "remove AI-isms," "clean up AI writing," or "make this sound less like AI"14- After drafting content with AI and before publishing15- When editing any text that sounds like it was generated rather than written16- When auditing documentation, blog posts, marketing copy, or internal communications for AI tells1718## What It Detects1920**21 pattern categories:** formatting issues (em dashes, bold overuse, emoji headers, bullet-heavy sections), sentence structure problems (hedging, hollow intensifiers, rule of three), word/phrase replacements (43 entries like leverage→use, utilize→use, robust→reliable), template phrases, transition phrases, structural issues, significance inflation, copula avoidance, synonym cycling, vague attributions, filler phrases, generic conclusions, chatbot artifacts, notability name-dropping, superficial -ing analyses, promotional language, formulaic challenges, false ranges, inline-header lists, title case headings, and cutoff disclaimers.2122## Example2324**Prompt:**25```26Audit this for AI writing patterns:2728"In today's rapidly evolving AI landscape, developers are embarking on a pivotal journey to leverage cutting-edge tools that streamline their workflows. Moreover, these robust solutions serve as a testament to the industry's commitment to fostering seamless experiences."29```3031**Output:** The skill returns four sections:321. **Issues found** — every AI-ism quoted (landscape, embarking, pivotal, leverage, cutting-edge, streamline, robust, serves as, testament to, fostering, seamless, Moreover, In today's rapidly evolving...)332. **Rewritten version** — "Developers are starting to use newer AI tools to simplify their work. These tools are reliable, and they're making development less painful."343. **What changed** — summary of edits354. **Second-pass audit** — re-reads the rewrite to catch any surviving tells3637## Limitations3839- Does not detect AI-generated code, only prose40- Pattern matching is guideline-based, not absolute — some flagged words are fine in context41- The replacement table suggests alternatives but the best choice depends on context42- Cannot verify factual claims or find real citations to replace vague attributions4344---4546**Source:** [`sickn33/agentic-awesome-skills`](https://github.com/sickn33/agentic-awesome-skills) → `skills/avoid-ai-writing/SKILL.md`4748**Also appears in:** `sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/avoid-ai-writing/SKILL.md`, `sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/avoid-ai-writing/SKILL.md`