什么是 manage-memory?
组织、提取、修剪和验证 Claude Code 持久内存文件。涵盖 MEMORY.md 作为简洁索引、主题提取到专用文件、陈旧性检测、针对项目状态的准确性验证以及 200 行截断约束。当 MEMORY.md 接近 200 行限制时、在会话产生值得保留的持久见解之后、当主题部分已超过 10-15 行并应提取时、或者当项目状态已更改且内存条目可能已过时时使用。 来源:pjt222/development-guides。
组织、提取、修剪和验证 Claude Code 持久内存文件。涵盖 MEMORY.md 作为简洁索引、主题提取到专用文件、陈旧性检测、针对项目状态的准确性验证以及 200 行截断约束。当 MEMORY.md 接近 200 行限制时、在会话产生值得保留的持久见解之后、当主题部分已超过 10-15 行并应提取时、或者当项目状态已更改且内存条目可能已过时时使用。
通过命令行快速安装 manage-memory AI 技能到你的开发环境
来源:pjt222/development-guides。
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组织、提取、修剪和验证 Claude Code 持久内存文件。涵盖 MEMORY.md 作为简洁索引、主题提取到专用文件、陈旧性检测、针对项目状态的准确性验证以及 200 行截断约束。当 MEMORY.md 接近 200 行限制时、在会话产生值得保留的持久见解之后、当主题部分已超过 10-15 行并应提取时、或者当项目状态已更改且内存条目可能已过时时使用。 来源:pjt222/development-guides。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill manage-memory 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/pjt222/development-guides