원클릭으로
technical-writing-style
Style guide for technical blog posts covering voice, tone, clarity, and consistency standards
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Style guide for technical blog posts covering voice, tone, clarity, and consistency standards
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Strategic search planning for agent-driven research. Generates structured search-term matrices with tiered fallback strategies, engine-specific operators, and grading criteria before executing any searches. Use this skill whenever research requires more than a single search query — comparing technologies, verifying claims across sources, surveying a landscape, investigating a multi-faceted question, or building evidence for a decision. Do NOT use for quick factual lookups, fetching a single known URL, or questions answerable from a single source. Covers tech, academic, regulatory, and general domains. Think of it as "research planning" — the matrix is the plan, execution comes after.
Create language conversion skills for translating code from language A to language B. Use when building 'convert-X-Y' skills, designing type mappings between languages, establishing idiom translation patterns, or defining conversion methodologies. Provides foundational patterns that specific conversion skills extend.
Guide for translating code between programming languages. Use when converting code from one language to another, planning language migrations, understanding conversion challenges, asking about type mappings, idiom translations, or referencing pattern mappings. Covers APTV workflow, type systems, error handling, concurrency, and language-specific gotchas.
Identify skill coverage gaps and improvement opportunities. Use when analyzing missing skills for a task, creating skill gap issues, evaluating skill effectiveness, or refining skill progressive disclosure.
Validate Claude Code skills against best practices. Use when checking skill quality, running validation, or creating improvement issues.
{{DESCRIPTION}}
| name | technical-writing-style |
| description | Style guide for technical blog posts covering voice, tone, clarity, and consistency standards |
| created | "2025-02-19T00:00:00.000Z" |
| updated | "2025-02-19T00:00:00.000Z" |
| tags | ["blog","writing","style-guide","technical-writing"] |
| source | blog-workflow-plugin |
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