Super Save
Skill Verified ActiveSave important project knowledge to memory. Use when user wants to preserve architectural decisions, significant bug fixes, design patterns, or important implementation details for team reference.
To provide AI agents with persistent memory across sessions and projects, enabling teams to recall and reference important project knowledge effectively.
Features
- Save important project knowledge
- Preserve architectural decisions and bug fixes
- Format content with clear tags and details
- Utilize team memory across sessions
Use Cases
- Use when preserving architectural decisions for team reference.
- Use when saving significant bug fixes or important implementation details.
- Use when needing a persistent record of project knowledge across AI sessions.
Non-Goals
- Does not fetch or analyze full conversation transcripts for saving.
- Does not automatically save all conversations; requires explicit user request.
- Does not manage external project configurations beyond API keys and container tags.
Versioning
- info:Release ManagementThe repository does not explicitly declare a version in frontmatter or releases, and installation points to HEAD, but there is a recent commit.
Execution
- info:Pinned dependenciesThe presence of a lockfile suggests dependencies are managed, but specific pinning details are not visible in the provided files.
Installation
First, add the marketplace
/plugin marketplace add supermemoryai/claude-supermemory/plugin install plugin@supermemory-pluginsQuality Score
VerifiedSimilar Extensions
Orchestrate
100Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.
Memory Bank
99Token-efficient persistent memory system for Claude Code that saves ~67% tokens on session warm-up (verified with tiktoken). Layered architecture with progressive loading, compact encoding, branch-aware context, smart compression, session diffing, conflict detection, session continuation protocol, and recovery mode. Activates at session start (if MEMORY.md exists), on "remember this", "pick up where we left off", "what were we doing", "wrap up", "save progress", "don't forget", "switch context", "hand off", "memory health", "save state", "continue where I left off", "context budget", "how much context left", or any session start on a project with existing memory files. This skill solves two problems at once: Claude forgetting everything between sessions, AND sessions hitting context limits too fast. It replaces thousands of wasted re-explanation tokens with a compact, structured memory load that gives Claude full project context in under 2,000 tokens.
Memory Management
99AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, searching for similar solutions, semantic lookup of past work, learning from previous tasks, sharing knowledge between agents, building knowledge base. Skip when: no learning needed, ephemeral one-off tasks, external data sources available, read-only exploration.
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).
Ce Brainstorm
100Explore requirements and approaches through collaborative dialogue, then write a right-sized requirements document. Use when the user says "let's brainstorm", "what should we build", or "help me think through X", presents a vague or ambitious feature request, or seems unsure about scope or direction -- even without explicitly asking to brainstorm.
ARA Research Manager
100Records research provenance as a post-task epilogue, scanning conversation history at the end of a coding or research session to extract decisions, experiments, dead ends, claims, heuristics, and pivots, and writing them into the ara/ directory with user-vs-AI provenance tags. Use as a session epilogue — never during execution — to maintain a faithful, auditable trace of how a research project actually evolved.