Manage Memory
技能 已验证 活跃Organize, extract, prune, and verify Claude Code persistent memory files. Covers MEMORY.md as a concise index, topic extraction to dedicated files, staleness detection, accuracy verification against project state, and the 200-line truncation constraint. Use when MEMORY.md is approaching the 200-line limit, after a session produces durable insights worth preserving, when a topic section has grown beyond 10-15 lines and should be extracted, or when project state has changed and memory entries may be stale.
To maintain the health and accuracy of Claude Code's persistent memory files, ensuring they remain under the 200-line limit and accurately reflect project state.
功能
- Organize persistent memory files
- Extract topics to dedicated files
- Detect and flag stale memory entries
- Verify memory accuracy against project state
- Enforce 200-line truncation constraint for MEMORY.md
使用场景
- When MEMORY.md approaches the 200-line limit
- After a session produces durable insights worth preserving
- When a topic section has grown beyond 10-15 lines and should be extracted
- When project state has changed and memory entries may be stale
非目标
- Storing session-specific context or temporary state
- Duplicating information already present in CLAUDE.md or project documentation
- Organizing memory chronologically instead of by topic
安装
/plugin install agent-almanac@pjt222-agent-almanac质量评分
已验证类似扩展
MemoryBox
99诊断臃肿的 MEMORY.md 文件,将超大节分割到特定域文件中,归档陈旧的每日日志,并使用三层分级结构(MEMORY.md → domains/ → archive/)进行去重。当 MEMORY.md 超过 10KB、上下文压力增大,或用户要求清理、组织或维护代理内存文件时使用。可与 Mem0、Supermemory、QMD 或独立使用。
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Running Claude Code Via Litellm Copilot
100当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用,以减少直接的 Anthropic 支出,配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖,或对 Copilot 代理设置失败进行故障排除,例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。
Guard
100保护 Claude Code 会话免受上下文溢出影响,通过运行一个后台守护进程来监控会话大小并在压缩命中之前自动进行修剪。当用户说“guard”、“protect session”、“context getting long”、“prevent compaction”、“session management”或正在运行需要持续上下文保护的代理团队时使用。
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration
Rule Effectiveness Analysis
100Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.