
Apply proven style rules (Elements of Style) to make documentation and messages clearer, more concise, and easier to read.
Provides prescriptive guidance and rules for writing clearly and concisely, distilled from William Strunk Jr.'s Elements of Style. The skill serves as a writing heuristic an agent can apply when editing docs, help text, or user messages to reduce verbosity and improve clarity.
Invoke this skill when a user asks to improve wording, shorten documentation, apply active voice, remove needless words, or fix common grammar and punctuation issues. Useful for editing README sections, help text, blog copy, and agent responses.
Any language-capable agent or LLM editing pipeline (editing tools, rewrite/transform capabilities). Particularly useful for documentation-writing agents and content QA pipelines.
A writing-style skill that embeds the full text of Strunk's Elements of Style (1918, public domain) as a SKILL.md reference. No scripts, no code execution — purely a prompt-style skill that tells the agent to apply grammar and composition rules. The 72KB SKILL.md is overwhelmingly raw book content with minimal agent-facing instructions. While the writing rules are genuinely useful, the skill is essentially a copy-paste of a public domain book rather than a well-structured agent skill.
Pure content skill with no executable code, so security is clean. Architecture is poor: monolithic dump of book text with minimal frontmatter and no separation into references/. The summary rules at the top are useful but buried under 1000+ lines of raw book content. Code quality is low-mid: the instructions are vague ('Apply these rules to task that requested by user'), and the skill lacks clear trigger conditions, input/output contracts, or practical guidance beyond 'use these rules'. Usefulness is moderate — writing clarity is broadly applicable, but this is better served as a concise reference card rather than embedding an entire book.