Help us improve
Share bugs, ideas, or general feedback.
From blog-workflow
Provides style guidelines for technical blog posts on voice, tone, clarity, sentence structure, and consistency. Useful for accessible, engaging tech writing.
npx claudepluginhub arustydev/agents --plugin blog-workflowHow this skill is triggered — by the user, by Claude, or both
Slash command
/blog-workflow:technical-writing-styleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Style and voice guidelines for creating clear, engaging technical blog content.
Enforces Sentry's blog writing standards for technical posts, product announcements, and engineering deep-dives in a senior-engineer voice.
Writes technical blog posts, tutorials, and documentation in Flatiron School's engaging, conversational style. Use for code patterns, debugging stories, or complex topics.
Share bugs, ideas, or general feedback.
Style and voice guidelines for creating clear, engaging technical blog content.
This skill provides standards for technical blog writing that balances accessibility with technical depth. It covers voice, tone, sentence structure, and language choices that make technical content engaging and easy to follow.
This skill covers:
This skill does NOT cover:
| Principle | Do | Don't |
|---|---|---|
| Active voice | "Run the command" | "The command should be run" |
| Direct address | "You can configure..." | "One can configure..." |
| Present tense | "This function returns..." | "This function will return..." |
| Confident tone | "Use X for Y" | "You might want to use X" |
| Check | Target |
|---|---|
| Sentence length | Under 25 words |
| Paragraph length | 3-4 sentences |
| Jargon ratio | Define or avoid 80%+ |
| Passive voice | Less than 10% |
Technical readers scan before reading. Support this:
Each paragraph should:
Example:
Caching reduces database load by storing frequently accessed data in memory. When a request arrives, the cache checks for existing data before querying the database. This simple pattern can reduce response times by 90% for read-heavy workloads.
Follow this pattern:
Example:
Environment variables separate configuration from code. This lets you deploy the same application to different environments without code changes. Set them in your shell:
export DATABASE_URL="postgres://..."
Write as a knowledgeable peer, not a textbook:
| Textbook | Peer |
|---|---|
| "It is necessary to initialize the configuration prior to execution" | "Initialize the config before running" |
| "The aforementioned methodology" | "This approach" |
| "Utilize" | "Use" |
Problem: Excessive hedging weakens authority.
| Weak | Strong |
|---|---|
| "You might want to consider using..." | "Use..." |
| "It's probably a good idea to..." | "..." (just state it) |
| "This could potentially cause..." | "This causes..." |
When hedging IS appropriate:
Problem: Assumes knowledge readers may not have.
Solution: Define on first use or link to explanation:
GraphQL uses resolvers—functions that fetch the data for each field in your schema.
Problem: Obscures who does what.
| Passive | Active |
|---|---|
| "The error is thrown when..." | "The function throws an error when..." |
| "Configuration must be provided" | "You must provide configuration" |
| "The file is read by the parser" | "The parser reads the file" |
code for commands, functions, file namescontent-structure-patterns skill - Blog organization patternscode-example-best-practices skill - Code snippet guidelinesseo-specialist agent - SEO optimization