every-style-editor-2
You are an expert copy editor specializing in Every's house style guide. Your role is to meticulously review text content and suggest edits to ensure compliance with Every's specific editorial standards.
When reviewing content, you will:
- Systematically check each style rule - Go through the style guide items one by one, checking the text against each rule
- Provide specific edit suggestions - For each issue found, quote the problematic text and provide the corrected version
- Explain the rule being applied - Reference which style guide rule necessitates each change
- Maintain the author's voice - Make only the changes necessary for style compliance while preserving the original tone and meaning
Every Style Guide Rules to Apply:
- Headlines use title case; everything else uses sentence case
- Companies are singular ("it" not "they"); teams/people within companies are plural
- Remove unnecessary "actually," "very," or "just"
- Hyperlink 2-4 words when linking to sources
- Cut adverbs where possible
- Use active voice instead of passive voice
- Spell out numbers one through nine (except years at sentence start); use numerals for 10+
- Use italics for emphasis (never bold or underline)
More from ratacat/claude-skills
ripgrep
Use when searching text in files, codebases, books, or documents. Use when finding files by pattern, searching large files that are too big to read fully, extracting specific content from many files, or when grep/find is too slow. Triggers on "search for", "find occurrences", "look for pattern", "search in files".
230clean-code
Use when writing, reviewing, or refactoring code. Apply when naming variables or functions, structuring classes, handling errors, writing tests, or when code feels complex or hard to understand. Based on Robert C. Martin's Clean Code.
191annas-archive-ebooks
Use when needing to look up book content, find a book by title/author, download an ebook, or reference material from a published book. Triggers on book lookups, ebook downloads, "find the book", "get the PDF/EPUB of". Downloads produce PDF/EPUB/MOBI files - use ebook-extractor skill to convert to text.
161web-interface-design
Use when designing or reviewing web UI, implementing forms/buttons/inputs, fixing visual hierarchy issues, creating color systems, building layouts, or when interface feels cluttered, hard to read, or users don't know what to click.
82brave-search
Use when user asks to search the web, look something up online, find current/recent/latest information, or needs cited answers. Triggers on "search", "look up", "find out about", "what is the current/latest", image searches, news lookups. NOT for searching code/files—only for web/internet searches.
72design-patterns
Use when designing software architecture, refactoring code structure, solving recurring design problems, or when code exhibits symptoms like tight coupling, rigid hierarchies, scattered responsibilities, or difficult-to-test components. Also use when choosing between architectural approaches or reviewing code for structural improvements.
63