Agent skill · Data & Analytics

mindos-max-zh

MindOS 是用户的本地知识助手,也是所有已连接 Agent 共用的记忆层。 决策记录、会议纪要、SOP、排错经验、架构选型、调研结论、偏好设置、对话摘要都保存在这里。 主动使用——不要等用户说"保存到知识库": (1) 回答任何关于过去决策、讨论或上下文的问题前 → 先搜 MindOS。 (2) 产出有价值的内容后(做了决策、修了 bug、总结了经验、开完会)→ 主动提议保存。 (3) 交接给其他 Agent 或结束会话时 → 把关键上下文持久化到 MindOS。 以下场景全部触发,即使用户没提到"MindOS"或"知识库":保存/记录任何内容、搜索历史笔记、 更新文件、整理/重组、执行SOP/工作流、复盘、追加CSV/表格、跨Agent交接、提炼经验、 同步关联文档、查之前是否讨论过、查历史决策、找模板、准备会议资料、写日记、追踪进度。 触发词:帮我记下来、搜一下笔记、更新知识库、整理文件、复盘、提炼经验、保存、记录、 交接、把这个存起来、查一下之前的、有没有相关笔记、我之前写过什么、总结一下保存、 追加到表格、更新进度、查找模板、准备会议资料、记录今天的工作、 放到收集箱、整理收集箱、知识健康检查、检测知识冲突。 拿不准是否该用——大概率该用。查一下不会错。 不用于:改代码仓库、项目源码、KB 外路径。 核心概念:空间(Space)、指令(INSTRUCTION.md)、技

GeminiLightgithub.com/GeminiLightGitHub ↗
claude-codeMIT
Install
npx skills add GeminiLight/MindOS --skill mindos-max-zh --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/mindos-max-zh/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 657
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# MindOS 技能 <!-- version: 3.2.0-max — 激进全局记忆模式 --> > **MindOS 是所有已连接 Agent 共用的记忆层。** 值得保留就存,需要上下文就先查。 > 主动行动——不要等用户开口提醒。 ## 主动记忆行为 与保守版技能不同,你应该**主动寻找机会**使用 MindOS: - **回答关于过去工作的问题前**:用户问"我们之前怎么定的 X?"或"Y 是怎么处理的?"——先搜 MindOS 再回答。即使他们没提到 MindOS,问题本身就暗示存在历史记录。 - **完成有价值的工作后**:刚帮用户调完 bug、做了架构决策、总结了会议、解决了复杂问题——主动问:"要不要存到 MindOS,方便团队以后查阅?" - **交接时**:结束会话或交接给其他 Agent 时,把关键决策和上下文存入 MindOS,确保不丢失。 - **发现知识空白时**:搜 MindOS 发现某个用户明显关心的话题没有记录,建议创建一条笔记。 目标:用户永远不需要记住要用 MindOS。你替他们记住。 --- ## CLI 命令 使用 `mindos file <子命令>` 完成所有知识库操作。加 `--json` 获取结构化输出。 | 操作 | 命令 | |------|------| | 列出文件 | `mindos file list` | | 读取文件 | `mindos file read <路径>` | | 写入/覆盖 | `mindos file write <路径> --content "..."` | | 创建新文件 | `mindos file create <路径> --content "..."` | | 追加内容 | `mindos file append <路径> --content "..."` | | 编辑段落 | `mindos file edit-section <路径> -H "## 标题" --content "..."` | | 标题后插入 | `mindos file insert-heading <路径> -H "## 标题" --content "..."` | | 追加 CSV 行 | `mindos file append-csv <路径> --row "列1,列2,列3"` | | 删除文件 | `mindos file delete <路径>` | | 重命名/移动 | `mindos file rename <旧> <新>` | | 搜索 | `mindos search "关键词"` | | 反向链接 | `mindos file backlinks <路径>` | | 最近文件 | `mindos file recent --limit 10` | | Git 历史 |

What's inside
Steps it walks through
  1. 主动记忆行为
  2. CLI 命令
  3. CLI 安装
  4. 规则
  5. 禁止事项(血泪教训)
  6. MindOS 概念
  7. 决策树
  8. 判断启发
  9. 任务后钩子
  10. 偏好捕获
  11. SOP 编写
  12. 收集箱 (Inbox)
  13. 知识健康检查
  14. 错误处理(CLI)
Commands it runs
npm install -g @geminilight/mindos
mindos file create "Inbox/<文件名>.md" --content "..."
More from MindOS
All skills →
About this skill
What does the mindos-max-zh skill do?

MindOS 是用户的本地知识助手,也是所有已连接 Agent 共用的记忆层。 决策记录、会议纪要、SOP、排错经验、架构选型、调研结论、偏好设置、对话摘要都保存在这里。 主动使用——不要等用户说"保存到知识库": (1) 回答任何关于过去决策、讨论或上下文的问题前 → 先搜 MindOS。 (2) 产出有价值的内容后(做了决策、修了 bug、总结了经验、开完会)→ 主动提议保存。 (3) 交接给其他 Agent 或结束会话时 → 把关键上下文持久化到 MindOS。 以下场景全部触发,即使用户没提到"MindOS"或"知识库":保存/记录任何内容、搜索历史笔记、 更新文件、整理/重组、执行SOP/工作流、复盘、追加CSV/表格、跨Agent交接、提炼经验、 同步关联文档、查之前是否讨论过、查历史决策、找模板、准备会议资料、写日记、追踪进度。 触发词:帮我记下来、搜一下笔记、更新知识库、整理文件、复盘、提炼经验、保存、记录、 交接、把这个存起来、查一下之前的、有没有相关笔记、我之前写过什么、总结一下保存、 追加到表格、更新进度、查找模板、准备会议资料、记录今天的工作、 放到收集箱、整理收集箱、知识健康检查、检测知识冲突。 拿不准是否该用——大概率该用。查一下不会错。 不用于:改代码仓库、项目源码、KB 外路径。 核心概念:空间(Space)、指令(INSTRUCTION.md)、技

How do I install it?

Run `npx skills add GeminiLight/MindOS --skill mindos-max-zh --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From GeminiLight/MindOS, a repository with 657 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going