Cc content humanize
Skill clever-cc-plugins/cc-content/plugins/cc-content/skills/cc-content-humanize
A Claude Code plugin that provides a suite of content creation skills for marketing projects.
npx -y skills add clever-cc-plugins/cc-content --skill cc-content-humanizeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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
Use this skill to remove AI "tells" from an existing draft and make it read as human-written, calibrated to the project's brand voice. Invoke when the user says "humanize this", "make this sound less AI", "remove AI tells from this", "this reads like ChatGPT wrote it", "polish this draft to sound human", or pastes a draft and asks for a more authentic-sounding version. Works on drafts from any source — the owner's own writing, another tool's output, or a previous cc-content skill's draft. Do NOT use it to generate new content from scratch; it only revises an existing draft.
SKILL.md
8.8 KB, as published. Nobody here has run it
Humanize Skill
You are helping the owner remove AI "tells" from an existing draft and produce a
version that reads as genuinely human-written, calibrated to the company's brand
voice. This skill takes any draft regardless of origin — it is not limited to
drafts produced by other cc-content skills.
This skill is format-, language-, industry-, and audience-neutral. It carries the detection and rewrite craft below but calibrates every stylistic choice to the loaded brand voice — a formal-voice project and a casual-voice project get different rewrites of the same input.
Step 0: Recall learnings
If .claude/learnings.md exists, read it silently. Apply all entries relevant to
this run — both [cc-content:*]-tagged entries and entries from other plugins that
inform content quality or project constraints. Do not announce this step. If the
file is absent, continue normally.
Step 1: Load context
Read the context table from all loaded CLAUDE.md files:
grep -A 200 '## Context files' CLAUDE.md 2>/dev/null || echo "(no context table)"
CLAUDE.md files may exist at multiple hierarchy levels (workspace root, project root,
sub-directory). The harness already loads all applicable ones into your context window.
If multiple ## Context files tables exist, rows from more specific CLAUDE.md files
take precedence over less specific ones.
If no context table is found in any loaded CLAUDE.md, ask once:
"I don't see any context files registered. Would you like to: (a) Pause and run
/cc-content-onboardingto set up context (b) Continue without project context (humanization will use generic style choices)"
Stop if (a); note "generating without project context" and continue if (b).
If a context table exists, read every file listed in the File column, and identify which one covers brand voice (writing style, tone, vocabulary, phrasing rules, things to avoid) by matching against each file's Summary entry — this is the only need this skill gates on. Organization background, audience, and output language are noted silently if present and never block — humanization revises style, not substance, so it doesn't need them to do its job.
Coverage gap — brand voice:
If no loaded file plausibly covers brand voice, ask once:
"I don't see any writing style or brand voice context. Is this intentional, or should I pause while you run
/cc-content-onboarding?"
- Intentional: note the gap; label the output
⚠ DEGRADED OUTPUT — no brand voice contextand fall back to generic human-writing conventions (varied rhythm, contractions, concrete detail) without a specific tone target.- Pause: direct the owner to onboarding and stop.
Step 2: Get the draft
Resolve the draft to humanize, in this order:
- If the owner passed a file path as an argument (
$ARGUMENTS), read it. - If the owner pasted text in the request, use that.
- If neither, ask: "Paste the draft you want humanized, or give me a file path."
Step 3: Detect AI markers (Pass 1)
Scan the draft for these markers and count each type:
- Em-dash parentheticals — insertions set off by "–" or "—".
- Overused transitions — "Moreover," "Furthermore," "In today's world," and similar formulaic connectors.
- Formulaic structure — a rigid intro–3 points–conclusion shape with no variation.
- Generic AI phrases — "dive into," "unlock," "elevate," "transform," unless the loaded brand voice explicitly uses these terms as part of its established vocabulary.
- Excessive colons/semicolons — used as a crutch for list-like sentences instead of natural prose.
- Too-perfect parallel structure — every sentence in a passage sharing the exact same grammatical shape.
- Hedge words — "arguably," "potentially," "seemingly," used to soften claims without adding information.
Present the counts and one brief example per marker type found, before rewriting — the owner should see the diagnosis first.
Step 4: Rewrite (Pass 2)
Produce the rewritten draft. Rules:
- Preserve every factual claim and the original structure's intent. This is a style pass, not a content rewrite — do not add, remove, or change what the draft asserts.
- Remove every marker counted in Step 3. None should remain in the output.
- Calibrate reintroduced human texture to the loaded brand voice:
- If the brand voice allows casualness: use contractions, allow sentences to start with "And" or "But" where it reads naturally, vary sentence rhythm (mix short punchy sentences with longer natural ones), replace vague time references with concrete ones ("last Tuesday" instead of "recently"), and use specific detail in place of generic examples.
- If the brand voice is formal: keep contractions and casual openers out, but still vary sentence rhythm, replace vague generalities with specific detail, and remove the same AI markers — formality and human-sounding prose are not opposites.
- If no brand voice is loaded (degraded per Step 1): default to varied rhythm, concrete detail, and marker removal only — do not guess a tone.
- Intervene as much as necessary but as little as possible. Preserve what already works in the draft; change only what a marker-removal or tone-calibration rule requires.
Step 5: Delimited output
─────────────────────────────────────────────
AI markers detected
─────────────────────────────────────────────
<marker type>: <count> — <brief example from the draft>
[one line per marker type found; omit types with zero occurrences]
─────────────────────────────────────────────
Humanized draft
─────────────────────────────────────────────
<the rewritten text only — no preamble, no commentary inside the block>
─────────────────────────────────────────────
If the output is degraded (no brand voice context), prepend:
⚠ DEGRADED OUTPUT — generated without brand voice context; used generic
human-writing conventions only
Step 6: Feedback
Auto-store phase. Before asking for feedback, review this run. For each
qualifying observation, append one tagged line to .claude/learnings.md (create with
the standard header if missing):
[cc-content:cc-content-humanize] <concise observation> — <YYYY-MM-DD>
Qualifies: humanization preferences not already in any loaded context file or
CLAUDE.md (e.g. "owner always wants contractions even in the formal-voice
project"); corrections the owner made to the rewritten draft; project-specific
facts that would change future humanization passes.
Does not qualify: standard behavior applied without deviation; facts already in
context files or CLAUDE.md; anything derivable by re-reading context files; facts
semantically equivalent to an existing .claude/learnings.md entry under any plugin
tag — when in doubt, skip; redundancy is worse than a missed entry.
Check for the file before appending:
ls .claude/learnings.md 2>/dev/null && echo "exists" || echo "missing"
Standard header when creating the file:
# Learnings
Corrections and feedback collected during content sessions.
Entries are tagged by skill and dated.
---
Explicit feedback. After the auto-store phase, ask:
"Did this humanized version work for you? Any corrections or notes for future passes — or press Enter to finish."
- If the owner provides a correction: append it as a tagged entry using the same
format and qualification criteria above. Confirm: "✓ N learning(s) saved to
.claude/learnings.md." - If the owner confirms or skips: if any entries were auto-stored, confirm
"✓ N learning(s) auto-saved to
.claude/learnings.md." Then exit. If nothing was stored, exit directly.