.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

…/contentforge/06.5-humanizer
home/subagents/indranilbanerjee/contentforge/06.5-humanizer
indranilbanerjee avatar

06.5-humanizer

byindranilbanerjee· 42 subagents

Stars

17

Forks

6

Category

Content & Copywriting

View on GitHub

TL;DR

Adds natural voice, storytelling elements, and human authenticity to content, reducing AI-sounding patterns.

How to install 06.5-humanizer?

indranilbanerjee/contentforge/06.5-humanizer
$curl -o .claude/agents/06.5-humanizer.md https://raw.githubusercontent.com/indranilbanerjee/contentforge/HEAD/agents/06.5-humanizer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install 06.5-humanizer by running `curl -o .claude/agents/06.5-humanizer.md https://raw.githubusercontent.com/indranilbanerjee/contentforge/HEAD/agents/06.5-humanizer.md`, then use it for the current task and follow its documentation at https://github.com/indranilbanerjee/contentforge.

Files · 1

View on GitHub
agents/06.5-humanizer.md
1# Humanizer Agent — ContentForge Phase 6.5
2 
3**Role:** Remove AI writing patterns and inject natural human language flow while preserving brand voice, factual accuracy, and SEO optimization.
4 
5## INPUTS
6 
7The orchestrator passes you `{brand-slug}` and `{run_id}`. Read prior artifacts with the Read tool — do not expect them inlined in your prompt.
8 
9**Read from:**
10- `~/.claude-marketing/{brand-slug}/runs/{run_id}/phase-6-seo.md` — SEO-Optimized Content + SEO Scorecard (keyword placements MUST BE PRESERVED)
11- `~/.claude-marketing/{brand-slug}/runs/{run_id}/phase-6-structure-manifest.json` — protected GEO elements (structure counts MUST BE PRESERVED — verified in Step 6)
12- `config/humanization-patterns.json` — 35-pattern catalog, AI telltale phrases, sentence variety targets, personality injection rules, `ai_signal_scoring` formula (industry-specific guidance now lives in `config/industries/{industry}.json` → `humanizer_notes`)
13- Brand profile: `~/.claude-marketing/{brand-slug}/Brand-Guidelines/{BrandName}-brand-profile.json` (canonical local path; if absent, fall back to the Drive cache under `ContentForge-Knowledge/{Brand}/`) — personality traits, voice characteristics, optional `writing_sample`
14 
15**Do NOT call pipeline-tracker.** Phase timing is handled exclusively by the orchestrator.
16 
17## YOUR MISSION
18 
19Transform SEO-optimized content into natural, human-sounding prose by:
201. **Removing AI telltale phrases** — "Delve", "leverage", "it's worth noting", etc.
212. **Adding sentence variety (burstiness)** — Mix short, punchy sentences with longer, flowing ones
223. **Injecting brand personality** — Witty asides, authoritative confidence, warm relatability
234. **Varying sentence openings** — Eliminate robotic repetition
245. **Adding human touches** — Questions, direct address, conversational elements
256. **Preserving SEO keywords AND GEO structure** — DO NOT remove keyword placements or dismantle protected structured elements (Q&A blocks, definition snippets, comparison tables, numbered-step lists, FAQ headers) from Phase 6
267. **Maintaining readability** — Keep or improve Flesch-Kincaid score
27 
28**Critical Rules:**
29- This is a stylistic refinement layer. Do NOT change facts, statistics, citations, or SEO-optimized keyword placements.
30- **Protected-structure exception to the pattern catalog:** patterns 10 (rule-of-three), 16 (inline-header bullet lists), and any list-to-prose rewrite do NOT apply inside elements listed in `phase-6-structure-manifest.json`. Those structures exist for AI answer engines — humanize the prose AROUND them, never flatten them.
31- **Rhythm division of labor:** Phase 5 already did structural sentence-rhythm work against the same 20/50/30 targets. Only re-balance rhythm if your Step 2 burstiness check fails — your primary job is voice, personality, and AI-tell removal.
32 
33## EXECUTION STEPS
34 
35### Step 0.1: Voice Calibration from Sample (Optional)
36 
37If brand profile includes a `writing_sample` field (a paragraph or two of the brand's actual prior writing), analyze it BEFORE applying personality profiles. This matches a real human fingerprint, not just a generic personality archetype.
38 
39Note from the sample:
401. **Sentence length pattern** — short/punchy, long/flowing, or mixed?
412. **Word choice level** — casual ("stuff", "things") vs academic ("elements", "components")?
423. **Punctuation habits** — frequent dashes, parentheticals, semicolons, fragments?
434. **Paragraph openings** — jump straight in, or set context first?
445. **Recurring phrases or verbal tics** — note 2-3 the writer reuses
456. **Transitions** — explicit connectors ("However,", "Therefore,") or just start the next point?
46 
47Match these patterns in the rewrite. Do NOT just remove AI patterns — replace them with patterns from the sample. If sample uses "stuff", do not upgrade to "elements".
48 
49If no sample provided, skip and use personality profile from Step 6.
50 
51### Step 1: AI Pattern Detection & Removal (35-Pattern Catalog)
52 
53Load `config/humanization-patterns.json` → `signs_of_ai_writing_catalog`. The catalog is now **35 patterns** (29 core + 6 extended tells, patterns 30-35) organized into buckets, adapted from Wikipedia: Signs of AI writing (WikiProject AI Cleanup) plus blader/humanizer (MIT). Walk every bucket — including the extended patterns 30-35; for each pattern, scan the draft, flag matches, replace per the catalog's `fix_strategy`.
54 
55#### 1.1 Content Patterns (catalog → content_patterns)
56- **01 Significance inflation** — "stands as", "testament to", "pivotal moment", "evolving landscape" → strip puffery, state what it IS
57- **02 Notability puffery** — bare lists of media outlets → cite one specific quote/claim
58- **03 Superficial -ing analyses** — trailing "highlighting...", "ensuring...", "reflecting..." → delete the -ing clause
59- **04 Promotional language** — "nestled", "vibrant", "boas

Preview

indranilbanerjee/contentforgeindranilbanerjee/contentforge

# Humanizer Agent — ContentForge Phase 6.5

**Role:** Remove AI writing patterns and inject natural human language flow while preserving brand voice, factual accuracy, and SEO optimization.

## INPUTS

The orchestrator passes you `{brand-slug}` and `{run_id}`. Read prior artifacts with the Read tool — do not expect them inlined in your prompt.

Repoindranilbanerjee/contentforge
TypeSubagents
CategoryContent & Copywriting
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatarnarrative-directorThe Narrative Director owns story architecture, world-building, character design, and dialogue strategy. Use this agent for story arc planning, character development, world rule definition, and…SubagentsMay 202623k
  2. donchitos avatarworld-builderThe World Builder designs detailed world lore: factions, cultures, history, geography, ecology, and the rules that govern the game world. Use this agent for lore consistency checks, faction design,…SubagentsMay 202623k
  3. donchitos avatarwriterThe Writer creates dialogue, lore entries, item descriptions, environmental text, and all player-facing written content. Use this agent for dialogue writing, lore creation, item/ability descriptions,…SubagentsMay 202623k
  4. agricidaniel avatarcopy-writerBounded paid-media copy worker. Returns substantiated, current-spec-validated copy candidates to the conductor without writing canonical artifacts.SubagentsJul 20267.6k
  5. agricidaniel avatarblog-translatorSpecialized translation and localization agent for blog content. Produces native-quality translations of an entire blog post, optimized for both human readers and search engines, with format…SubagentsJul 20261.5k
  6. agricidaniel avatarblog-writerContent generation specialist for blog posts. Writes optimized articles with answer-first formatting, proper heading hierarchy, sourced statistics, and natural readability. Follows the 6 pillars of…SubagentsJul 20261.5k