用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aRustyDev/agents --skill technical-writing-style命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| 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