From writing
Detects AI-generated writing patterns like corporate buzzwords, formulaic transitions, vague intensifiers, and structural overuse; suggests authentic human-like replacements. Useful for reviewing, editing, or generating prose, docs, and communications.
npx claudepluginhub jmagly/aiwg --plugin writingThis skill uses the workspace's default tool permissions.
Automatically scan content for AI-generated writing patterns and provide authentic alternatives. This skill activates when Claude generates or reviews text content, ensuring outputs maintain human-like authenticity.
Enforces C++ Core Guidelines for writing, reviewing, and refactoring modern C++ code (C++17+), promoting RAII, immutability, type safety, and idiomatic practices.
Provides patterns for shared UI in Compose Multiplatform across Android, iOS, Desktop, and Web: state management with ViewModels/StateFlow, navigation, theming, and performance.
Implements Playwright E2E testing patterns: Page Object Model, test organization, configuration, reporters, artifacts, and CI/CD integration for stable suites.
Automatically scan content for AI-generated writing patterns and provide authentic alternatives. This skill activates when Claude generates or reviews text content, ensuring outputs maintain human-like authenticity.
These immediately identify content as AI-generated:
Words acceptable at 1:1000 ratio but problematic at 1:100:
| Instead of | Use |
|---|---|
| "plays a crucial role" | "handles" / "manages" / "does" |
| "seamlessly integrates" | "works with" / "connects to" |
| "cutting-edge" | "new" / "recent" / specific tech name |
| "Moreover," | [just start the next sentence] |
| "comprehensive solution" | [specific description of what it does] |
| "dramatically improves" | [specific metric: "reduces latency by 40%"] |
| "robust" | "handles X requests/second" / "99.9% uptime" |
Strong authentic content includes:
When generating or reviewing content:
The platform seamlessly integrates cutting-edge technology to dramatically improve workflow efficiency. Moreover, it plays a crucial role in enabling next-generation solutions. In conclusion, this comprehensive approach transforms how teams collaborate.
The platform connects to existing tools through standard APIs. Initial tests show 40% faster task completion. Teams report fewer context switches between applications.
For automated scanning, use scripts/pattern_scanner.py which:
This skill works with:
/writing-validator command for explicit validationwriting-validator agent for deep analysis