什么是 compound-knowledge?
将团队知识笔记保存到 ./knowledge/ 中,文件名以日期为前缀。每个解决的问题、发现的模式或关键决策都成为可搜索的知识,使未来的工作变得更加容易。当用户想要捕获陷阱、错误、构建问题、解决方案、模式或决策以供将来参考时使用。 来源:da1z/agent-things。
将团队知识笔记保存到 ./knowledge/ 中,文件名以日期为前缀。每个解决的问题、发现的模式或关键决策都成为可搜索的知识,使未来的工作变得更加容易。当用户想要捕获陷阱、错误、构建问题、解决方案、模式或决策以供将来参考时使用。
通过命令行快速安装 compound-knowledge AI 技能到你的开发环境
来源:da1z/agent-things。
Each unit of work should teach the system something so subsequent work gets easier, not harder. Bug fixes eliminate future bug categories. Patterns become tools. Decisions become searchable context.
then write the content to ./knowledge/ /YYYY-MM-DD- .md using the Write tool. Do NOT use shell commands like cp or mkdir.
| error-fix | Something broke or surprised you — errors, gotchas, build failures, incidents. What happened and how to fix/avoid it. | | pattern | A recurring approach worth codifying — code patterns, workflow patterns, architectural conventions. | | decision | An architecture or design decision with rationale, alternatives, and tradeoffs. |
将团队知识笔记保存到 ./knowledge/ 中,文件名以日期为前缀。每个解决的问题、发现的模式或关键决策都成为可搜索的知识,使未来的工作变得更加容易。当用户想要捕获陷阱、错误、构建问题、解决方案、模式或决策以供将来参考时使用。 来源:da1z/agent-things。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/da1z/agent-things --skill compound-knowledge将团队知识笔记保存到 ./knowledge/ 中,文件名以日期为前缀。每个解决的问题、发现的模式或关键决策都成为可搜索的知识,使未来的工作变得更加容易。当用户想要捕获陷阱、错误、构建问题、解决方案、模式或决策以供将来参考时使用。 来源:da1z/agent-things。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/da1z/agent-things --skill compound-knowledge 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/da1z/agent-things