什麼是 goodvibes-memory?
始終在開始任何任務之前加載。提供持久的跨會話記憶,以便從過去的工作中學習。任務開始時讀取內存,避免重複錯誤;在任務結束時寫入內存以記錄有效的內容。涵蓋 Decisions.json(架構選擇)、patterns.json(經過驗證的方法)、failures.json(過去的錯誤和修復)、preferences.json(專案約定)和會話活動日誌。 來源:mgd34msu/goodvibes-plugin。
始終在開始任何任務之前加載。提供持久的跨會話記憶,以便從過去的工作中學習。任務開始時讀取內存,避免重複錯誤;在任務結束時寫入內存以記錄有效的內容。涵蓋 Decisions.json(架構選擇)、patterns.json(經過驗證的方法)、failures.json(過去的錯誤和修復)、preferences.json(專案約定)和會話活動日誌。
透過命令列快速安裝 goodvibes-memory AI 技能到你的開發環境
來源:mgd34msu/goodvibes-plugin。
The memory system enables cross-session learning by capturing decisions, patterns, failures, and preferences in structured JSON files. Every agent must read memory before starting work and write to it after completing work.
Always check memory files before implementing ANY task. Use keyword-based searches to find relevant entries.
Manual keyword matching: Read the file and scan for keywords related to your task.
始終在開始任何任務之前加載。提供持久的跨會話記憶,以便從過去的工作中學習。任務開始時讀取內存,避免重複錯誤;在任務結束時寫入內存以記錄有效的內容。涵蓋 Decisions.json(架構選擇)、patterns.json(經過驗證的方法)、failures.json(過去的錯誤和修復)、preferences.json(專案約定)和會話活動日誌。 來源:mgd34msu/goodvibes-plugin。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill goodvibes-memory始終在開始任何任務之前加載。提供持久的跨會話記憶,以便從過去的工作中學習。任務開始時讀取內存,避免重複錯誤;在任務結束時寫入內存以記錄有效的內容。涵蓋 Decisions.json(架構選擇)、patterns.json(經過驗證的方法)、failures.json(過去的錯誤和修復)、preferences.json(專案約定)和會話活動日誌。 來源:mgd34msu/goodvibes-plugin。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill goodvibes-memory 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/mgd34msu/goodvibes-plugin