Token导航 LogoToken导航TokenDH.com
前端设计敏感数据github未标认证来源可访问clear审计通过

document-writer文件撰稿人

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

1,048

周安装

42

GitHub Stars

14

下载量

339
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill document-writer

简介

为特定项目编写技术文档的智能助手。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 需先读取参考手册与校验清单再开始起草。
  • 中文请求应输出中文文档并保持术语一致。
  • 禁止虚构未经验证的项目细节与接口说明。
  • document-writer 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Write or update technical documentation for the target project at $ARGUMENTS.

Preconditions

  1. If $ARGUMENTS is empty, report: Error: Please provide the target path and the documentation task (for example: './docs/api.md update the payment API docs' or './src/utils.ts add JSDoc for the public helpers').
  2. Read $SKILL_DIR/references/WORKFLOW.md, $SKILL_DIR/references/DOCUMENT_TYPES.md, and $SKILL_DIR/references/VERIFICATION_CHECKLIST.md before drafting.
  3. If the request is in Chinese, the output file is Chinese, or the user wants polishing/rewrite into Chinese, also read $SKILL_DIR/references/CHINESE_TECH_WRITING.md.

Execution Flow

1. Classify the task

Determine the closest document type before writing:

  • README.md or overview docs
  • API reference or endpoint documentation
  • Architecture or design explanation
  • User guide, operator guide, troubleshooting, FAQ
  • CONTRIBUTING, maintenance, migration, or release notes
  • JSDoc, docstrings, or code comments

Infer the type from the requested file, target path, and user request. Ask only if multiple document types would lead to materially different outputs.

2. Gather evidence from the codebase

Use the actual project files as the source of truth:

  1. Read existing documentation first so you preserve project vocabulary and avoid duplicating stale mistakes.
  2. Inspect the directory structure, entrypoints, configs, public interfaces, examples, and tests.
  3. Trace important flows from input to output when documenting behavior, not just file names.
  4. For API or architecture docs, verify routes, config keys, environment variables, and defaults against code.
  5. For JSDoc or comments, read the concrete symbol implementation before writing anything.

3. Decide language, audience, and output location

  1. Match the language requested by the user or already used by the surrounding docs.
  2. If the task is a rewrite into Chinese, follow the Chinese writing reference instead of translating line by line.
  3. Prefer updating the explicitly requested file in place.
  4. If no exact file is given, use the conventional location:

- repository root for README.md, CONTRIBUTING.md, MIGRATION.md - docs/ for user, API, or architecture docs - source file for JSDoc or code comments

  1. If location is still ambiguous after exploring the repo, ask one focused question.

4. Draft using the correct structure

  1. Apply the matching template and required sections from DOCUMENT_TYPES.md.
  2. Scale the detail to the real scope:

- small utility or module: shorter docs, fewer sections - multi-component flow or public API: full structure with examples and failure cases

  1. Organize around reader tasks, public interfaces, or data flow instead of mirroring the folder tree mechanically.
  2. For architecture docs covering more than one component, include a Mermaid diagram unless the repo already uses another explicit format.

5. Generate content that can survive verification

  1. Base commands, code snippets, function signatures, env vars, and config values on real files.
  2. Preserve industry-standard English terms when they are clearer than forced translation.
  3. In Chinese docs, prefer natural Chinese phrasing over literal translation.
  4. Use TODO: only for facts that cannot be derived from the repo and are necessary for completeness.
  5. For comments and JSDoc, document public contracts, side effects, invariants, errors, or non-obvious behavior. Do not add boilerplate comments that restate the code.

6. Verify before handoff

Walk through VERIFICATION_CHECKLIST.md and confirm:

  • every important claim is backed by code, config, tests, or existing maintained docs
  • examples and commands match the project layout
  • links and file paths exist
  • no secrets, tokens, private endpoints, or internal-only notes were leaked
  • Chinese output follows the Chinese writing reference when applicable

Rules

  • Do not fabricate APIs, CLI flags, configuration defaults, performance numbers, or implementation details.
  • Do not copy stale wording from old docs without checking whether the code still matches.
  • Do not translate common technical terms into unnatural Chinese when the English form is the norm.
  • Keep the tone concise, direct, and professional.
  • Output the documentation artifact only. Avoid extra conversational explanation unless the user explicitly asks for it.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

26.42%
按下载量换算90

Codex

25.17%
按下载量换算85

windsurf

18.35%
按下载量换算62

OpenCode

13.4%
按下载量换算45

Cursor

7.46%
按下载量换算25

github-copilot

3.51%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills