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

readme-writerREADME 写作

Agent Skill

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

总安装

576

周安装

24

GitHub Stars

公开资料未说明

下载量

192
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add nateberkopec/dotfiles --skill "readme-writer"

简介

用于辅助撰写高质量的项目自述文件文档。readme-writer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合突出项目价值、使用说明和社区参与方式。
  • 通过 GitHub 安装,需提供项目背景和核心功能概要。
  • 写作时应避免过度营销和技术黑话影响理解。
  • 最终文档需经团队成员审核后再正式发布。

SKILL.md

The general flow of a README:

  1. A section describing what the package does and why it's important (i.e. "what's in it for me" for the user)
  2. A section on how to install and use the package
  3. A section on common configuration options and methods
  4. A section on how to contribute or pointer to CONTRIBUTING.md, notes on the developer's build environment and potential portability problems.
  5. a brief explanation of any unusual top-level directories or files, or other hints for readers to find their way around the source;

Github-flavored markdown

Since most all of my projects are Github, you have have some neat markdown block extensions available:

[!CAUTION] [!IMPORTANT] [!NOTE] [!TIP] [!WARNING]

Use these to call out any semantic sections.

Reading level

I prefer a Fleisch-Kincaid reading level of 9th grade or below. Revise the README until it is below a 9th grade level.

Use scripts/flesch_kincaid.rb <filename> [branch] to check the grade level. If a branch is provided (typically main), the script will show the improvement compared to that branch.

IMPORTANT: Code blocks in markdown are ignored by the analysis scripts and should NEVER be modified for readability purposes.

ESL audience

Many of the people reading a software project README are not native speakers of English.

Use scripts/vocabulary_profiler.rb <filename> [branch] to check what % of words are in the top 1000 most common in English. If a branch is provided (typically main), the script will show the improvement compared to that branch. Aim to increase this percentage.

IMPORTANT: Code blocks in markdown are ignored by the analysis scripts and should NEVER be modified for readability purposes.

DO use active voice where possible. DON'T assume passive constructions are easy just because the words are simple. DO keep noun phrases short and direct. DON'T stack multiple modifiers before nouns ("the recently revised standardized testing protocol"). DO limit embedded clauses—one level of nesting is usually manageable. DON'T assume simple vocabulary guarantees comprehension; "The man who the dog that bit the cat chased ran away" uses basic words but is notoriously hard to parse. DO use conditionals sparingly, favoring simple "if/then" structures. DON'T rely heavily on mixed or inverted conditionals ("Had she known..."). DO make logical connections explicit with transition words (however, therefore, because). DON'T expect readers to infer relationships between ideas. DO spread information across multiple sentences when needed. DON'T pack too many new concepts into a single sentence. DO explain or gloss cultural references. DON'T assume shared background knowledge about idioms, historical events, or cultural touchstones.

Bibliography

— GNU Coding Standards, https://www.gnu.org/prep/standards/html_node/Releases.html#i... (July 1, 2021) — Software Release Practice HOWTO, https://tldp.org/HOWTO/Software-Release-Practice-HOWTO/distp... (Revision 4.1)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Claude Code

29.38%
按下载量换算56

windsurf

22.31%
按下载量换算43

OpenCode

17.23%
按下载量换算33

Codex

12.36%
按下载量换算24

Antigravity

8.25%
按下载量换算16

Gemini CLI

3.47%
按下载量换算7

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills