hermes-agent/skills/creative
Teknium 12d745bd7e
feat(skills): port humanizer — strip AI-isms from text (#16787)
Port https://github.com/blader/humanizer (MIT, v2.5.1, 16k stars) into
the built-in skills under skills/creative/humanizer/. Based on Wikipedia's
'Signs of AI writing' guide (WikiProject AI Cleanup) — detects 29 AI-writing
patterns and rewrites them to sound human.

Hermes-native adaptations:
- Description (<60 chars) explains what it's for: 'Humanize text: strip
  AI-isms and add real voice.'
- 'When to use this skill' section — trigger phrases (humanize, de-AI,
  de-slop, un-ChatGPT, rewrite to not sound like an LLM) plus guidance to
  apply it to the agent's own output (release notes, PR descriptions, docs).
- 'How to use it in Hermes' — maps the three real input paths (inline,
  file via read_file/patch/write_file, voice-calibration sample) onto the
  tools the agent actually has. Drops Claude Code's allowed-tools block.
- Converted frontmatter to Hermes format (metadata.hermes.tags, category,
  homepage, related_skills).

Attribution preserved:
- Original author Siqi Chen (@blader) credited in frontmatter and body.
- Full MIT LICENSE copied verbatim alongside SKILL.md.
- Wikipedia / WikiProject AI Cleanup credited.
- 29 patterns, personality/soul section, and full worked example kept
  verbatim from the source (29,914 chars).

Validated end-to-end against a clean HERMES_HOME:
- sync_skills() copies skills/creative/humanizer/ including LICENSE.
- skills_list(category='creative') returns the 48-char description.
- skill_view(name='humanizer') returns the full body with all 29 patterns,
  personality/soul, attribution, and Hermes tool refs (read_file, patch,
  write_file) intact.
2026-04-27 20:25:20 -07:00
..
architecture-diagram docs(skills): compress 74 built-in skill descriptions to <=60 chars 2026-04-26 21:50:56 -07:00
ascii-art docs(skills): compress 74 built-in skill descriptions to <=60 chars 2026-04-26 21:50:56 -07:00
ascii-video docs(skills): salvage dropped trigger content into skill bodies 2026-04-26 21:50:56 -07:00
baoyu-comic docs(skills): compress 74 built-in skill descriptions to <=60 chars 2026-04-26 21:50:56 -07:00
baoyu-infographic docs(skills): compress 74 built-in skill descriptions to <=60 chars 2026-04-26 21:50:56 -07:00
claude-design docs(skills): trim design skill descriptions to <=60 chars + inline cross-ref 2026-04-26 21:50:56 -07:00
creative-ideation docs(skills): salvage dropped trigger content into skill bodies 2026-04-26 21:50:56 -07:00
design-md docs(skills): trim design skill descriptions to <=60 chars + inline cross-ref 2026-04-26 21:50:56 -07:00
excalidraw docs(skills): salvage dropped trigger content into skill bodies 2026-04-26 21:50:56 -07:00
humanizer feat(skills): port humanizer — strip AI-isms from text (#16787) 2026-04-27 20:25:20 -07:00
manim-video docs(skills): salvage dropped trigger content into skill bodies 2026-04-26 21:50:56 -07:00
p5js docs(skills): salvage dropped trigger content into skill bodies 2026-04-26 21:50:56 -07:00
pixel-art docs(skills): compress 74 built-in skill descriptions to <=60 chars 2026-04-26 21:50:56 -07:00
popular-web-designs docs(skills): trim design skill descriptions to <=60 chars + inline cross-ref 2026-04-26 21:50:56 -07:00
songwriting-and-ai-music docs(skills): compress 74 built-in skill descriptions to <=60 chars 2026-04-26 21:50:56 -07:00
touchdesigner-mcp feat(skills): add Tier A references — external-data, panel-ui, replicator, dat-scripting, 3d-scene 2026-04-27 19:35:18 -07:00
DESCRIPTION.md refactor: reorganize skills into sub-categories 2026-03-09 03:35:53 -07:00