什麼是 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