๐ŸŽฏ

super-search

๐ŸŽฏSkill

from supermemoryai/claude-supermemory

VibeIndex|
What it does
|

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:index command
  • 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)

super-search

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add supermemoryai/claude-supermemory --skill super-search
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add supermemoryai/claude-supermemory --skill super-search
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/super-search/SKILL.md

SKILL.md

1,908Installs
-
AddedFeb 4, 2026