
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-searchAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 79 |
|---|---|
| repo stars | ★ 2.7k |
| Last updated | August 1, 2026 |
| Repository | supermemoryai/claude-supermemory ↗ |
What it does
Helps with ai & agent building tasks.
Files
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
AI & Agent Buildingagents