Patina: A Claude Code Skill That Detects and Rewrites AI Writing Patterns

What Patina Does
Patina is a Claude Code skill that analyzes text for patterns commonly found in AI-generated writing. It detects these patterns using regex/heuristic detectors and can rewrite the flagged sections to sound more human.
Pattern Detection Details
The creator cataloged 112 specific patterns across four languages (English, Korean, Chinese, and Japanese), with 28 patterns per language. Each pattern includes a detector and description of why it's a giveaway.
Examples from the English set include:
- Pattern #7: AI Vocabulary Words - "delve into", "tapestry", "multifaceted" clustered in one paragraph
- Pattern #25: Metronomic Paragraph Structure - Starting three consecutive paragraphs with the same structure (claim, evidence, significance)
- Pattern #6: The classic challenges-then-optimism closer - "Despite these challenges, the industry remains poised for growth"
- Pattern #8: Copula Avoidance - "serves as a vital hub" when "is" would work fine
Tool Usage and Modes
To use patina, run /patina and paste your text. The tool has several modes:
- Default: Detect and rewrite flagged sections
--audit: Show what's wrong without making changes--score: Rate text 0-100 on how AI-like it sounds--diff: Show exactly which patterns were caught and what changed--ouroboros: Keep rewriting until the score converges
There's also a MAX mode that runs text through Claude, Codex, and Gemini, then picks whichever version sounds most human.
Before/After Example
Before: AI coding tools represent a groundbreaking milestone showcasing the innovative potential of large language models, signifying a pivotal turning point in software development evolution. This not only streamlines processes but also fosters collaboration and facilitates organizational alignment.
After: AI coding tools speed up grunt work. Config files, test scaffolding, that kind of thing. The problem is the code looks right even when it isn't. It compiles, passes lint, so you merge it — then find out later it's doing something completely different from what you intended.
Technical Details
The tool is based on blader/humanizer and has been extended for multilingual support. It's available on GitHub under an MIT license, and the pattern files are in markdown format for easy contribution.
📖 Read the full source: r/ClaudeAI
👀 See Also

Dirac: Open-Source Agent Tops TerminalBench with 65.2%, Cheaper and Open
Dirac, an open-source coding agent, achieved a 65.2% score on TerminalBench 2.0 for gemini-3-flash-preview, beating Google's baseline (47.6%) and top closed-source agent Junie CLI (64.3%). It also reduces API costs by 64.8% vs competitors.

Speak with Claw: Open Source iOS Voice Interface for OpenClaw Telegram Bots
An open source iOS app that enables voice interaction with OpenClaw-powered Telegram bots. The app sends audio to a local Mac server for processing, with responses returned as both text and audio.

ArayCode: Desktop CLI Client for OpenClaw with Voice, Multi-Agent Hotkeys, and Markdown UI
ArayCode turns OpenClaw into a desktop CLI app with voice I/O, multi-agent hotkeys, themes, and markdown UI built on Spectre.Console. Supports cloud and local STT/TTS providers.

Wolfram Tech Now Available as Foundation Tool for LLM Systems
Stephen Wolfram announces Wolfram Language is now available as a foundation tool for LLM systems, providing deep computation and precise knowledge to supplement LLM capabilities. The announcement follows three years of development since the initial Wolfram plugin for ChatGPT was released in March 2023.