Style guide for technical blog posts covering voice, tone, clarity, and consistency standards
From blog-workflownpx claudepluginhub arustydev/agents --plugin blog-workflowThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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