kylehughes/writing-prose-like-a-human-for-agents
7 stars · Last commit 2026-02-23
A skill and subagent that help AI agents write and edit prose that doesn't read like AI.
README preview
# Writing Prose Like a Human for Agents [](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview) [](https://code.claude.com/docs/en/plugins) [](https://github.com/kylehughes/writing-prose-like-a-human-for-agents/releases) *A skill and subagent that help AI agents write and edit prose that doesn't read like AI.* ## About A Claude Code plugin with an Agent Skill and a Subagent for writing prose that avoids statistical patterns common to LLM output. - **Agent Skill**: Vocabulary watchlists, structural checks, and before/after examples for identifying AI writing patterns. - **Subagent**: Edits files in place to remove AI writing patterns. Uses the Agent Skill. ## Usage The Subagent edits prose in place, applying five rules: cut significance inflation, use plain verbs, end sentences at the fact, vary rhythm, earn every adjective. Delegate to it from your main agent to keep prose edits out of your context window. The Agent Skill has the vocabulary watchlist and rules. Use it directly when you want more control than the Subagent gives you.