Agent Plugins Marketplace
All plugins

avoid-ai-writing

v1.0.0

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.

CodexClaude Code1 Skill

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add avoid-ai-writing@agent-plugin-marketplace

Paste 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/agents

Clone 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

plugins/avoid-ai-writing/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/avoid-ai-writing/SKILL.md

Included Skills1

avoid-ai-writingskills/avoid-ai-writing/SKILL.md

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

plugins/avoid-ai-writing/.codex-plugin/plugin.json
{
  "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"
  }
}
plugins/avoid-ai-writing/.claude-plugin/plugin.json
{
  "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"
}

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)