Style guide for technical blog posts covering voice, tone, clarity, and consistency standards
Applies technical writing style guidelines for creating clear and consistent blog posts.
npx claudepluginhub arustydev/aiThis skill inherits all available tools. When active, it can use any tool Claude has access to.
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 optimizationActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.