documentation-and-adrs
仓库创建 2026年7月5日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
帮助团队理解为何做出关键设计选择。
这个 Skill 做什么
记录架构决策与必要文档,保存设计背景与权衡。
把重要的架构选择和设计背景写清楚,不只是记录代码还交代为什么这么做、有哪些权衡与备选方案。用在做架构决策、改公共 API、发布新功能或需要给未来同事/agent留上下文时。特别之处是聚焦“为什么”和“取舍”,让后来者少走弯路并能看懂设计来龙去脉。
▸ 展开 SKILL.md 英文原文
Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.
0
Stars
0
Forks
25
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/documentation-and-adrs/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kulapoo/opencode-agent-harness/main/skills/documentation-and-adrs/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Documentation and ADRs ## Overview 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 to Use - Making a significant architectural decision - Choosing between competing approaches - Adding or changing a public API - Shipping a feature that changes user-facing behavior - Onboarding new team members (or agents) to the project - When you find yourself explaining the same thing repeate
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有