一键导入
orwell-writing-rules
Use when writing prose, documentation, commit messages, comments, or any text where clarity matters. Apply before finalizing written content.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when writing prose, documentation, commit messages, comments, or any text where clarity matters. Apply before finalizing written content.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build interactive canvas-based animations with pixel-art typography, spring physics, mouse/touch interaction, and idle animations. Use when asked to create animated backgrounds, letter grids, particle effects, or any interactive canvas component for React/Next.js sites.
Use when user asks to find, search, look up, or send iMessages, texts, or SMS. Triggers on mentions of iMessage, texts, messages, "what did X text me", "find my conversation with", "send a message to", "text X", or anything involving searching or sending iMessage/SMS/RCS messages.
Ganztagshelden Slack workspace communication rules. Use when composing or sending Slack messages to ensure proper thread structure, title formatting, reactions, and channel etiquette. Apply before sending any message via the Slack MCP.
Retrieves and queries up-to-date documentation and code examples from Context7 for any programming library or framework. Use when writing code that depends on external packages, verifying API signatures, looking up usage patterns, generating code with specific libraries, or when training data may be outdated. Covers setup questions, migration guides, and version-specific docs.
Use when user asks to find, search, or look up WhatsApp messages, chats, or conversations. Triggers on mentions of WhatsApp, messages, chats, "what did X say", "what did X tell me", or anything involving searching WhatsApp message history.
Copy text to the system clipboard. Use when user asks to copy something to clipboard, copy to pasteboard, or wants to paste something.
| name | orwell-writing-rules |
| description | Use when writing prose, documentation, commit messages, comments, or any text where clarity matters. Apply before finalizing written content. |
Six rules from George Orwell's 1946 essay "Politics and the English Language." They fight vague, pretentious, stale writing.
Never use a metaphor, simile, or figure of speech you see often in print.
❌ "tip of the iceberg"
❌ "low-hanging fruit"
❌ "move the needle"
❌ "at the end of the day"
❌ "think outside the box"
✅ Say what you mean directly
✅ Create fresh comparisons if needed
Never use a long word where a short one works.
| Long | Short |
|---|---|
| utilize | use |
| implement | do, build |
| functionality | feature |
| methodology | method |
| leverage | use |
| facilitate | help |
| terminate | end |
| ascertain | learn, find |
| component | part |
| initiate | start |
If you can cut a word, cut it.
❌ "in order to" → ✅ "to"
❌ "due to the fact that" → ✅ "because"
❌ "at this point in time" → ✅ "now"
❌ "in the event that" → ✅ "if"
❌ "a large number of" → ✅ "many"
❌ "is able to" → ✅ "can"
❌ "in spite of the fact" → ✅ "although"
❌ "for the purpose of" → ✅ "for" or "to"
Never use passive when active works.
❌ "The file was deleted by the user"
✅ "The user deleted the file"
❌ "The bug was introduced in v2.3"
✅ "We introduced the bug in v2.3" or "v2.3 introduced the bug"
❌ "It was decided that..."
✅ "We decided..." or "[Person] decided..."
Never use foreign phrases, scientific words, or jargon when everyday English works.
❌ "per se" → ✅ "by itself" or "as such"
❌ "a priori" → ✅ "beforehand" or "in advance"
❌ "paradigm shift" → ✅ "big change"
❌ "synergy" → ✅ "working together"
❌ "bandwidth" (for time) → ✅ "time" or "capacity"
❌ "circle back" → ✅ "return to" or "discuss later"
Exception: Technical terms with no plain equivalent are fine. "API", "cache", "async" have specific meanings—don't dumb them down.
Break any rule rather than say something ugly or unclear.
If following rules makes your writing worse, don't follow them. Clarity beats dogma.
Before finalizing text, ask:
| Pattern | Problem | Fix |
|---|---|---|
| "Very unique" | Unique has no degrees | "Unique" |
| "Basically" | Filler | Delete |
| "Actually" | Usually filler | Delete unless contrasting |
| "In terms of" | Vague connector | Be specific or delete |
| "Going forward" | Corporate speak | Delete or "from now on" |