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

repo-doc-maintainer回购文档维护者

Agent Skill

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

总安装

1,505

周安装

64

GitHub Stars

公开资料未说明

下载量

527
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/tahajemmali/skills --skill repo-doc-maintainer

简介

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

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中提炼结构或统一术语。
  • 使用时应保留项目事实,避免写成确定结论。
  • 涉及对外文案时需控制语气,避免过度营销。
  • 安装方式:通过 npx skills add 从 GitHub 仓库安装。

SKILL.md

Repo Doc Maintainer

Overview

Review the latest local changes, classify whether they introduced stable repo-shaping knowledge, and update project-level documentation (AGENTS.md, CLAUDE.md, or equivalent) only when that knowledge would help the next contributor work safely.

Keep docs compact and high signal. Do not turn any file into a changelog, feature walkthrough, or implementation dump.

Workflow

  1. Inspect the latest change set.
  2. Compare the change against the current guidance in the project's documentation files.
  3. Decide whether the change introduced new high-level knowledge that future contributors need.
  4. Update only the appropriate document and only at the correct level of abstraction.
  5. Summarize what changed or explicitly say no doc update is needed.

Inspect The Change Set

Check the local diff first. Prefer the smallest scope that answers the question:

  • git status --short
  • git diff --stat
  • git diff -- <path>
  • git log -1 --stat

If the user asks about merged or already committed work, inspect the relevant commit or commit range instead.

Read the affected code before editing docs. Do not infer a new rule from filenames alone.

Decide Whether Docs Should Change

Update docs only for durable, reusable guidance such as:

  • a new architectural pattern or layering rule
  • a new dependency or repo-wide technology choice
  • a new required validation or workflow step
  • a new DI, routing, state, API, persistence, or testing convention
  • a new gotcha that is subtle, repeatable, and likely to cause regressions
  • a new location of truth for important behavior

Do not update docs for:

  • one-off feature details
  • temporary workarounds unless they are active repo constraints
  • file-by-file summaries
  • naming trivia
  • low-level implementation mechanics that are obvious from code
  • changes that are already captured adequately in existing docs

Use this test: if the next competent contributor would likely make a mistake without knowing this, and the guidance remains useful beyond one feature, document it.

Choose The Right File

Update AGENTS.md (or CLAUDE.md) when the guidance should be visible in the fastest possible repo brief:

  • stable architectural constraints
  • repo-wide rules
  • mandatory validation commands
  • short "what matters" reminders

If neither AGENTS.md nor CLAUDE.md exists and a doc update is warranted, create AGENTS.md at the repo root with only the guidance that meets the criteria above. Do not create it for weak candidates.

Keep additions terse. Prefer a single bullet or short sentence.

Update onboarding or developer docs when the guidance needs more explanation:

  • decision rules
  • examples
  • gotchas
  • workflow detail
  • rationale that helps a new contributor apply the rule correctly

If a rule belongs in both files, put the shortest possible reminder in AGENTS.md and the fuller explanation in the onboarding doc.

Editing Rules

  • Keep docs high level and DRY.
  • Preserve existing tone and structure.
  • Integrate new guidance into the most relevant existing section instead of appending random notes.
  • Prefer editing or tightening an existing bullet before adding a new one when the concept already exists.
  • Avoid repeating the same rule in multiple sections of the same file.
  • Do not document speculative patterns. The rule should already exist in code or workflow.

Output Expectations

After review, report one of these outcomes:

  • no doc update needed, with a brief reason
  • updated AGENTS.md / CLAUDE.md
  • updated onboarding docs
  • updated both

When you update docs, describe the repo-shaping guidance you added, not a file-by-file diff dump.

Doc Update Criteria

Use this rubric when deciding whether a recent change deserves documentation in project-level docs.

Good Candidates

  • New repo-wide API or data-access pattern
  • New state-management rule that affects multiple features
  • New dependency-injection registration requirement
  • New routing or bootstrap constraint
  • New persistence, localization, or testing convention
  • New validation command, CI expectation, or test convention
  • New subtle regression trap discovered through real work

Weak Candidates

  • Single-screen implementation detail
  • Private helper extraction
  • Renaming or code movement with no behavior change
  • Temporary experiment
  • Feature-specific copy or asset changes
  • Test-only detail that does not represent a broader repo convention

Questions To Ask

  1. Would this still matter in a month?
  2. Does this affect more than one file, feature, or future task?
  3. Would a contributor who skips this guidance likely make a real mistake?
  4. Is the rule already captured clearly in one of the docs?
  5. Can this be stated at a high level without teaching the implementation?

If the answer to the first three is mostly yes, document it. If the last two are no, document it carefully and concisely.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.11%
按下载量换算180

Claude

33.45%
按下载量换算176

Cursor

20.8%
按下载量换算110

Gemini CLI

9.14%
按下载量换算48

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills