super-search
supermemoryai/claude-supermemory
Search your coding memory for past work, sessions, and implementation details.
What is super-search?
Super Search lets you query Supermemory to retrieve information from past coding sessions, decisions, and saved work. Use it when users ask about previous implementations, what they worked on before, or want to recall information from earlier sessions.
- Search personal session memories across multiple coding sessions
- Search project/repo memories shared across team members
- Search both personal and project memories in parallel (default)
- Return results with timestamps and relevance scores
- Support scoped searches by user, repo, or both
How to install super-search
npx skills add https://github.com/supermemoryai/claude-supermemory --skill super-search- Supermemory account and integration set up
- Node.js available in the environment
How to use super-search
- 1.Run the search script with your query: node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" "YOUR_QUERY"
- 2.Optionally add a scope flag: --user (personal only), --repo (project only), or --both (default)
- 3.Review the formatted results with timestamps and relevance scores
- 4.Ask the agent to search again with different terms if results don't match your needs
Use cases
- User asks 'what did I work on yesterday' to recall recent activity
- User asks 'how did we implement auth' to find project-specific implementation details
- User asks 'what are my coding preferences' to retrieve personal coding style notes
- Retrieve context from earlier sessions to continue interrupted work
- Find team decisions and implementations across shared repositories
- Individual developers recalling their own past work
- Team members searching shared project memories
- Developers needing context from previous sessions
- Teams collaborating on codebases with shared memory
super-search FAQ
--user searches only your personal memories across sessions; --repo searches project memories shared across team members. Use --both (default) to search both simultaneously.
Results are returned with relevance scores and timestamps, allowing you to identify the most relevant matches from your memory.
Yes. The --repo flag searches project/repo memories across team members, and --both searches both personal and project memories in parallel.
The agent can help you refine your query with different terms or broader keywords to find the information you're looking for.
Full instructions (SKILL.md)
Source of truth, from supermemoryai/claude-supermemory.
name: super-search description: Search your coding memory. Use when user asks about past work, previous sessions, how something was implemented, what they worked on before, or wants to recall information from earlier sessions. allowed-tools: Bash(node:*)
Super Search
Search Supermemory for past coding sessions, decisions, and saved information.
How to Search
Run the search script with the user's query and optional scope flag:
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" [--user|--repo|--both] "USER_QUERY_HERE"
Scope Flags
--both(default): Search both personal session and project memories across team members in parallel--user: Search personal/user memories across sessions--repo: Search project/repo memories across team members
Examples
-
User asks "what did I work on yesterday":
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" "work yesterday recent activity" -
User asks "how did we implement auth" (project-specific):
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" --repo "authentication implementation" -
User asks "what are my coding preferences":
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" --user "coding preferences style"
Present Results
The script outputs formatted memory results with timestamps and relevance scores. Present them clearly to the user and offer to search again with different terms if needed.
Related skills
More from supermemoryai/claude-supermemory and the wider catalog.

svg-animations
Create beautiful, performant SVG animations and illustrations. Use this skill when the user asks to create SVG graphics, icons, illustrations, animated logos, path animations, morphing shapes, loading spinners, or any animated SVG content. Covers SMIL animations, CSS-driven SVG animation, path drawing effects, shape morphing, motion paths, gradients, masks, and filters.

superwall
Superwall REST API, ClickHouse analytics, and SDK integration tools for paywalls and subscriptions.

superwall-editor
Build and edit live Superwall paywalls from the CLI. Attach to a running browser editor session using a pairing code, list the tools the browser exposes right now, and invoke them. Covers native sw-* elements, editing workflow, design standards, and the attach/call/release lifecycle. Use whenever the user wants to design, build, modify, or review a Superwall paywall, onboarding, or web2app flow.

svelte-code-writer
CLI tools for Svelte 5 documentation lookup and code analysis on .svelte files.

svelte-core-bestpractices
Best practices for writing fast, robust Svelte code using modern runes and patterns.

ux-designer
Applies modern UX/UI best practices to interface design and review. Use for UI design and critique; accessibility audits (WCAG, EAA); microcopy; forms, navigation, and onboarding; internationalization and RTL; voice, multimodal, and AI interfaces; design systems; and frontend code review.