Remember
技能 活跃当用户希望在会话之间持久地记住某事时使用(例如,“始终使用 bun”,“从不自动提交”,“我的名字是 Alex”)。当检测到用户明确的偏好或值得保留的限制时也使用。
确保 Claude Code 跨会话记住用户偏好、项目限制和过去的主题,防止上下文丢失和重复设置。
功能
- 自动主题归档和摘要
- 跨会话内存注入
- 通过冷读取 transcript 进行压缩恢复
- 所有数据都本地存储在 Markdown 文件中
- 显式的 `/remember` 技能用于用户偏好
使用场景
- 持久化“始终使用 bun”或“从不自动提交”等偏好
- 跨会话记住用户身份或项目上下文
- 在 Claude Code 上下文压缩后恢复丢失的上下文
- 确保不同 LLM 会话之间工作的连续性
非目标
- 存储敏感信息
- 提供基于云的内存或同步
- 替换核心 LLM 上下文窗口
- 直接管理项目依赖项或构建过程
Maintenance
- warning:Commit recency最后一次提交是在 3 个多月前(2026 年 3 月 6 日),表明可能未维护。
Trust
- warning:Issues Attention过去 90 天内打开了 3 个 issue,关闭了 2 个,表明关闭率低(< 50%),维护者响应可能缓慢。
安装
请先添加 Marketplace
/plugin marketplace add hatawong/claude-recap/plugin install claude-recap@claude-recap-marketplace质量评分
类似扩展
List Topics
100当用户询问当前会话中讨论的主题、想要查看主题列表或询问已讨论过的内容时使用。
Horizon Track
100Track long-horizon objectives across multiple sessions with milestone checkpoints, progress persistence, and drift detection
Cortex Remember Global
99Store a global memory that is visible across all projects. Use when the user shares architecture rules, coding conventions, infrastructure facts, security policies, team agreements, or any knowledge that applies beyond a single project. Triggers on 'remember this everywhere', 'this applies to all projects', 'global rule', 'shared convention', 'infrastructure note', 'cross-project', or when the content is clearly universal (clean architecture, SOLID, deployment configs, server addresses).
Session Persist
98Persist and restore agent sessions across conversations with state snapshots
Wrap Up Ritual
100End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying "wrap up", "done for the day", "finish coding", or ending a coding session.
Orchestrate
100Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.