什么是 documentation-and-adrs?
在做出架构决策、更改公共 API、发布功能时,或者在需要记录未来工程师和代理理解代码库所需的上下文时使用。 来源:addyosmani/agent-skills。
在做出架构决策、更改公共 API、发布功能时,或者在需要记录未来工程师和代理理解代码库所需的上下文时使用。
通过命令行快速安装 documentation-and-adrs AI 技能到你的开发环境
来源:addyosmani/agent-skills。
Document decisions, not just code. The most valuable documentation captures the why — the context, constraints, and trade-offs that led to a decision. Code shows what was built; documentation explains why it was built this way and what alternatives were considered. This context is essential for future humans and agents working in the codebase.
When NOT to use: Don't document obvious code. Don't add comments that restate what the code already says. Don't write docs for throwaway prototypes.
ADRs capture the reasoning behind significant technical decisions. They're the highest-value documentation you can write.
在做出架构决策、更改公共 API、发布功能时,或者在需要记录未来工程师和代理理解代码库所需的上下文时使用。 来源:addyosmani/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/addyosmani/agent-skills --skill documentation-and-adrs在做出架构决策、更改公共 API、发布功能时,或者在需要记录未来工程师和代理理解代码库所需的上下文时使用。 来源:addyosmani/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/addyosmani/agent-skills --skill documentation-and-adrs 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/addyosmani/agent-skills