| name | tropes |
| description | Detects and eliminates AI writing tropes that make text sound artificial or formulaic. Use when generating text content, writing documentation, creating code comments, or reviewing writing style. Supports four-tier JSON preferences (global/project x shared/local office.json) read via load-preferences.sh. |
AI Writing Tropes Detection
Scan generated text for common AI writing patterns that make content sound artificial or formulaic. This skill provides a systematic workflow for identifying and eliminating tropes.
Source: tropes.fyi by ossama.is
Original gist: ossa-ma/f3baa9d2 โ the raw 33-trope list this skill's references/ are structured from and extended.
Core Principle
Write like a human expert: varied, precise, and professional.
The goal is to find the "middle ground" between overly colloquial or casual writing and the obscure, formulaic style typical of AI generation. A single pattern used once is usually fine; the problem occurs when multiple tropes cluster together or when the same trope repeats throughout the text.
When to Check
Scan for tropes when:
- Generating any text content (documentation, comments, messages)
- Reviewing writing before committing or publishing
- Editing AI-generated drafts
- Responding to user questions or creating explanations
Detection Workflow
0. Load User Preferences
CRITICAL: User preferences live in office.*.json files (NOT Claude Code's settings.json). These are the office plugin's own preference files following the .claude/plugin-name.local.* convention with .json carriers. They do NOT participate in the harness four-layer settings merge โ the merge is done by load-preferences.sh.