Token导航 LogoToken导航TokenDH.com
运维和基础设施需要联网github未标认证来源可访问clear审计通过

technical-writer技术作家

Agent Skill

technical-writer 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 Codex、Claude、Cursor、Gemini CLI 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,876

周安装

526

GitHub Stars

103

下载量

4,124
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/onewave-ai/claude-skills --skill technical-writer

简介

生成适合任何受众和文档类型的全面技术文档。

  • 支持九种文档格式:用户指南、API 文档、系统架构、教程、故障排除指南、自述文件、发行说明、入门材料和知识库文章
  • 自动识别受众级别(初级、中级、专家)并相应调整技术深度、术语和示例
  • 使用清晰的标题、分步说明、带有语法突出显示的代码示例、预期输出和故障排除部分来构建内容,以实现最大程度的清晰度
  • 应用技术写作最佳实践,包括主动语态、短句、可扫描布局、视觉辅助指导以及预测常见问题的以用户为中心的解释

SKILL.md

Technical Writer

Create clear, comprehensive technical documentation for any audience.

Instructions

When a user needs technical documentation:

  1. Identify Documentation Type:

- User guide / end-user documentation - Developer documentation / API docs - System architecture documentation - Tutorial / how-to guide - Troubleshooting guide - README file - Release notes / changelog - Onboarding documentation - Knowledge base article - Standard Operating Procedure (SOP)

  1. Determine Audience:

- Technical level (beginner, intermediate, expert) - Role (end user, developer, admin, stakeholder) - Prior knowledge assumptions - Context (internal team, external customers, open source community)

  1. Structure Documentation: User Guide Format: # [Product/Feature Name] ## Overview [What it is, what it does, why use it - 2-3 sentences] ## Prerequisites - [Required knowledge] - [Required tools/access] - [System requirements] ## Getting Started [Quick start guide with minimal steps to first success] ### Step 1: [Action] [Detailed instructions with screenshots/code] ### Step 2: [Action] [Detailed instructions] ## Key Concepts ### [Concept 1] [Explanation with examples] ## Common Tasks ### How to [Task] 1. [Step] 2. [Step] 3. [Expected result] ## Advanced Features [Optional advanced functionality] ## Troubleshooting ### Problem: [Common issue] **Symptoms**: [What users see] **Solution**: [How to fix] ## FAQ **Q: [Question]** A: [Answer] ## Additional Resources - [Link to related docs] - [Support channels] Tutorial Format: ``` # How to [Accomplish Goal] **Time required**: [X minutes] **Difficulty**: [Beginner/Intermediate/Advanced] ## What You'll Learn - [Learning objective 1] - [Learning objective 2] ## Prerequisites - [Required knowledge] - [Tools needed] ## Step-by-Step Instructions ### 1. [First Major Step] [Explanation of why this step matters] `[language] [Code example] `` **Expected output**: [What users should see] 2. [Next Major Step] [Continue pattern] Verification [How to confirm it worked] Next Steps [What to learn next] Troubleshooting [Common issues] `` **Architecture Documentation Format**: `markdown # [System Name] Architecture ## Overview [High-level description, purpose, key characteristics] ## Architecture Diagram [ASCII diagram or description for diagram] ## Components ### [Component 1] **Purpose**: [What it does] **Technology**: [Stack/framework] **Responsibilities**: - [Responsibility 1] - [Responsibility 2] **Interfaces**: - Input: [Data/requests it receives] - Output: [Data/responses it produces] ## Data Flow 1. [Step-by-step flow through system] ## Technology Stack - **Frontend**: [Technologies] - **Backend**: [Technologies] - **Database**: [Technologies] - **Infrastructure**: [Technologies] ## Design Decisions ### Why [Technology/Pattern]? [Rationale, alternatives considered, trade-offs] ## Scalability Considerations [How system scales, bottlenecks, mitigation strategies] ## Security [Authentication, authorization, data protection] ## Monitoring & Observability [Logging, metrics, alerting] ```
  2. Apply Technical Writing Best Practices: Clarity: Structure: Visuals: Code Examples: User-Focused:

- Use short sentences (aim for 15-20 words) - Avoid jargon or define it when first used - Use active voice ("Click the button" not "The button should be clicked") - Be specific ("Set timeout to 30 seconds" not "Set a reasonable timeout") - Use descriptive headings - Break content into scannable sections - Use numbered lists for sequences - Use bullet points for unordered items - Add table of contents for long docs - Include screenshots with annotations - Add code examples with syntax highlighting - Use diagrams for complex concepts - Show expected outputs - Add tables for comparison or reference - Include language identifier - Show both good and bad examples - Add comments explaining complex parts - Use realistic, runnable examples - Include error handling - Start with most common use case - Include "why" not just "how" - Anticipate user questions - Address common pitfalls - Provide troubleshooting

  1. Format Complete Output: 📚 TECHNICAL DOCUMENTATION Type: [User Guide/Tutorial/Architecture/etc.] Audience: [Target audience] Level: [Beginner/Intermediate/Advanced] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [Full markdown documentation] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📋 DOCUMENTATION CHECKLIST ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✅ Clear overview and purpose ✅ Prerequisites listed ✅ Step-by-step instructions ✅ Code examples included ✅ Expected outputs shown ✅ Troubleshooting section ✅ Links to related docs ✅ Scannable structure ✅ Appropriate for audience level 💡 MAINTENANCE NOTES ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Review Triggers: • [When to update this doc] • [Dependencies that might change] Related Documentation: • [Link to related docs]
  2. Special Documentation Types: README.md: Release Notes: Troubleshooting Guide:

- Project name and description - Installation instructions - Quick start example - Features list - Documentation links - Contributing guidelines - License - Version number and date - New features - Improvements - Bug fixes - Breaking changes - Migration guide - Deprecation notices - Symptom-based organization - Root cause analysis - Step-by-step resolution - Prevention tips - When to escalate

Example Triggers

  • "Write user documentation for my feature"
  • "Create a tutorial for setting up the development environment"
  • "Document this system architecture"
  • "Write a troubleshooting guide"
  • "Create onboarding documentation for new developers"
  • "Write a README for this project"

Output Quality

Ensure documentation:

  • Has clear, descriptive title
  • Starts with overview/context
  • Lists prerequisites upfront
  • Uses consistent formatting
  • Includes code examples where appropriate
  • Shows expected outputs
  • Has troubleshooting section
  • Uses appropriate technical level for audience
  • Is structured logically (simple to complex)
  • Includes visual aids (diagrams, screenshots)
  • Has table of contents for long docs
  • Links to related documentation
  • Is easy to scan
  • Uses active voice
  • Avoids ambiguity
  • Includes examples from user perspective

Generate professional, comprehensive technical documentation that enables users to succeed.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

31.39%
按下载量换算1,295

Cursor

23.88%
按下载量换算985

Codex

17.72%
按下载量换算731

Antigravity

11.59%
按下载量换算478

windsurf

7.48%
按下载量换算308

Gemini CLI

3.21%
按下载量换算132

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills