avoid-ai-writing
Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI…
Use when the user asks to rewrite, humanize, clean up, or remove AI-isms from text while preserving the writer's voice, facts, intent, structure, register, and protected material.
$ npx -y skills add conorbronsdon/avoid-ai-writing --skill voice-preserving-rewriter --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/voice-preserving-rewriterContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user asks to rewrite, humanize, clean up, or remove AI-isms from text while preserving the writer's voice, facts, intent, structure, register, and protected material.
name: voice-preserving-rewriter description: Use when the user asks to rewrite, humanize, clean up, or remove AI-isms from text while preserving the writer's voice, facts, intent, structure, register, and protected material.
Rewrite text using the complete rules in `../avoid-ai-writing/SKILL.md`. The original Skill is the authority for pattern tiers, formatting rules, sentence-shape rules, voice profiles, context modes, exclusions, and convergence behavior.
For cross-Skill work, follow `../avoid-ai-writing-router/references/handoff-contract.md` and `../avoid-ai-writing-router/references/skill-graph.json`.
Accept rewrite work from:
Treat detector findings as evidence, not a command to rewrite every flagged span. Preserve passages that already sound human.
Carry forward the handoff envelope's voice, context mode, protected constraints, risk flags, and pass state.
Preserve or update:
Do not mark verifier execution here. Verification belongs to `preservation-verifier`.
If the source is an image/video prompt, storyboard, shot description, or creative brief describing people, apply the `agency-inclusive-visuals-specialist` lens in `../avoid-ai-writing-router/references/agency-role-lenses.md`.
Treat identity and representation details as protected semantics, including when present:
Remove AI-writing style around those details without genericizing, erasing, stereotyping, or replacing them with stock-photo language.
This guard does not make the visual agency Skill a runtime dependency. It protects semantics while the rewrite remains owned here.
1. Read the user request and any incoming handoff envelope. 2. Identify the requested voice, audience, destination, and register. 3. Audit the text for AI-writing patterns before changing it. Reuse incoming detector evidence instead of duplicating an executed detector run unless a fresh audit is needed. 4. Preserve content that already sounds human. 5. Rewrite only the spans that need work. Keep names, figures, claims, technical details, URLs, file paths, and intended argument intact. 6. Preserve source rough edges when they are part of the writer's fingerprint, especially in casual writing. 7. Do not rewrite quoted material, code blocks, tables, attributed text, or other protected regions. 8. Apply any conditional representation constraints. 9. Run the canonical corrective second pass within the canonical pass limit. 10. Send before/after content to `preservation-verifier` when required.
When entered from `preservation-verifier` after a `FAIL`:
1. Change only the spans implicated by the blocking preservation errors. 2. Do not perform a broad second rewrite. 3. Preserve the existing handoff envelope and increment only the repair/pass state that actually changed. 4. Return to `preservation-verifier` once. 5. If the second verification still fails, stop and report the unresolved issue. Do not cycle again.
When a voice is named, use the canonical profiles: casual, professional, technical, warm, or blunt. When the user supplies a style guide or prior sample, prefer those concrete cues over generic polishing.
Do not make every sentence perfectly grammatical if that would erase the user's register. Do not replace one AI cliché with another.
Stop after the requested rewrite and any required bounded verification/repair cycle. Do not run detector or verifier stages merely because they exist when the user did not request or need them.
Unless the user requested only the finished rewrite, return a concise audit, the rewritten text, a concise change summary, and preservation verification status when it actually ran. If a representation guard applied, mention only materially relevant preserved constraints rather than adding a separate visual-design report.
Audit & rewrite content to remove AI writing patterns. A practical skill for any AI agent. Supports detect-only and edit-in-place modes, plus voice profiles.
Repo: conorbronsdon/avoid-ai-writing
Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI…
Use when the user asks to detect, scan, audit, score, or flag AI-writing patterns without rewriting the text, including requests for a deterministic local…
Use when a request combines AI-writing audit, rewrite, file editing, voice preservation, false-positive interpretation, verification, or when the user invokes…
Use when a user asks what AI-writing flags mean, whether detector output proves AI authorship, or wants a careful interpretation of possible false positives,…
Use when the user names a local file and explicitly asks to clean, rewrite, humanize, or remove AI-writing patterns in that file itself, with minimal targeted…
Use when the user provides an original and rewritten version, asks whether a rewrite preserved protected content, or wants a deterministic check for code,…