From Claudient — Productivity & Engineering
Auditing documentation, blog posts, or marketing copy for AI-pattern text; when the user wants content to sound more human; reviewing a README or public-facing document before publishing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claudient-productivity:ai-writing-detectionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Auditing documentation, blog posts, or marketing copy for AI-pattern text; when the user wants content to sound more human; reviewing a README or public-facing document before publishing.
Auditing documentation, blog posts, or marketing copy for AI-pattern text; when the user wants content to sound more human; reviewing a README or public-facing document before publishing.
Filler hedges — remove entirely:
Transition overuse — replace with a direct sentence or nothing:
Em-dash overuse: more than one em-dash per paragraph is a strong signal; use a period or comma instead.
Unearned enthusiasm: sentences that use exclamation points for unremarkable statements ("This makes development faster!"). Reserve ! for genuinely surprising results.
Preamble before answering: restating the question before answering it ("You asked about X. X is an important topic because..."). Cut to the answer.
Buzzword stacking without substance:
Over-qualification: "might potentially", "could possibly", "may perhaps". Pick one hedge or none.
Lead with the fact. Bad: "It's important to note that authentication requires a valid token." Good: "Requests require a valid token."
Cut preamble. Delete any sentence that restates context the reader already has.
Prefer concrete nouns. Bad: "the system processes the data." Good: "the API validates and stores the request body."
Active voice. Bad: "The configuration is loaded by the application on startup." Good: "The application loads configuration on startup."
Match vocabulary to the reader. A developer audience does not need "in other words" explanations of REST or JSON. A non-technical audience does not need unexplained acronyms.
Cut anything that doesn't add information. Read each sentence and ask: if I removed this, would the reader know less? If no, remove it.
Run through this list when reviewing a document:
Original (AI-pattern text):
It's worth noting that our platform leverages cutting-edge AI to deliver robust and scalable solutions. Furthermore, the system is designed to handle large volumes of data efficiently. In conclusion, this makes it an excellent choice for enterprise customers.
After applying this skill:
The platform processes up to 10,000 requests per second and scales horizontally across regions. Enterprise customers can deploy it without infrastructure changes.
Changes made: removed "it's worth noting", replaced "cutting-edge AI / robust / scalable" with a concrete throughput number, removed "furthermore" and "in conclusion", converted to active voice, and cut the redundant closing sentence.
Work with us: Claudient is backed by Uitbreiden — we build AI products and B2B solutions with developer communities. uitbreiden.com · Reddit · YouTube
npx claudepluginhub claudient/claudient --plugin claudient-productivityGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.