Super Search Search Supermemory for past coding sessions, decisions, and saved information. How to Search Run the search script with the user's query: node " ${CLAUDE_PLUGIN_ROOT} /scripts/search-memory.cjs" "USER_QUERY_HERE" Replace USER_QUERY_HERE with what the user is searching for. 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 I implement auth": node " ${CLAUDE_PLUGIN_ROOT} /scripts/search-memory.cjs" "authentication implementation" Present Results The script outputs formatted memory results. Present them clearly to the user and offer to search again with different terms if needed.
super-search
安装
npx skills add https://github.com/supermemoryai/claude-supermemory --skill super-search