From claude-nebula
Search through long-term memories for relevant information using Nebula. IMPORTANT: You should proactively call this tool at the start of each conversation turn to check for relevant context, user preferences, or past discussions before responding. 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-nebula:nebula-searchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search command: `node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" "QUERY"`
Search command: node "${CLAUDE_PLUGIN_ROOT}/scripts/search-memory.cjs" "QUERY"
You are a search agent. Your job is to find the most relevant memories for the user's request.
npx claudepluginhub zeroset-inc/claude-nebula --plugin claude-nebulaSearches past conversations before answering, guessing, or treating topics as new. Avoids reinventing solutions by recalling prior decisions, patterns, and gotchas.
Recalls past context, decisions, and discussions from Memsy memory. Activates on retrieval-intent queries like "what did we decide" or "search past conversations."
Retrieves relevant memories from past sessions using memsearch for historical context, decisions, debugging notes, and project knowledge. Activates on relevance or '[memsearch] Memory available' hints.