remove-ai-patterns

Featured

Remove AI-writing patterns ("AI-isms") from text using the avoid-ai-writing catalog (conorbronsdon/avoid-ai-writing). Use ONLY when the user explicitly asks to remove AI patterns / AI-isms, "make this sound less like AI", "de-AI this text", or invokes remove-ai-patterns by name. Supports detect-only audit, edit-in-place, voice profiles (casual / professional / technical / warm / blunt), and iterate-to-convergence. NOT for clarity/composition rules or formal technical-prose polish — use agent-style for that. Do not auto-trigger for ordinary writing or editing tasks.

AI & Automation 1,997 stars 130 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# remove-ai-patterns Thin wrapper around Conor Bronsdon's `avoid-ai-writing` skill (MIT licensed). A pinned snapshot of the upstream catalog and detector is vendored at `upstream/` inside this skill directory (commit recorded in `upstream/UPSTREAM-PIN`), so the skill works offline and deterministically. ## How to run 1. Read `upstream/SKILL.md` (the full pattern catalog, tiered word lists, and mode definitions) and follow it. It defines the modes: detect-only, edit-in-place for files, optional voice profile, and an iterate-to-convergence pass. 2. For a deterministic, machine-checkable audit, run the bundled detector (requires Node.js, no npm install needed). Resolve it by the skill's own absolute path, NOT a bare relative path: the command runs from the user's current working directory, so `node scripts/detect.js` would fail with `MODULE_NOT_FOUND`. You already know this skill's directory (you just read this SKILL.md from it), so set it once and reuse it. Under a Claude Code plugin install `${CLAUDE_PLUGIN_ROOT}` gives the plugin root; under Codex (where that variable is unset) or a direct skill install, substitute the absolute path of the directory holding this file: ```bash # Claude Code plugin install: SKILL_DIR="${CLAUDE_PLUGIN_ROOT}/skills/remove-ai-patterns" # Codex plugin or direct skill install: the absolute path of the # directory this SKILL.md lives in (it ends in skills/remove-ai-patterns; # the plugin root alr...

Details

Author
pchalasani
Repository
pchalasani/claude-code-tools
Created
1 years ago
Last Updated
3 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category