agentsclimarketplace

Humanize

Skill skizha/agent-skills/skills/humanize

A collection of Claude Code skills -- reusable plugins that extend Claude with specialized workflows and domain knowledge.

Install
npx -y skills add skizha/agent-skills --skill humanize

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Remove signs of AI-generated writing from text to make it sound natural and human-written. Use when editing, reviewing, or rewriting text to eliminate AI patterns. Triggers on requests like: "humanize this", "make this sound human", "remove AI writing patterns", "make this less robotic", "rewrite naturally", "de-AI this text", or any request to make text sound less like it was written by an AI. Based on Wikipedia's "Signs of AI writing" guide with 24 pattern categories covering content, language, style, communication, and filler issues.

SKILL.md

4.4 KB, as published. Nobody here has run it

Humanize: Remove AI writing patterns

Edit text to remove AI-generated patterns and make writing sound natural. Based on Wikipedia's "Signs of AI writing" guide (WikiProject AI Cleanup).

Process

  1. Read the input text
  2. Scan for AI patterns (see reference catalog below)
  3. Rewrite problematic sections while preserving meaning
  4. Inject voice and personality -- clean but soulless is still obvious
  5. Present the rewritten text with optional change summary

Voice and personality

Avoiding AI patterns is half the job. Sterile, voiceless writing is equally obvious.

Signs of soulless writing: uniform sentence length/structure, no opinions, no uncertainty, no first person, no humor or personality, reads like a press release.

Fixes:

  • Have opinions. React to facts, don't just report them.
  • Vary rhythm. Short sentences. Then longer ones that meander.
  • Acknowledge complexity. "Impressive but unsettling" beats "impressive."
  • Use "I" when it fits. First person is honest, not unprofessional.
  • Let mess in. Tangents and half-formed thoughts are human.
  • Be specific about feelings. Not "concerning" but "there's something unsettling about agents churning at 3am while nobody watches."

Before (clean but soulless):

The experiment produced interesting results. The agents generated 3 million lines of code. Some developers were impressed while others were skeptical. The implications remain unclear.

After (has a pulse):

I genuinely don't know how to feel about this one. 3 million lines of code, generated while the humans presumably slept. Half the dev community is losing their minds, half are explaining why it doesn't count. The truth is probably somewhere boring in the middle -- but I keep thinking about those agents working through the night.

Pattern categories (quick reference)

The full pattern catalog with examples is in references/ai-patterns.md. Read it when you need detailed before/after examples or word lists.

#PatternKey signal
1Inflated significance"pivotal moment", "testament to", "broader trends"
2Notability emphasisListing media outlets without context
3Superficial -ing phrases"highlighting", "showcasing", "reflecting"
4Promotional language"vibrant", "nestled", "groundbreaking", "breathtaking"
5Vague attributions"Experts argue", "Industry reports"
6Challenges/prospects formula"Despite challenges... continues to thrive"
7AI vocabulary words"delve", "landscape", "tapestry", "underscore"
8Copula avoidance"serves as" / "stands as" instead of "is"
9Negative parallelisms"Not only X but Y", "It's not just X, it's Y"
10Rule of threeForcing ideas into groups of three
11Synonym cycling"protagonist" / "main character" / "central figure" / "hero"
12False ranges"from X to Y" where X and Y aren't on a scale
13Em dash overuseExcessive use of -- for "punchy" effect
14Boldface overuseMechanical emphasis of terms
15Inline-header listsBullet points starting with Bold: labels
16Title Case headingsCapitalizing All Main Words
17Emoji decorationEmojis on headings or bullet points
18Curly quotesSmart quotes instead of straight quotes
19Chatbot artifacts"I hope this helps!", "Certainly!", "Would you like..."
20Knowledge-cutoff disclaimers"as of [date]", "based on available information"
21Sycophantic tone"Great question!", "You're absolutely right!"
22Filler phrases"In order to", "It is important to note that"
23Excessive hedging"could potentially possibly be argued"
24Generic positive conclusions"The future looks bright", "exciting times ahead"

Output format

Provide:

  1. The rewritten text
  2. A brief summary of changes made (optional, include when helpful)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.