super-search by supermemoryai/claude-supermemory
npx skills add https://github.com/supermemoryai/claude-supermemory --skill super-search搜索 Supermemory 以查找过去的编码会话、决策和保存的信息。
使用用户的查询和可选的范围标志运行搜索脚本:
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" [--user|--repo|--both] "用户查询内容"
--both (默认):并行搜索个人会话和跨团队成员的项目记忆--user:跨会话搜索个人/用户记忆--repo:跨团队成员搜索项目/仓库记忆用户询问"我昨天做了什么工作":
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" "work yesterday recent activity"
用户询问"我们是如何实现认证的"(项目特定):
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" --repo "authentication implementation"
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
用户询问"我的编码偏好是什么":
node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" --user "coding preferences style"
脚本会输出带有时间戳和相关性分数的格式化记忆结果。请清晰地向用户呈现这些结果,并在需要时提供使用不同术语再次搜索的选项。
每周安装量
2.5K
仓库
GitHub 星标数
2.4K
首次出现
2026年1月30日
安全审计
安装于
opencode2.2K
gemini-cli2.2K
codex2.2K
github-copilot2.2K
kimi-cli2.2K
amp2.2K
Search Supermemory for past coding sessions, decisions, and saved information.
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"
--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 membersUser 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"
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.
Weekly Installs
2.5K
Repository
GitHub Stars
2.4K
First Seen
Jan 30, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode2.2K
gemini-cli2.2K
codex2.2K
github-copilot2.2K
kimi-cli2.2K
amp2.2K
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装