.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/blader/humanizer
home/skills/blader/humanizer
blader avatar

humanizer

byblader· 8 skills

Installs

3.0k

Stars

32k

Forks

2.9k

Category

Content & Copywriting

View on GitHub

TL;DR

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, and filler phrases.

How to install humanizer?

blader/humanizer
$npx -y skills add blader/humanizer --skill humanizer

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/blader/humanizer" --skill "blader/humanizer"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/blader/humanizer" that are relevant to the current task. Run `npx skills add "https://github.com/blader/humanizer"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Humanizer
2 
3[![skills.sh installs](https://skills.sh/b/blader/humanizer)](https://skills.sh/blader/humanizer)
4 
5A portable agent skill that removes signs of AI-generated writing from text, making it sound more natural and human. It is plain Markdown, so it can run in any harness that supports skill-style instructions.
6 
7## Installation
8 
9### Skills CLI
10 
11Install globally with the cross-agent skills CLI so Humanizer is available in every project:
12 
13```bash
14npx skills add blader/humanizer --global
15```
16 
17Update an existing install:
18 
19```bash
20npx skills update humanizer --global
21```
22 
23To install globally into every supported agent harness:
24 
25```bash
26npx skills add blader/humanizer --global --agent '*'
27```
28 
29To target one configured harness, pass its agent name:
30 
31```bash
32npx skills add blader/humanizer --global --agent <agent-name>
33```
34 
35Omit `--global` for a project-local install that can be committed and shared with collaborators. Start a new agent session or reload skills after installation.
36 
37### Claude Code plugin
38 
39Claude Code users can also install Humanizer as a plugin:
40 
41```
42/plugin marketplace add blader/humanizer
43/plugin install humanizer@humanizer
44```
45 
46The skill is then invoked as `/humanizer:humanizer`.
47 
48### Manual
49 
50Any agent harness can use the skill directly because the runtime artifact is `SKILL.md`. Install it wherever your harness expects skill directories, or copy `SKILL.md` into an existing skill folder.
51 
52For example:
53 
54```bash
55git clone https://github.com/blader/humanizer.git /path/to/your/skills/humanizer
56```
57 
58Or, if you already have this repo cloned:
59 
60```bash
61mkdir -p /path/to/your/skills/humanizer
62cp SKILL.md /path/to/your/skills/humanizer/
63```
64 
65## Usage
66 
67Invoke the skill however your agent harness exposes installed skills. Common forms include a slash command or a direct request:
68 
69```
70/humanizer
71 
72[paste your text here]
73```
74 
75```
76Please humanize this text: [your text]
77```
78 
79Point it at a file and the skill rewrites it in place:
80 
81```
82Humanize the prose in docs/launch-post.md
83```
84 
85### Voice Calibration
86 
87To match your personal writing style, provide a sample of your own writing:
88 
89```
90/humanizer
91 
92Here's a sample of my writing for voice matching:
93[paste 2-3 paragraphs of your own writing]
94 
95Now humanize this text:
96[paste AI text to humanize]
97```
98 
99The skill will analyze your sentence rhythm, word choices, and quirks, then apply them to the rewrite instead of producing generic "clean" output.
100 
101## Overview
102 
103Based on [Wikipedia's "Signs of AI writing"](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing) guide, maintained by WikiProject AI Cleanup. This comprehensive guide comes from observations of thousands of instances of AI-generated text.
104 
105The skill also includes a final "obviously AI generated" audit pass and a second rewrite, to catch lingering AI-isms in the first draft.
106 
107Rewrites follow a no-fabrication rule: they never add facts, names, dates, or citations that aren't in the source text. Specificity has to come from the source or the author, not from the rewrite.
108 
109### Key Insight from Wikipedia
110 
111> "LLMs use statistical algorithms to guess what should come next. The result tends toward the most statistically likely result that applies to the widest variety of cases."
112 
113## 33 Patterns Detected (with Before/After Examples)
114 
115### Content Patterns
116 
117| # | Pattern | Before | After |
118|---|---------|--------|-------|
119| 1 | **Significance inflation** | "marking a pivotal moment in the evolution of..." | "was established in 1989 as part of a wider decentralization" |
120| 2 | **Notability name-dropping** | "cited in NYT, BBC, FT, and The Hindu" | Trim the list; keep only sourced context |
121| 3 | **Superficial -ing analyses** | "symbolizing... reflecting... showcasing..." | Remove, or keep only what the source supports |
122| 4 | **Promotional language** | "nestled within the breathtaking region" | "is a town in the Gonder region" |
123| 5 | **Vague attributions** | "Experts believe it plays a crucial role" | Name a real source or cut the

Preview

blader/humanizerblader/humanizer

$ npx -y skills add blader/humanizer --skill humanizer

▸ installing to .claude/skills…

✓ humanizer ready

Repoblader/humanizer
TypeSkills
CategoryContent & Copywriting
ForContent Creator
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avataredit-articleEdit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.SkillsJul 2026172k189k
  2. mattpocock avatarwriting-shapeWriting, exploit — shape raw material into an article, paragraph by paragraph.SkillsJul 2026165k189k
  3. mattpocock avatarwriting-fragmentsWriting, explore — mine raw fragments, no structure yet.SkillsJul 2026165k189k
  4. mattpocock avatarwriting-beatsWriting, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.SkillsJul 2026164k189k
  5. coreyhaines31 avatarcopywritingWhen the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages,…SkillsJul 2026164k42k
  6. heygen-com avatarslideshowAuthor a HyperFrames slideshow — a presentation, pitch deck, or interactive deck with discrete slides, fragment reveals, branching, hotspot navigation, and…SkillsJul 2026115k38k