PluginBench
Skill
Pass
Audit score 90

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
Prerequisites
  • Supermemory account and integration set up
  • Node.js available in the environment
Claude Code
Cursor
Windsurf
Cline

How to use super-search

  1. 1.Run the search script with your query: node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" "YOUR_QUERY"
  2. 2.Optionally add a scope flag: --user (personal only), --repo (project only), or --both (default)
  3. 3.Review the formatted results with timestamps and relevance scores
  4. 4.Ask the agent to search again with different terms if results don't match your needs

Use cases

Good for
  • 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
Who it's for
  • 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

What's the difference between --user and --repo scope?

--user searches only your personal memories across sessions; --repo searches project memories shared across team members. Use --both (default) to search both simultaneously.

How are results ordered?

Results are returned with relevance scores and timestamps, allowing you to identify the most relevant matches from your memory.

Can I search across multiple projects?

Yes. The --repo flag searches project/repo memories across team members, and --both searches both personal and project memories in parallel.

What happens if my search returns no results?

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 logo

svg-animations

supermemoryai/skills

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.

1.2k installsAudited
superwall logo

superwall

superwall/skills

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

1.9k installs
superwall-editor logo

superwall-editor

superwall/skills

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.

966 installs
svelte-code-writer logo

svelte-code-writer

Official
sveltejs/ai-tools

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

6.0k installs
svelte-core-bestpractices logo

svelte-core-bestpractices

Official
sveltejs/ai-tools

Best practices for writing fast, robust Svelte code using modern runes and patterns.

2.6k installsAudited
ux-designer logo

ux-designer

szilu/ux-designer-skill

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.

673 installsAudited