accelint-readme-writer by gohypergiant/agent-skills
npx skills add https://github.com/gohypergiant/agent-skills --skill accelint-readme-writer此技能通过分析代码库并确保文档与实际功能保持同步,指导创建和维护全面、人性化的 README 文档。
在以下情况下使用此技能:
以下情况请勿激活:
确定 README 应存放的位置。在 monorepo 中,这决定了代码库分析的范围:
project-root/ # 此处的 README 记录整个 monorepo
├── packages/
│ └── my-lib/ # 此处的 README 仅记录 my-lib
│ └── README.md
└── README.md
从 README 所在目录开始递归解析代码:
index.ts、main.ts、package.json 中的 / 字段广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
mainexportsexamples/ 目录、测试文件或内联使用注释如果 README 已存在,识别差距:
对于新的 README,使用 README 模板 作为起点。
Start
↓
Does README.md exist?
├─ No → Analyze codebase → Generate from template
└─ Yes → Analyze codebase → Compare with existing
↓
Identify gaps and staleness
↓
Suggest specific changes
↓
Apply updates (with user confirmation)
需要时加载这些以获取详细指导:
此技能需要 humanizer 技能来审查生成的内容。
如果 humanizer 不可用:
/skill humanizer 调用它humanizer 技能可消除 AI 写作模式并确保文档听起来自然。没有它,生成的 README 可能包含机器人语言、夸大的重要性声明和其他 AI 痕迹。
始终根据锁文件使用正确的包管理器:
| 锁文件 | 包管理器 | 安装命令 |
|---|---|---|
pnpm-lock.yaml | pnpm | pnpm install |
package-lock.json | npm | npm install |
yarn.lock | yarn | yarn |
bun.lockb | bun | bun install |
对于超过约 200 行的 README,请包含一个目录。将其放在标题区域之后,安装部分之前。
必需子技能: 使用 humanizer 来审查和优化生成的 README 内容。
文档应该听起来像是真心想提供帮助的人写的。humanizer 技能识别并移除 AI 写作模式,包括:
生成 README 内容后,应用 humanizer 技能以确保输出听起来自然且像人写的。有关技术文档的额外指导,请参阅 references/writing-principles.md。
每周安装次数
88
仓库
GitHub 星标数
7
首次出现时间
2026 年 1 月 30 日
安全审计
安装于
codex80
claude-code76
cursor69
github-copilot65
opencode65
gemini-cli61
This skill guides the creation and maintenance of comprehensive, human-friendly README documentation by analyzing the codebase and ensuring documentation stays in sync with actual functionality.
Use this skill when:
Do not activate for:
Identify where the README should live. In monorepos, this determines the scope of codebase analysis:
project-root/ # README here documents entire monorepo
├── packages/
│ └── my-lib/ # README here documents only my-lib
│ └── README.md
└── README.md
Recursively parse code starting from the README's directory:
index.ts, main.ts, package.json main/exportsexamples/, test files, or inline usage commentsIf a README exists, identify gaps:
Follow the README Structure and apply Writing Principles.
Use the README Template as a starting point for new READMEs.
Start
↓
Does README.md exist?
├─ No → Analyze codebase → Generate from template
└─ Yes → Analyze codebase → Compare with existing
↓
Identify gaps and staleness
↓
Suggest specific changes
↓
Apply updates (with user confirmation)
Load these as needed for detailed guidance:
This skill requires the humanizer skill for reviewing generated content.
If humanizer is not available:
/skill humanizerThe humanizer skill removes AI writing patterns and ensures documentation sounds natural. Without it, generated READMEs may contain robotic language, inflated significance claims, and other AI artifacts.
Always use the correct package manager based on lockfiles:
| Lockfile | Package Manager | Install Command |
|---|---|---|
pnpm-lock.yaml | pnpm | pnpm install |
package-lock.json | npm | npm install |
yarn.lock | yarn | yarn |
bun.lockb |
Include a TOC for READMEs over ~200 lines. Place it after the heading area, before the Installation section.
REQUIRED SUB-SKILL: Use humanizer to review and refine generated README content.
Documentation should sound like it was written by someone who genuinely wants to help. The humanizer skill identifies and removes AI writing patterns including:
After generating README content, apply the humanizer skill to ensure the output sounds natural and human-written. See references/writing-principles.md for additional guidance specific to technical documentation.
Weekly Installs
88
Repository
GitHub Stars
7
First Seen
Jan 30, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykPass
Installed on
codex80
claude-code76
cursor69
github-copilot65
opencode65
gemini-cli61
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
159,700 周安装
| bun |
bun install |