Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
supermemoryai avatar

Supermemory Search

  • 79 installs
  • 2.7k repo stars
  • Updated August 1, 2026
  • supermemoryai/claude-supermemory

Helps with ai & agent building tasks.

About

supermemory-search is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • supermemory-search
  • AI & Agent Building
  • AI-coding skill

Supermemory Search by the numbers

  • 79 all-time installs (skills.sh)
  • +2 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #5,262 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/supermemoryai/claude-supermemory --skill supermemory-search

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs79
repo stars2.7k
Last updatedAugust 1, 2026
Repositorysupermemoryai/claude-supermemory

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Supermemory 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

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.