Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

humanize-readmehumanize README 控制

Agent Skill

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

总安装

564

周安装

24

GitHub Stars

公开资料未说明

下载量

198
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/b4r7x/agent-skills --skill humanize-readme

简介

用于辅助文档、README、Markdown 和内容稿件的整理与改写。

  • 适合提炼结构、补齐章节、统一术语或检查链接。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 使用时需保留项目事实,避免将未确认信息写成确定结论。
  • humanize-readme 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Humanize README

Reads the current README.md, audits it for AI slop patterns, then rewrites it in a direct, honest, human voice.

Workflow

Step 1 — Read the README

cat README.md

Also check what the project actually is (to rewrite with specifics, not generics):

cat package.json 2>/dev/null | head -20
cat pyproject.toml 2>/dev/null | head -15
ls src/ 2>/dev/null | head -10

Step 2 — Audit for slop

Read references/slop-patterns.md for the full list. Flag these in the README:

High-signal slop patterns:

  • Banned buzzwords: seamlessly, robust, scalable, leverage, cutting-edge, comprehensive, empower, intuitive, powerful, game-changer
  • 2026-era hedging/filler: "it's worth noting", "let's explore", "this is designed to", "makes it easy to", "enables developers to", "ensures", "has been designed"
  • Generic openers starting with "In today's...", "This powerful tool...", "This repository aims to..."
  • Feature lists with empty adjectives: "Blazing fast", "Enterprise-grade", "Intuitive API"
  • Suspiciously polished completeness with no honest gaps
  • Conclusions that philosophize about the project
  • Uniform sentence length — every sentence the same rhythm (burstiness check)
  • No personal voice — no "why it exists", no honest limitations, no tradeoffs mentioned

Step 3 — Rewrite

Rewrite the README applying these rules:

Voice:

  • Write like you'd explain the project over coffee — direct, specific, a bit casual
  • Use the actual tech names (not "modern technologies" or "industry-standard tools")
  • Keep code blocks, commands, and links exactly as they are
  • Preserve the structure (sections) but rewrite the prose

For each section:

  • Project description / intro — one or two sentences: what it does, why it exists. No superlatives.
  • Features — remove adjectives, add specifics. Not "Fast" → state the actual number if known, otherwise just name the feature plainly
  • Installation / Usage — keep as-is if already good; strip any "Welcome to the getting started..." filler
  • Why this project — if it exists and sounds generic, rewrite with a real reason or remove it
  • Contributing / Closing — strip "star this repo", philosophy, or over-long contributing guides

Tone rules:

  • Honest about gaps: "Not tested on Windows", "Still experimental", "Works on my machine"
  • Varied sentence lengths — short and long, not all the same
  • No emoji unless they were already there (and even then, fewer)
  • No exclamation marks unless genuinely warranted

Do NOT:

  • Add content that wasn't there — only rewrite existing content
  • Change technical accuracy — keep the same claims, just strip the fluff
  • Make it curt to the point of being unhelpful — clarity > brevity
  • Touch badge rows ([![...](...)](#) lines) — CI badges, version badges, license badges stay exactly as-is

Step 4 — Output

Output the full rewritten README in a single fenced markdown code block so it can be copied directly.

Before the block, briefly note what you changed (2-3 bullet points max).

For full banned phrase list and before/after examples: references/slop-patterns.md

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.63%
按下载量换算71

Claude

28.25%
按下载量换算56

Cursor

18.93%
按下载量换算37

Gemini CLI

9.65%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills