// summary
Humanizer is a specialized skill for Claude Code and OpenCode designed to remove common markers of AI-generated text. It identifies and corrects 29 distinct patterns, such as significance inflation and excessive hedging, to produce more natural writing. Users can also provide personal writing samples to calibrate the tool to match their unique voice and rhythm.
// technical analysis
Humanizer is a specialized skill designed for Claude Code and OpenCode that systematically removes common markers of AI-generated text to produce more natural, human-like writing. By leveraging a comprehensive set of 29 detected patterns—ranging from stylistic quirks like em-dash overuse to structural issues like formulaic hedging—the project aims to strip away the statistical predictability inherent in LLM outputs. A notable technical decision is the inclusion of a two-pass audit process and a voice calibration feature, which allows the tool to adapt its output to match a user's specific writing rhythm and vocabulary.
// key highlights
// use cases
// getting started
To begin using Humanizer, clone the repository into your ~/.claude/skills/ or ~/.config/opencode/skills/ directory. Once installed, you can trigger the tool using the /humanizer command followed by your text, or by asking the model to humanize specific content directly. For a more personalized result, you can provide a sample of your own writing to calibrate the tool to your unique style.