### Install Humanizer for OpenCode (Manual Copy) Source: https://github.com/blader/humanizer/blob/main/README.md Manually copy the Humanizer skill file into your OpenCode skills directory if you already have the repository cloned elsewhere. ```bash mkdir -p ~/.config/opencode/skills/humanizer cp SKILL.md ~/.config/opencode/skills/humanizer/ ``` -------------------------------- ### Humanizer Content Pattern: Promotional Language Source: https://github.com/blader/humanizer/blob/main/README.md Example of 'Promotional language' pattern using marketing-like descriptions. The 'After' example shows a neutral, factual description. ```text Before: "nestled within the breathtaking region" After: "is a town in the Gonder region" ``` -------------------------------- ### Humanizer Content Pattern: Vague Attributions Source: https://github.com/blader/humanizer/blob/main/README.md Example of 'Vague attributions' pattern citing unspecified sources. The 'After' example provides a specific, dated source. ```text Before: "Experts believe it plays a crucial role" After: "according to a 2019 survey by..." ``` -------------------------------- ### Install Humanizer for OpenCode (Git Clone) Source: https://github.com/blader/humanizer/blob/main/README.md Clone the Humanizer skill directly into your OpenCode skills directory using Git. This is the recommended method for keeping the skill updated. ```bash mkdir -p ~/.config/opencode/skills git clone https://github.com/blader/humanizer.git ~/.config/opencode/skills/humanizer ``` -------------------------------- ### Install Humanizer for Claude Code (Manual Copy) Source: https://github.com/blader/humanizer/blob/main/README.md Manually copy the Humanizer skill file into your Claude Code skills directory if you already have the repository cloned elsewhere. ```bash mkdir -p ~/.claude/skills/humanizer cp SKILL.md ~/.claude/skills/humanizer/ ``` -------------------------------- ### Install Humanizer for Claude Code (Git Clone) Source: https://github.com/blader/humanizer/blob/main/README.md Clone the Humanizer skill directly into your Claude Code skills directory using Git. This is the recommended method for keeping the skill updated. ```bash mkdir -p ~/.claude/skills git clone https://github.com/blader/humanizer.git ~/.claude/skills/humanizer ``` -------------------------------- ### Humanizer Language Pattern: AI Vocabulary Source: https://github.com/blader/humanizer/blob/main/README.md Example of 'AI vocabulary' pattern using common AI-generated words. The 'After' suggests using more natural alternatives. ```text Before: "Actually... additionally... testament... landscape... showcasing" After: "also... remain common" ``` -------------------------------- ### Humanizer Language Pattern: False Ranges Source: https://github.com/blader/humanizer/blob/main/README.md Example of 'False ranges' pattern using broad, unrelated ranges. The 'After' suggests listing topics directly. ```text Before: "from the Big Bang to dark matter" After: "List topics directly" ``` -------------------------------- ### Humanizer Content Pattern: Notability Name-Dropping Source: https://github.com/blader/humanizer/blob/main/README.md Example of 'Notability name-dropping' pattern where text lists multiple notable entities without specific context. The 'After' example provides a specific context for one entity. ```text Before: "cited in NYT, BBC, FT, and The Hindu" After: "In a 2024 NYT interview, she argued..." ``` -------------------------------- ### Humanizer Content Pattern: Significance Inflation Source: https://github.com/blader/humanizer/blob/main/README.md Example of 'Significance inflation' pattern where text overstates the importance of a subject. The 'After' example shows a more factual and less inflated statement. ```text Before: "marking a pivotal moment in the evolution of..." After: "was established in 1989 to collect regional statistics" ``` -------------------------------- ### Humanizer Content Pattern: Formulaic Challenges Source: https://github.com/blader/humanizer/blob/main/README.md Example of 'Formulaic challenges' pattern using generic phrasing for difficulties. The 'After' suggests providing specific facts about actual challenges. ```text Before: "Despite challenges... continues to thrive" After: "Specific facts about actual challenges" ``` -------------------------------- ### Humanizer Content Pattern: Superficial -ing Analyses Source: https://github.com/blader/humanizer/blob/main/README.md Example of 'Superficial -ing analyses' pattern using excessive '-ing' verbs. The 'After' suggests removing them or expanding with actual sources. ```text Before: "symbolizing... reflecting... showcasing..." After: "Remove or expand with actual sources" ``` -------------------------------- ### Humanizer Language Pattern: Negative Parallelisms / Tailing Negations Source: https://github.com/blader/humanizer/blob/main/README.md Example of 'Negative parallelisms / tailing negations' pattern using phrases like 'It's not X, it's Y' or ending with '..., no guessing'. The 'After' suggests stating the point directly. ```text Before: "It's not just X, it's Y", "..., no guessing" After: "State the point directly" ``` -------------------------------- ### Humanizer Language Pattern: Synonym Cycling Source: https://github.com/blader/humanizer/blob/main/README.md Example of 'Synonym cycling' pattern where multiple synonyms are used for the same concept. The 'After' suggests using the clearest term, even if repeated. ```text Before: "protagonist... main character... central figure... hero" After: "protagonist" (repeat when clearest) ``` -------------------------------- ### Humanizer Language Pattern: Copula Avoidance Source: https://github.com/blader/humanizer/blob/main/README.md Example of 'Copula avoidance' pattern where verbs like 'is' or 'has' are replaced with more descriptive verbs. The 'After' shows the use of 'is' and 'has'. ```text Before: "serves as... features... boasts" After: "is... has" ``` -------------------------------- ### Humanizer Language Pattern: Rule of Three Source: https://github.com/blader/humanizer/blob/main/README.md Example of 'Rule of three' pattern where three items are listed for stylistic effect. The 'After' suggests using a natural number of items instead. ```text Before: "innovation, inspiration, and insights" After: "Use natural number of items" ``` -------------------------------- ### Humanizer Language Pattern: Passive Voice / Subjectless Fragments Source: https://github.com/blader/humanizer/blob/main/README.md Example of 'Passive voice / subjectless fragments' pattern where the actor is omitted. The 'After' suggests naming the actor when it aids clarity. ```text Before: "No configuration file needed" After: "Name the actor when it helps clarity" ``` -------------------------------- ### Humanizer with Voice Calibration Source: https://github.com/blader/humanizer/blob/main/README.md Use the Humanizer skill with voice calibration by providing a sample of your own writing first, then the AI text to be humanized. This helps match your personal writing style. ```bash /humanizer Here's a sample of my writing for voice matching: [paste 2-3 paragraphs of your own writing] Now humanize this text: [paste AI text to humanize] ``` -------------------------------- ### Directly Ask Model to Humanize Text Source: https://github.com/blader/humanizer/blob/main/README.md Ask the model to humanize text directly by prefacing your request with 'Please humanize this text:'. This works in both Claude Code and OpenCode. ```bash Please humanize this text: [your text] ``` -------------------------------- ### Use Humanizer in Claude Code Source: https://github.com/blader/humanizer/blob/main/README.md Invoke the Humanizer skill in Claude Code by typing the command followed by the text you want to humanize. ```bash /humanizer [paste your text here] ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.