{
  "markdown": "# humanize-writing\n\nA Claude Code skill that rewrites AI-generated content to sound like a human wrote it.\n\n## What it does\n\nDetects and fixes common AI writing patterns through an 8-pass editing process:\n\n1. **Structure tells** -- formulaic sections, identical list lengths, tidy takeaways\n2. **Significance inflation / promotional language** -- \"pivotal moment,\" \"nestled,\" \"vibrant\"\n3. **AI vocabulary** -- \"delve,\" \"landscape,\" \"leverage,\" \"tapestry,\" and dozens more\n4. **Grammar-level patterns** -- copula avoidance, -ing phrases, synonym cycling, false ranges\n5. **Rhythm and style** -- metronomic cadence, em dash overuse, boldface, emoji, curly quotes\n6. **Hedging, filler, and vague attributions** -- \"It's worth noting,\" chatbot artifacts, sycophancy\n7. **Connective tissue** -- \"Moreover,\" \"Furthermore,\" \"Additionally\" on repeat\n8. **Human texture and soul** -- adding opinions, lived experience, personality\n\nSee [SKILL.md](SKILL.md) for the full editing process and [references/ai-tells.md](references/ai-tells.md) for the complete detection checklist.\n\n## Install\n\n### Via skills.sh (GitHub-based)\n\n```\nnpx skills add jpeggdev/humanize-writing\n```\n\n### Via npm\n\n```\nnpm install -g @jpeggdev/humanize-writing\n```\n\nThe postinstall script copies the skill files to `~/.claude/skills/humanize-writing/` (and equivalent directories for Cursor and Windsurf).\n\n## Usage\n\nOnce installed, the skill activates automatically in Claude Code when you say things like:\n\n- \"humanize this\"\n- \"sounds like AI\"\n- \"make it sound human\"\n- \"too robotic\"\n- \"de-AI this\"\n\n## Credits\n\nThis skill combines two approaches:\n- The pass-based editing workflow and ai-tells reference from [humanize-writing](https://github.com/jpeggdev/humanize-writing)\n- The 24 Wikipedia-sourced patterns and \"soul\" philosophy from [humanizer](https://github.com/blader/humanizer) by blader\n\nPrimary reference: [Wikipedia: Signs of AI writing](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing), maintained by WikiProject AI Cleanup.\n\n## Version History\n\n- **2.0.0** - Combined humanize-writing and humanizer-blader into a single skill. Added passes for significance inflation, grammar-level patterns, and soul/personality. Expanded ai-tells.md with additional patterns.\n- **1.0.1** - npm packaging fixes\n- **1.0.0** - Initial release\n\n## Uninstall\n\n```\nnpm uninstall -g @jpeggdev/humanize-writing\n```\n\nThis removes the skill files from all agent skill directories.\n\n## License\n\nMIT\n",
  "bytes": 2464,
  "sha": "432eb421cee2e69c6a2e007e97fff8017a40c77c62aa979e80cb3422650fdf3f",
  "repo_slug": "jpeggdev/humanize-writing",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_jpeggdev_humanize_writing_humanize_writi_6f695eb4/readme"
}