super-search
Enables retrieval of historical session data and past implementation details.
Install
mkdir -p .claude/skills/super-search && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2192" && unzip -o skill.zip -d .claude/skills/super-search && rm skill.zipInstalls to .claude/skills/super-search
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
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.Key capabilities
- →Search personal session memories
- →Search project-specific repository memories
- →Retrieve coding preferences
- →Output formatted memory results with timestamps
How it works
The skill executes a search script against stored coding sessions and project history using specific scope flags to filter results.
Inputs & outputs
When to use super-search
- →Recall previous implementation logic
- →Find info from past sessions
- →Review what was worked on before
About this skill
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.
When not to use it
- →When searching outside of coding memory scope
Limitations
- →Limited to stored coding memory
How it compares
It provides a programmatic interface to recall past work states rather than relying on manual search through chat logs.
Compared to similar skills
super-search side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| super-search (this skill) | 10 | 2mo | Review | Beginner |
| braindump | 7 | 5mo | No flags | Beginner |
| mem-search | 8 | 3mo | No flags | Intermediate |
| baoyu-danger-x-to-markdown | 2 | 2mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by supermemoryai
View all by supermemoryai →You might also like
braindump
huytieu
Quick capture of raw thoughts with intelligent domain classification and competitive intelligence extraction
mem-search
thedotmack
Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from previous sessions.
baoyu-danger-x-to-markdown
JimLiu
Converts X (Twitter) tweets and articles to markdown with YAML front matter. Uses reverse-engineered API requiring user consent. Use when user mentions "X to markdown", "tweet to markdown", "save tweet", or provides x.com/twitter.com URLs for conversion.
session-search
pchalasani
For CLI agents WITHOUT subagent support (e.g., Codex CLI). Search previous code agent sessions for specific work, decisions, or code patterns.
hindsight-cloud
vectorize-io
Store team knowledge, project conventions, and learnings from tasks. Use to remember what works and recall context before new tasks. Connects to Hindsight Cloud. (user)
huntly-knowledge-base
lcomplete
This skill should be used when the user asks about their saved content, bookmarks, starred articles, highlights, reading history, tweets, or knowledge base in Huntly sqlite database. Triggers include "我的收藏", "知识库", "我保存了什么", "my bookmarks", "my library", "what did I save".