promote-memory

仓库创建 2026年2月7日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由

为个人记忆库自动筛选并晋升高质量条目。

▸ 风险提示

会读取/修改本地 `.claude` 记忆文件,涉及隐私内容。

这个 Skill 做什么

审查候选记忆条目并通过五位批评家投票将合格项晋升到永久记忆文件中。

把候选的学习条目(例如 .claude/state/personal-memory.md 里的 [LEARN] 项)拿出来由五位“批评家”并行审查:评估通用性、陈旧度、重复性、证据与格式。有多数票(≥3/5)就把合格项晋升到永久的 MEMORY.md。适合你说“把这些记忆晋升/复核”时,用来把临时笔记变成长期记忆。

Skill 开发管理记忆管理条目筛选自动化通用
1.4k
Stars
2.8k
Forks
40
仓库内 Skill
+59
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/promote-memory/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/promote-memory/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
---
name: promote-memory
description: Review candidate `[LEARN]` entries in `.claude/state/personal-memory.md` (gitignored) and run them through a five-critic council in parallel: generality, staleness, redundancy, evidence, format. Majority vote (3+ of 5) promotes the entry to MEMORY.md. Use when user says "promote memory", "review my learnings", "what should graduate to MEMORY.md", "five-critic council", or as monthly memory maintenance.
author: Claude Code Academic Workflow
version: 1.0.0
argument-hint: "[entry-substring or 'all']"
disable-model-invocation: true
allowed-tools: ["Read", "Write", "Glob", "Grep", "Task", "Bash"]
---

<!-- Pattern adapted with attribution from Chris Blattman'
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有