·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