·goodvibes-memory
</>

goodvibes-memory

始終在開始任何任務之前加載。提供持久的跨會話記憶,以便從過去的工作中學習。任務開始時讀取內存,避免重複錯誤;在任務結束時寫入內存以記錄有效的內容。涵蓋 Decisions.json(架構選擇)、patterns.json(經過驗證的方法)、failures.json(過去的錯誤和修復)、preferences.json(專案約定)和會話活動日誌。

49安裝·2熱度·@mgd34msu

安裝

$npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill goodvibes-memory

如何安裝 goodvibes-memory

透過命令列快速安裝 goodvibes-memory AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill goodvibes-memory
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:mgd34msu/goodvibes-plugin。

SKILL.md

查看原文

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
分類
</>開發工具
認證
收錄時間
2026-02-25
更新時間
2026-03-11

Browse more skills from mgd34msu/goodvibes-plugin

快速解答

什麼是 goodvibes-memory?

始終在開始任何任務之前加載。提供持久的跨會話記憶,以便從過去的工作中學習。任務開始時讀取內存,避免重複錯誤;在任務結束時寫入內存以記錄有效的內容。涵蓋 Decisions.json(架構選擇)、patterns.json(經過驗證的方法)、failures.json(過去的錯誤和修復)、preferences.json(專案約定)和會話活動日誌。 來源:mgd34msu/goodvibes-plugin。

如何安裝 goodvibes-memory?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill goodvibes-memory 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/mgd34msu/goodvibes-plugin