Token导航 LogoToken导航TokenDH.com
开发敏感数据github未标认证来源可访问许可证需确认审计通过

technical-writing-style技术写作风格

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

247

周安装

10

GitHub Stars

7

下载量

78
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:technical-writing-style(技术写作风格)
来源仓库:https://github.com/arustydev/ai
仓库路径:skills/technical-writing-style
安装命令:
npx skills add https://github.com/arustydev/ai --skill technical-writing-style
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/arustydev/ai --skill technical-writing-style

简介

technical-writing-style 用于辅助文档、README 和 Markdown 内容的整理与改写,适合在 Codex、Claude、Cursor、Gemini CLI 中进行技术文案优化时使用。

  • 适用于提炼文档结构、统一术语风格和检查链接有效性等场景。
  • 帮助 Agent 将零散材料组织成可读性强的技术文档。
  • 安装命令:npx skills add https://github.com/arustydev/ai --skill technical-writing-style。
  • 使用时应保留项目已有事实,避免将未确认信息写成确定结论。

SKILL.md

Technical Writing Style Guide

Style and voice guidelines for creating clear, engaging technical blog content.

Overview

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:

  • Voice and tone standards for technical content
  • Sentence structure and clarity guidelines
  • Terminology consistency practices
  • Reader engagement techniques

This skill does NOT cover:

  • Content structure and organization (see content-structure-patterns)
  • Code example formatting (see code-example-best-practices)
  • SEO optimization

Quick Reference

Voice Guidelines

PrincipleDoDon'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"

Clarity Checklist

CheckTarget
Sentence lengthUnder 25 words
Paragraph length3-4 sentences
Jargon ratioDefine or avoid 80%+
Passive voiceLess than 10%

Principles

1. Write for Scanners First

Technical readers scan before reading. Support this:

  • Use descriptive headings that convey meaning
  • Lead paragraphs with the key point
  • Use bullet points for lists of 3+ items
  • Bold key terms on first introduction

2. One Idea Per Paragraph

Each paragraph should:

  • Start with a topic sentence
  • Support that single idea
  • Transition smoothly to the next

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.

3. Explain, Then Show

Follow this pattern:

  1. State what something does
  2. Explain why it matters
  3. Show how to use it

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: ``bash export DATABASE_URL="postgres://..." ``

4. Respect Reader Time

  • Get to the point quickly
  • Cut filler words ("basically", "actually", "just")
  • Remove redundant phrases ("in order to" → "to")
  • Use concrete words over abstract ones

Tone Guidelines

Technical but Accessible

Write as a knowledgeable peer, not a textbook:

TextbookPeer
"It is necessary to initialize the configuration prior to execution""Initialize the config before running"
"The aforementioned methodology""This approach"
"Utilize""Use"

Confident but Humble

  • Be direct about what works
  • Acknowledge trade-offs and alternatives
  • Admit when something is complex
  • Avoid oversimplifying difficult concepts

Engaging but Professional

  • Use "you" to address the reader
  • Vary sentence structure
  • Include occasional personality, but prioritize clarity
  • Avoid jokes that might confuse non-native speakers

Common Issues

Hedging Language

Problem: Excessive hedging weakens authority.

WeakStrong
"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:

  • Genuinely uncertain outcomes
  • Multiple valid approaches
  • Environment-specific behavior

Jargon Without Context

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.

Passive Voice Overuse

Problem: Obscures who does what.

PassiveActive
"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"

Formatting Standards

Headings

  • Use sentence case: "Setting up authentication"
  • Be specific: "Configuring Redis" > "Configuration"
  • Limit nesting to 3 levels (H2, H3, H4)

Lists

  • Use bullets for unordered items
  • Use numbers for sequences or rankings
  • Start each item with the same part of speech
  • Keep items parallel in structure

Emphasis

  • Bold for key terms on first introduction
  • code for commands, functions, file names
  • *Italics* sparingly, for emphasis or titles
  • Never use ALL CAPS for emphasis

See Also

  • content-structure-patterns skill - Blog organization patterns
  • code-example-best-practices skill - Code snippet guidelines
  • seo-specialist agent - SEO optimization

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.98%
按下载量换算29

Claude

30.84%
按下载量换算24

Cursor

18.74%
按下载量换算15

Gemini CLI

9.73%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills