memory-management

仓库创建 2025年12月18日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

提升会话效率并提供分层持久化与清理策略。

▸ 风险提示

持久化用户上下文可能包含敏感信息,需严格访问与删除策略。

这个 Skill 做什么

实现 HOT/WARM/COLD 三层记忆,管理跨会话与隐私清理。

用 HOT/WARM/COLD 三层记忆帮你跨会话保存项目上下文、归档陈旧内容或安全清理敏感信息。适合需要记住长期任务、回顾历史发现、初始化运行时记忆或要求删除某个主题时用。特点是分层检索、保留事件归属与隐私控制,不会随意改动权威注册表的事实。

▸ 展开 SKILL.md 英文原文

Use when the user asks to "remember project context", review saved findings, initialize runtime memory, archive stale work, reconcile notes, or erase a subject; manages authorized HOT/WARM/COLD working memory across all disciplines while preserving registry event ownership and privacy controls. Not for changing canonical registry facts - route those through the owning registry. 项目记忆/跨会话

自动化集成记忆管理会话状态隐私清理通用
2.5k
Stars
335
Forks
40
仓库内 Skill
+141
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/aaron-he-zhu/aaron-marketing-skills/main/protocol/memory-management/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/aaron-he-zhu/aaron-marketing-skills/main/protocol/memory-management/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Memory Management

Manages the project's authorized working memory. HOT/WARM/COLD notes improve retrieval; they are not a second truth system. The seven registry event streams remain canonical, their JSON projections are rebuildable views, and only registry owners may accept or mutate canonical facts.

## Quick Start

```text
Initialize private runtime memory from the repository templates.
Show current priorities and their source records.
Consolidate duplicate notes without changing registry truth.
Archive WARM files not updated in 90 days.
Purge subject-7f42 from project memory under this confirmed erasure request.
```

## Skill Contract

**Reads:** authorized runtime memory, registry pro
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有