Advanced Human Writing & AI Humanizer
Humanize AI-shaped text, write or continue genre-aware prose, and audit long-form continuity without flattening a specific voice. Use the smallest set of modules that covers the task. Keep project facts, prior chapters, rewrite originals, and continuity ledgers separate from optional style references.
Capability Layers
- The
humanwriting/Python package is executable. Its CLI deterministically compiles prompts, locates recurring text patterns, calculates diagnostics, previews conservative fixes, checks protected content, and writes staged audits. - The Markdown files under
skills/are model-executed writing and editorial modules. They are selected by the compiler and are intentionally not pretending to be deterministic NLP algorithms. - A normal installation includes both layers. Verify the executable layer with
human-writing-skills list --kind moduleand run a real draft throughlint,fix,verify, orpipelinerather than judging the package fromSKILL.mdalone. human-writing-mcpis an optional project-local coordination layer. It gives separate agents bounded long-form assignments, stores receipts, and refuses reconciliation until coverage verification passes. It does not call a model.
Quick Humanize Route
- For a supplied draft, use
humanize --mode quickfor surface patterns, rewrite fidelity, and voice/ambiguity preservation. - Use
--mode deeponly when structural repetition, cliches, paragraph stagnation, or broad editorial reconstruction needs a separate pass. - Load
humanize-examplesonly after an explicit request or--with-examples. - Do not activate rewrite-preservation modules for unrelated new drafting.
Workflow
- Select one base style from
skills/:fiction,webnovel,argumentative,news-report,formal-document,self-media, oracademic-paper. - Read only the relevant modules. Add continuity, spatial, relationship, number,
dialogue, dialogue-performance, register, capability, world, process, salience, recurrence, source, rhythm, preservation,
or AI-trace modules when the text actually needs them.
narrative-naturalness-auditis reserved for deep or explicit AI-trace review of narrative prose; it is not loaded for ordinary quick humanization or serious documents. - Treat user facts and
--contextas authoritative. Never borrow facts from a style sample. When--originalis supplied for a rewrite, activaterewrite-fidelityand preserve meaning without preserving awkward wording. In fiction and webnovels, do not let time/place mini-headings replace scene bridges. - Activate
reference-style-alignmentonly when the user supplies reference material, gives an explicit style direction, or directly asks to match a style. - Treat
--sourceas factual evidence only. Activatesource-groundingonly for serious academic, formal, news, legal, or technical work with explicit source files. - For important revisions, run deterministic
lint, then independent audit profiles, thenverifyprotected content against the source. Runstatsonly when distributional diagnostics help; usefixas a preview before writing. - Keep
voice,serial,world,process,momentum,salience,recurrence,ending,texture,fidelity,preservation, examples, andsourcesseparate from the default audit. Activate them explicitly or throughpipeline --auto.serialrequires context,recurrencerequires at least three chapters,fidelityrequires--original,preservationrequires both explicit selection and--original, examples require an explicit request, andsourcesrequires both a serious document and--source. - For a book-length manuscript or large report, use
chunk-auditinstead of placing the whole draft in one prompt. Supply--outlineor--contextfor authoritative character or report rules. Use--agent-mode deeponly when every block needs a visible coverage receipt, then runverify-chunk-auditbefore reconciliation. Use--translationeseonly for an explicitly translated or localized work. Readdocs/long-form-consistency.mdonly for this workflow. - When multiple agents or sessions share a long-form project, use
human-writing-mcprather than copying the entire manuscript into each chat. Agents must claim a task, submit a complete receipt, and pass coverage verification before one final reconciliation task is released. Readdocs/agent-orchestration.mdonly when an MCP-capable host is available.
Commands
human-writing-skills build --style fiction --context ledger.md --task "Continue the scene."
human-writing-skills humanize --draft chapter.md --style fiction --mode quick
human-writing-skills humanize --draft article.md --style self-media --mode deep --with-examples
human-writing-skills build --style fiction --reference sample.md --task "Match the sample's restrained rhythm."
human-writing-skills build --style self-media --original original.md --task "Rewrite without adding facts."
human-writing-skills audit --draft chapter.md --context ledger.md --profile physical
human-writing-skills audit --draft chapter.md --profile voice
human-writing-skills audit --draft chapter.md --context ledger.md --profile serial
human-writing-skills audit --draft chapters.md --profile momentum
human-writing-skills audit --draft chapters.md --profile recurrence
human-writing-skills audit --draft chapter.md --profile process
human-writing-skills audit --draft chapter.md --document-type fiction --profile ending
human-writing-skills audit --draft paper.md --document-type academic-paper --source study.md --profile sources
human-writing-skills audit --draft revised.md --original original.md --profile fidelity
human-writing-skills audit --draft revised.md --original original.md --profile preservation
human-writing-skills pipeline --draft chapter.md --context ledger.md --auto --with-stats --output-dir audit
human-writing-skills chunk-audit --draft full-novel.md --style fiction --outline outline.md --output-dir novel-audit
human-writing-skills chunk-audit --draft full-novel.md --style fiction --outline outline.md --agent-mode deep --output-dir novel-agent-audit
human-writing-skills verify-chunk-audit --package-dir novel-agent-audit
human-writing-skills chunk-audit --draft report-es.md --style news-report --source sources.md --translationese --agent-mode deep --output-dir report-audit
human-writing-mcp --root C:\writing-project
human-writing-skills lint --draft chapter.md --style fiction
human-writing-skills stats --draft chapter.md --style fiction
human-writing-skills fix --draft chapter.md --preview
human-writing-skills verify --source original.md --candidate revised.md
Read README.md or README.zh-CN.md for user-facing guidance. Read files under
docs/ only for the workflow being used. Do not claim detector evasion or infer
authorship from stylistic patterns; frame results as editing evidence.