avoid-ai-writing
v1.0.0Audit and rewrite prose that reads as machine-generated, across READMEs, changelogs, PR descriptions, docs, and blog copy, with detect-only, rewrite, and edit-in-place modes.
By Conor BronsdonLicense: MIT38.9k GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add avoid-ai-writing@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wshobson/agentsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/avoid-ai-writing/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/avoid-ai-writing/SKILL.md
Included Skills1
Audit and rewrite prose so it stops reading as machine-generated. Use this skill when asked to remove AI-isms, clean up AI writing, edit a draft for AI tells, audit a README, changelog, release note, PR description, or blog post for machine-sounding prose, or make text sound less like AI. Supports a detect-only mode, a rewrite mode, and an edit-in-place mode, with optional voice and context profiles.
Plugin manifests2
{
"name": "avoid-ai-writing",
"version": "1.0.0",
"description": "Audit and rewrite prose that reads as machine-generated, across READMEs, changelogs, PR descriptions, docs, and blog copy, with detect-only, rewrite, and edit-in-place modes.",
"skills": "./skills/",
"author": {
"name": "Conor Bronsdon",
"url": "https://github.com/conorbronsdon"
},
"homepage": "https://github.com/conorbronsdon/avoid-ai-writing",
"license": "MIT",
"interface": {
"displayName": "Avoid Ai Writing",
"shortDescription": "Audit and rewrite prose that reads as machine-generated, across READMEs, changelogs, PR descriptions, docs, and blog…",
"category": "documentation"
}
}{
"name": "avoid-ai-writing",
"version": "1.0.0",
"description": "Audit and rewrite prose that reads as machine-generated, across READMEs, changelogs, PR descriptions, docs, and blog copy, with detect-only, rewrite, and edit-in-place modes.",
"author": {
"name": "Conor Bronsdon",
"url": "https://github.com/conorbronsdon"
},
"homepage": "https://github.com/conorbronsdon/avoid-ai-writing",
"license": "MIT",
"category": "documentation"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[avoid-ai-writing on Agent Plugins Marketplace](https://pluginsmp.com/plugins/avoid-ai-writing)