conorbronsdon/avoid-ai-writing

Skill that audits and rewrites content to remove AI writing patterns. Use it with your favorite agents including Claude Code, OpenClaw, Codex, and Hermes.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 15th, 2026
Created on March 6th, 2026
Open Issues & Pull Requests: 53 (+0)
GitHub issues: Enabled
Number of forks: 399
Total Stargazers: 4,578 (+5)
Total Subscribers: 21 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.7 hours
Mean response time: 3.1 days
90th percentile: 6.5 days
Tracked items: 115

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in five opened in the past year never receives a reply. Only 4% of open issues come from outside the core team — the tracker reads mainly as internal planning. Almost all tracked open issues have seen activity in the last three months. 65% of issues opened in the past year have been closed, leaving a working backlog. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 51
New in 7 days: 11
Closed in 7 days: 34
Avg open age: 11 days
Stale 30+ days: 7
Stale 90+ days: 0

Recent activity

Opened in 7 days: 7
Closed in 7 days: 18
Comments in 7 days: 14
Events in 7 days: 33

Top labels

  • help wanted (78)
  • good first issue (53)
  • enhancement (46)
  • bug (37)
  • documentation (36)
  • question (9)
  • false-positive (8)

Detailed Description

avoid-ai-writing is a skill that audits and rewrites content to remove AI writing patterns, designed to work with AI agents including Claude Code, OpenClaw, Hermes, and other agentskills.io-compatible platforms.

The tool addresses the problem of AI-generated text containing recognizable patterns—verbose phrasing, inflated language, generic conclusions, and other markers of machine writing. It works by scanning content for these patterns and either flagging them for review or rewriting the text to sound more human. The approach includes a built-in second pass to catch patterns that survive the initial rewrite, and supports three distinct modes: Rewrite flags problems and fixes them automatically, Detect identifies patterns without altering text, and Edit modifies prose files in place while refusing to touch source code or structured data that could be corrupted.

Developers should choose this tool if they need to audit AI-generated content before publication or want an agent to clean up its own output. It suits projects where maintaining human voice matters—marketing copy, documentation, or editorial content—but not where AI patterns are intentional or where the text is already structured data. The tool offers voice profiles to control tone independently of audience context, and an iteration option to repeat the audit cycle up to a second pass if needed.

The project shows active development with recent commits addressing core functionality. The codebase demonstrates attention to practical edge cases, such as refusing to rewrite structured content and providing detailed reports on what was changed and why. The tool includes a concrete example showing how it transforms verbose startup marketing language into clear, factual statements while preserving specific details like funding amounts and product capabilities.