Remember
Skill ActiveUse when the user wants to persistently remember something across sessions (e.g., "always use bun", "never auto-commit", "my name is Alex"). Also use when you detect a clear user preference or constraint worth persisting.
To ensure Claude Code remembers user preferences, project constraints, and past topics across sessions, preventing loss of context and repetitive setup.
Features
- Automatic topic archival and summarization
- Cross-session memory injection
- Compaction recovery via cold-reading transcripts
- Local storage of all data in Markdown files
- Explicit `/remember` skill for user preferences
Use Cases
- Persisting 'always use bun' or 'never auto-commit' preferences
- Remembering user identity or project context across sessions
- Recovering lost context after Claude Code context compaction
- Ensuring continuity of work across different LLM sessions
Non-Goals
- Storing sensitive information
- Providing cloud-based memory or synchronization
- Replacing the core LLM context window
- Managing project dependencies or build processes directly
Maintenance
- warning:Commit recencyThe last commit was over 3 months ago (March 6, 2026), indicating potential unmaintained status.
Trust
- warning:Issues Attention3 issues opened in the last 90 days and 2 closed, indicating a low closure rate (< 50%) and potentially slow maintainer response.
Installation
First, add the marketplace
/plugin marketplace add hatawong/claude-recap/plugin install claude-recap@claude-recap-marketplaceQuality Score
Similar Extensions
List Topics
100Use when the user asks about topics discussed in the current session, wants to see a topic list, or asks what has been talked about.
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.