·manage-memory
</>

manage-memory

组织、提取、修剪和验证 Claude Code 持久内存文件。涵盖 MEMORY.md 作为简洁索引、主题提取到专用文件、陈旧性检测、针对项目状态的准确性验证以及 200 行截断约束。当 MEMORY.md 接近 200 行限制时、在会话产生值得保留的持久见解之后、当主题部分已超过 10-15 行并应提取时、或者当项目状态已更改且内存条目可能已过时时使用。

10安装·1热度·@pjt222

安装

$npx skills add https://github.com/pjt222/development-guides --skill manage-memory

如何安装 manage-memory

通过命令行快速安装 manage-memory AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill manage-memory
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:pjt222/development-guides。

SKILL.md

查看原文

Maintain Claude Code's persistent memory directory so it stays accurate, concise, and useful across sessions. MEMORY.md is loaded into the system prompt on every conversation — lines after 200 are truncated, so this file must be a lean index pointing to topic files for detail.

Read MEMORY.md and list all files in the memory directory:

Check the line count against the 200-line limit. Inventory existing topic files.

组织、提取、修剪和验证 Claude Code 持久内存文件。涵盖 MEMORY.md 作为简洁索引、主题提取到专用文件、陈旧性检测、针对项目状态的准确性验证以及 200 行截断约束。当 MEMORY.md 接近 200 行限制时、在会话产生值得保留的持久见解之后、当主题部分已超过 10-15 行并应提取时、或者当项目状态已更改且内存条目可能已过时时使用。 来源:pjt222/development-guides。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/pjt222/development-guides --skill manage-memory
分类
</>开发工具
认证
收录时间
2026-03-10
更新时间
2026-03-11

Browse more skills from pjt222/development-guides

快速解答

什么是 manage-memory?

组织、提取、修剪和验证 Claude Code 持久内存文件。涵盖 MEMORY.md 作为简洁索引、主题提取到专用文件、陈旧性检测、针对项目状态的准确性验证以及 200 行截断约束。当 MEMORY.md 接近 200 行限制时、在会话产生值得保留的持久见解之后、当主题部分已超过 10-15 行并应提取时、或者当项目状态已更改且内存条目可能已过时时使用。 来源:pjt222/development-guides。

如何安装 manage-memory?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill manage-memory 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/pjt222/development-guides