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

adr-keeperADR 管理员

Agent Skill

adr-keeper 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

380

周安装

16

GitHub Stars

2

下载量

133
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jonmumm/skills --skill adr-keeper

简介

adr-keeper 用于管理和维护架构决策记录(ADR),支持按时间顺序追加记录且禁止修改历史决策。

  • 适用于选择或变更依赖、建立架构模式、记录技术选型原因等需要长期追溯的场景。
  • ADR 文件存放于 docs/adrs/,命名格式为 YYYY-MM-DD-short-description.md。
  • 建议确认项目目录结构、文件写入权限及是否会触发外部工具调用。
  • adr-keeper 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

ADR Keeper

Architectural Decision Records capture the WHY behind structural choices. They are append-only (never edit old decisions — supersede with new ones) and sorted chronologically like database migrations.

When to Create an ADR

  • Choosing or changing a dependency
  • Establishing or changing an architectural pattern
  • Making a trade-off that future developers (or agents) need to understand
  • Any decision where "why did we do it this way?" would be asked later

File Location & Naming

ADRs live in docs/adrs/ (created by create-agents-md, or create manually).

Naming: YYYY-MM-DD-short-kebab-description.md

Examples:

  • 2026-03-01-use-vitest-over-jest.md
  • 2026-03-05-separate-ui-from-business-logic.md
  • 2026-03-07-adopt-gherkin-acceptance-tests.md
  • 2026-03-07-cloudflare-worker-as-api-proxy.md

The date prefix ensures ADRs sort chronologically, like migrations.

Creating an ADR

  1. Create the file using the template below (see references/adr-template.md)
  2. Fill all sections — Context is the most important (it captures the forces)
  3. Add the entry to docs/adrs/index.md

Template

# ADR: [Short Title]

**Date:** YYYY-MM-DD
**Status:** Proposed | Accepted | Superseded by [link]

## Context

[What forces led to this decision? What problem were we solving?
What constraints did we face? Be specific — this is the most valuable
section because it captures WHY.]

## Decision

[What did we decide? State it clearly and concisely.]

## Consequences

### Positive
- [What we gain]

### Negative
- [What we trade away]

### Neutral
- [Side effects that are neither clearly good nor bad]

Managing ADRs

Superseding a Decision

Never edit an old ADR. Instead:

  1. Create a new ADR explaining the new decision
  2. Update the old ADR's status: **Status:** Superseded by [2026-04-15-new-decision.md](2026-04-15-new-decision.md)
  3. Update docs/adrs/index.md for both entries

Maintaining the Index

After every ADR change, update docs/adrs/index.md:

# Architectural Decision Records

| Date       | Decision                              | Status                   |
|------------|---------------------------------------|--------------------------|
| 2026-03-07 | Adopt Gherkin acceptance tests        | Accepted                 |
| 2026-03-05 | Separate UI from business logic       | Accepted                 |
| 2026-03-01 | Use Vitest over Jest                  | Superseded by 2026-04-01 |

For Agents

  • Before making structural decisions: Check docs/adrs/ for existing decisions that may justify or contradict the approach
  • After making structural decisions: Create an ADR so the next agent (or human) understands why
  • ADRs referenced from AGENTS.md Knowledge Base table (set up by create-agents-md)

Seeding ADRs from Existing Projects

When bootstrapping ADRs for a project that already has undocumented decisions (common when running create-agents-md for the first time):

  1. Look for "Key Decisions" sections in existing AGENTS.md or CLAUDE.md
  2. Look for inline comments explaining WHY something was done
  3. Look for TODO/HACK/FIXME comments that hint at trade-offs
  4. Create one ADR per decision, all dated today
  5. Update docs/adrs/index.md with all entries

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.81%
按下载量换算49

Claude

30.96%
按下载量换算41

Cursor

16.8%
按下载量换算22

Gemini CLI

9.25%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills