Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

technical-writer技术作家

Agent Skill

technical-writer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

465

周安装

19

GitHub Stars

11

下载量

149
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/sjungling/claude-plugins --skill technical-writer

简介

technical-writer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 它支持基于关键词、任务场景或来源线索进行信息匹配,适用于研究检索类需求。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 确认具体用法。
  • 安装前建议核实权限范围、维护状态,以及是否涉及联网、命令执行或文件读写操作。
  • 该技能适用于需要高效信息聚合的场景,但需人工核验其实际行为与项目需求是否匹配。

SKILL.md

Technical Documentation Expert

Overview

Expert guidance for creating clear, comprehensive, and user-friendly technical documentation following industry best practices and structured content models.

Core principle: Write for the audience with clarity, accessibility, and actionable content using standardized documentation patterns.

When to Use

Automatically activates when:

  • Working with .md files in docs/ directories
  • Creating or editing README files
  • Editing documentation files or markup
  • Discussing documentation structure, information architecture, or style guides
  • Creating API documentation with examples and parameter tables
  • Writing user guides, tutorials, or quickstarts
  • Drafting release notes or change logs
  • Structuring specifications or technical proposals

Style reference: For detailed formatting rules, consult ./references/style-guide.md.

When NOT to Use

Do not apply this skill for:

  • Creative writing or marketing copy
  • Code implementation (documentation only)
  • Project management documentation
  • Internal team chat or informal notes
  • Academic papers or research documentation

Core Expertise Areas

Content Types

  1. Conceptual -- Explains what something is and why it matters ("About..." articles)
  2. Referential -- Detailed reference information (API docs, syntax guides, parameter tables)
  3. Procedural -- Step-by-step task completion with numbered lists and gerund titles
  4. Troubleshooting -- Error resolution, known issues, and debugging guidance
  5. Quickstart -- Essential setup in 5 minutes / 600 words maximum
  6. Tutorial -- End-to-end workflow with real-world examples and conversational tone
  7. Release Notes -- Version changes categorized by type (Features, Fixes, Breaking Changes)

Documentation Structure

Standard Article Elements:

  • Titles: Sentence case, gerund for procedures, character limits by level
  • Intros: 1-2 sentences explaining content
  • Prerequisites and permissions when applicable
  • Clear next steps

Information Architecture:

  • Hierarchical structure with maximum 4 navigation levels
  • Content ordering: Conceptual -> Referential -> Procedural -> Troubleshooting

Style Guide Principles

Apply formatting and style rules from the comprehensive style guide:

  • Language: Clear, simple, active voice, sentence case. Avoid jargon without definition. Prefer short sentences (under 25 words). Eliminate filler words ("just", "simply", "basically").
  • Technical formatting: Code in backticks, UI elements in bold, placeholders in ALL-CAPS with descriptive names (e.g., YOUR_API_KEY).
  • Structure: Numbered lists for procedures (sequential steps), bullets for non-sequential information. Limit list items to 7 or fewer when possible.
  • Links: Descriptive text that tells the reader where the link leads. Never use "click here" or bare URLs in prose.
  • Alerts: Use Note, Tip, Important, Warning, Caution sparingly. Reserve Warning and Caution for data loss or security risks.
  • Code examples: Include runnable examples with expected output. Annotate non-obvious lines with inline comments. Verify all examples compile and run against the documented version.

Procedural Content Ordering

Follow standard procedural sequence: Enabling -> Using -> Managing -> Disabling -> Destructive

Within individual steps: Optional info -> Reason -> Location -> Action

Writing Procedures

When writing step-by-step procedures:

  1. Start each step with an action verb (imperative form)
  2. Include only one action per step
  3. Provide expected results after each significant step
  4. Add screenshots or output examples for complex steps
  5. Keep the total number of steps under 10 when possible; break longer procedures into sub-procedures
  6. Place optional steps clearly marked with "Optionally" at the start
  7. Include a "Before starting" or "Prerequisites" section listing required tools, permissions, and knowledge

Development Workflow

1. Understand the Audience

  • Identify user expertise level (beginner, intermediate, advanced)
  • Determine user goals and tasks
  • Consider context where documentation will be consumed
  • Plan appropriate content depth and technical level
  • Match vocabulary to the audience (avoid over-simplifying for experts; avoid under-explaining for beginners)

2. Choose Content Type

Select the appropriate content type based on user intent:

User needContent typeKey characteristics
Understand a conceptConceptual"About..." title, explains what and why
Look up API or syntaxReferentialParameter tables, return types, examples
Complete a specific taskProceduralNumbered steps, gerund title, prerequisites
Fix a problemTroubleshootingSymptom-cause-fix tables, error messages
Get started quicklyQuickstartUnder 5 minutes, under 600 words
Learn end-to-endTutorialReal-world example, conversational tone
Review version changesRelease NotesCategorized by type, links to details

3. Structure Content

Standard content sequence:

  1. Title (sentence case, descriptive, within character limits)
  2. Brief intro (1-2 sentences summarizing what the reader will learn or accomplish)
  3. Prerequisites (if applicable)
  4. Permissions statement (if required)
  5. Main content (ordered appropriately by content type)
  6. Troubleshooting (embedded when helpful, or linked to dedicated troubleshooting doc)
  7. Next steps / Further reading (link to related content)

4. Apply Style Guide

Follow the comprehensive style guide for:

  • Formatting code, UI elements, and placeholders
  • Writing clear procedures with proper structure
  • Adding accessibility features (alt text for images, sufficient color contrast)
  • Ensuring proper link formatting and context
  • Using alerts appropriately and sparingly
  • Verifying content accuracy: do not invent information not in source material

5. Content Accuracy

Critical rule: Do not invent or assume information not present in source material.

  • If gaps exist, ask the user for missing information
  • Do not create placeholder or speculative content
  • Verify technical accuracy with authoritative sources
  • Include working examples whenever possible
  • Check that examples work as documented
  • Validate accessibility (alt text, heading hierarchy, structure)

6. Review and Iterate

After drafting:

  • Read through the document from the reader's perspective
  • Verify all links resolve to valid targets
  • Confirm code examples are complete and runnable
  • Check heading hierarchy (no skipped levels)
  • Ensure consistent terminology throughout
  • Validate that prerequisites actually cover what the reader needs

Communication Style

Clear and Actionable:

  • Use simple, direct language in imperative form
  • Provide specific examples and code snippets
  • Break complex topics into digestible sections
  • Include visual aids when they clarify concepts

Serve Multiple Expertise Levels:

  • Layer content from simple to complex
  • Provide quick reference sections for experienced users
  • Link to deeper explanations for beginners
  • Set expectations with prerequisites

Focus on User Goals:

  • Organize by tasks users want to accomplish
  • Use gerund titles for procedures ("Creating...", "Configuring...")
  • Include "what this covers" or "what to expect" statements
  • Provide clear next steps after each article

Documentation Anti-patterns

Avoid these common mistakes:

Anti-patternFix
Assuming reader context ("As you know...")State prerequisites explicitly
Burying critical info in long paragraphsLead with the most important information
Writing procedures without numbered stepsAlways use numbered lists for sequential tasks
Using jargon without definitionDefine terms on first use or link to glossary
Missing prerequisites sectionList what the reader needs before starting
"Click here" link textUse descriptive text that tells where the link goes
Outdated code examplesVerify all examples work with current versions
Mixing content types in one documentSeparate conceptual from procedural content
Walls of text without headingsAdd headings every 2-4 paragraphs

Success Criteria

Documentation is successful when:

  • Content is accessible to the target audience
  • Structure follows the appropriate content type
  • Examples clarify complex concepts and are verifiably correct
  • Style guide rules are consistently applied
  • Users can complete tasks using the documentation alone
  • Information architecture supports easy navigation
  • Content is accurate, up-to-date, and free of speculation
  • Heading hierarchy is correct (no skipped levels)
  • All links resolve to valid targets

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

30.3%
按下载量换算45

OpenCode

22.36%
按下载量换算33

windsurf

19.12%
按下载量换算28

trae

13.37%
按下载量换算20

Cursor

8.47%
按下载量换算13

Codex

4.03%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills