From workflows
This skill should be used when reviewing AI-generated text, checking for AI writing patterns, detecting undisclosed AI content, or before finalizing any written content. Covers 12 categories of AI writing indicators from Wikipedia's comprehensive guide.
npx claudepluginhub edwinhu/workflows --plugin workflowsThis skill uses the workspace's default tool permissions.
Field guide for detecting and revising AI-generated content indicators based on Wikipedia's "Signs of AI writing" guide.
references/00-introduction.mdreferences/01-puffery-and-exaggeration.mdreferences/02-promotional-language.mdreferences/03-structural-patterns.mdreferences/04-stylistic-quirks.mdreferences/05-formatting-and-typography.mdreferences/06-communication-patterns.mdreferences/07-template-artifacts.mdreferences/08-markup-issues.mdreferences/09-chatgpt-specific-artifacts.mdreferences/10-citation-problems.mdreferences/11-meta-indicators.mdreferences/_index.mdreferences/wikipedia-chatgpt-artifacts.pyreferences/wikipedia-communication-patterns.pyreferences/wikipedia-promotional-language.pyreferences/wikipedia-puffery-and-exaggeration.pyreferences/wikipedia-structural-patterns.pyreferences/wikipedia-template-artifacts.pyImplements Playwright E2E testing patterns: Page Object Model, test organization, configuration, reporters, artifacts, and CI/CD integration for stable suites.
Guides Next.js 16+ Turbopack for faster dev via incremental bundling, FS caching, and HMR; covers webpack comparison, bundle analysis, and production builds.
Discovers and evaluates Laravel packages via LaraPlugins.io MCP. Searches by keyword/feature, filters by health score, Laravel/PHP compatibility; fetches details, metrics, and version history.
Field guide for detecting and revising AI-generated content indicators based on Wikipedia's "Signs of AI writing" guide.
Invoke this skill:
Check every piece of AI-assisted writing against these patterns before submission.
This is not optional. AI writing patterns are detectable and undermine credibility.
Start with the most objective indicators:
| Priority | Section | What to Check |
|---|---|---|
| 1 | ChatGPT Artifacts | turn0search0, oaicite, contentReference |
| 2 | Citation Problems | Hallucinated DOIs, dead links, non-existent sources |
| 3 | Prompt Refusals | "As an AI language model...", "I hope this helps" |
| 4 | Puffery | "stands as", "plays a vital role", "rich tapestry" |
| 5 | Structure | Section summaries, "Despite challenges", rule of three |
These patterns are unambiguous AI artifacts:
ChatGPT-Specific Artifacts:
turn0search0, turn1search2 (internal search references)oaicite:X (citation placeholders)contentReference[oaicite:X] (unresolved references)Prompt Refusals:
Puffery and Exaggeration:
Promotional Language:
Structural Patterns:
Stylistic Quirks:
Words/phrases the model reaches for that don't match the user's voice:
To be sure,):
admittedly, granted,, of course,, that said,, to be clear,,
no doubt,, we acknowledge that. Use To be sure, only when the
next sentence rebuts the concession (concede-then-rebut). If the next
sentence extends the disclaimer or frames scope, leave the original
phrasing or rewrite without a caveat word at all.writing-review/scripts/bridge_repetition_check.py for the detector.| AI Pattern | Human Alternative |
|---|---|
| "stands as a testament to" | "shows" or "demonstrates" |
| "plays a vital role in" | "affects" or just state the effect |
| "rich tapestry of" | describe specifically what it contains |
| "nestled in the heart of" | "in" or "located in" |
| "delves into" | "examines" or "covers" |
| AI Pattern | Human Alternative |
|---|---|
| Section summary of heading | Start with substance, not meta-commentary |
| "Despite challenges..." | State the reality directly without formula |
| Exactly three examples | Use the number that fits: 2, 4, 5, or just 1 |
| "It's important to note" | Just state the important thing |
| AI Pattern | Human Alternative |
|---|---|
| "groundbreaking" | describe what it actually does |
| "revolutionary" | compare to what came before |
| "cutting-edge" | specify the technology |
| "transformative" | show the transformation with evidence |
For detailed patterns and extensive examples, consult:
| File | Contents |
|---|---|
references/_index.md | Overview and quick screening guide |
references/01-puffery-and-exaggeration.md | "Stands as", superficial analyses |
references/02-promotional-language.md | "Rich tapestry", disclaimers |
references/03-structural-patterns.md | Section summaries, negative parallelisms |
references/04-stylistic-quirks.md | Elegant variation, false ranges |
references/05-formatting-and-typography.md | Boldface, em dashes, emojis |
references/06-communication-patterns.md | Subject lines, "I hope this helps" |
references/07-template-artifacts.md | Mad Libs patterns, placeholders |
references/08-markup-issues.md | Markdown vs wikitext confusion |
references/09-chatgpt-specific-artifacts.md | turn0search, oaicite |
references/10-citation-problems.md | Hallucinated DOIs, dead links |
references/11-meta-indicators.md | Abrupt cutoffs, style discrepancies |
This plugin includes PostToolUse hooks that automatically scan Write/Edit output for anti-patterns. When patterns are detected:
The hook checks for all CRITICAL and HIGH severity patterns automatically.
| Excuse | Reality | Do Instead |
|---|---|---|
| "This puffery is appropriate for the register" | Puffery is never appropriate; precision always beats vagueness | REPLACE with concrete, specific language |
| "The user specifically requested this style" | Users request outcomes, not AI-smell | DELIVER the outcome without the patterns |
| "Bold emphasis is needed here for readability" | If you need bold to make it readable, the sentence is weak | REWRITE the sentence so it stands without formatting |
| "This hedge ('it's important to note') adds nuance" | It adds nothing; state the point directly | DELETE the hedge, keep the point |
| "The transition phrase connects the ideas" | "Furthermore" and "Moreover" are filler, not connection | CUT the transition; if ideas connect, the reader sees it |
| "This summary paragraph is helpful" | If the reader needs a summary of what you just said, you said it poorly | DELETE the summary, revise the original |
Skimming instead of checking each sentence against the pattern list is NOT HELPFUL — the user submits AI-smelling text that damages their credibility. Skimming is not checking.
| Thought | Why It's Wrong | Do Instead |
|---|---|---|
| "This sounds professional" | AI puffery sounds generic, not professional | Use concrete, specific language |
| "I'll add emphasis" | "Very important" and bold are AI tells | Let content speak for itself |
| "Let me summarize the section" | Section summaries are formulaic | Start with substance |
| "Three examples is a good number" | Rule of three is an AI pattern | Use the right number for the content |
From Wikipedia's guide:
/writing - Core writing principles from Elements of Style/writing-legal - Legal writing (Phase 2)/writing-econ - Economics writing (Phase 2)