npx claudepluginhub 8gg-git/knowledge-work-plugins --plugin enterprise-search<query>/searchSearches issues by text query across title, description, and ID. Supports filters (--status, --label, --assignee, --type, etc.), sorting, limits, and JSON output.
/searchSearches Redpanda Connect components (inputs, outputs, processors, caches, rate-limits, buffers, metrics, tracers) matching the provided description.
/searchSearch AI experiments by query, tool, tag, rating, or date filters with sorting options and display formatted terminal results including stats.
/searchSearches pro-workflow learnings database using BM25 full-text search, returning top 10 ranked matches with category, mistake details, and application counts. Supports category and project filters.
/searchSearches your Notion workspace for pages, databases, and content matching the natural-language query, returning a scannable list with titles, types, descriptions, and clickable links.
/searchSearch Claude's persistent memories for content, patterns, or keywords via <query> [limit]. Returns matches with relevance scores, human-readable timestamps, and highlighted keywords.
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Search across all connected MCP sources in a single query. Decompose the user's question, run parallel searches, and synthesize results.
Before searching, determine which MCP sources are available. Attempt to identify connected tools from the available tool list. Common sources:
If no MCP sources are connected:
To search across your tools, you'll need to connect at least one source.
Check your MCP settings to add ~~chat, ~~email, ~~cloud storage, or other tools.
Supported sources: ~~chat, ~~email, ~~cloud storage, ~~project tracker, ~~CRM, ~~knowledge base,
and any other MCP-connected service.
Analyze the search query to understand:
from: — Filter by sender/authorin: — Filter by channel, folder, or locationafter: — Only results after this datebefore: — Only results before this datetype: — Filter by content type (message, email, doc, thread, file)For each available source, create a targeted sub-query using that source's native search syntax:
~~chat:
from: maps to sender, in: maps to channel/room, dates map to time range filters~~email:
from: maps to sender, dates map to time range filterstype: to attachment filters or subject-line searches as appropriate~~cloud storage:
~~project tracker:
~~CRM:
~~knowledge base:
Run all sub-queries simultaneously across available sources. Do not wait for one source before searching another.
For each source:
Deduplication:
Ranking factors:
Format the response as a synthesized answer, not a raw list of results:
For factual/decision queries:
[Direct answer to the question]
Sources:
- [Source 1: brief description] (~~chat, #channel, date)
- [Source 2: brief description] (~~email, from person, date)
- [Source 3: brief description] (~~cloud storage, doc name, last modified)
For exploratory queries ("what do we know about X"):
[Synthesized summary combining information from all sources]
Found across:
- ~~chat: X relevant messages in Y channels
- ~~email: X relevant threads
- ~~cloud storage: X related documents
- [Other sources as applicable]
Key sources:
- [Most important source with link/reference]
- [Second most important source]
For "find" queries (looking for a specific thing):
[The thing they're looking for, with direct reference]
Also found:
- [Related items from other sources]
Ambiguous queries: If the query could mean multiple things, ask one clarifying question before searching:
"API redesign" could refer to a few things. Are you looking for:
1. The REST API v2 redesign (Project Aurora)
2. The internal SDK API changes
3. Something else?
No results:
I couldn't find anything matching "[query]" across [list of sources searched].
Try:
- Broader terms (e.g., "database" instead of "PostgreSQL migration")
- Different time range (currently searching [time range])
- Checking if the relevant source is connected (currently searching: [sources])
Partial results (some sources failed):
[Results from successful sources]
Note: I couldn't reach [failed source(s)] during this search.
Results above are from [successful sources] only.