super-search
๐ฏSkillfrom supermemoryai/claude-supermemory
A Claude Code plugin providing persistent memory across sessions using Supermemory, with automatic context injection, conversation capture, and codebase indexing.
Overview
A Claude Code plugin that gives AI persistent memory across sessions using Supermemory. It automatically injects relevant memories at session start, captures conversation turns during sessions, and allows indexing of your codebase's architecture and conventions for future recall.
Key Features
- Context Injection - On session start, relevant memories are automatically fetched from Supermemory and injected into Claude's context, including user profile and recent work
- Automatic Capture - Conversation turns are captured and stored during sessions for future context retrieval
- Codebase Indexing - Index your project's architecture, patterns, and conventions with the
/claude-supermemory:indexcommand - Super Search Skill - When asking about past work or previous sessions, the agent automatically searches your stored memories
- Configurable Capture - Control which tools are captured or skipped via environment variables or a settings file
Who is this for?
This plugin is ideal for developers who work on long-running projects across many Claude Code sessions and want the AI to remember context from previous interactions. It is particularly valuable for teams and solo developers who want to build up institutional knowledge that persists across sessions without manually re-explaining project context each time.
Same repository
supermemoryai/claude-supermemory(2 items)
Installation
npx vibeindex add supermemoryai/claude-supermemory --skill super-searchnpx skills add supermemoryai/claude-supermemory --skill super-search~/.claude/skills/super-search/SKILL.md