How this command is triggered — by the user, by Claude, or both
Slash command
/mb:searchThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Search MindBase ## Resolve MindBase Path First, read `~/.claude/plugins/mindbase/config.json` to get the `mindbase_path`. If the file does not exist, tell the user to run `/kb:setup` first and STOP. ## Your Task Search the knowledge base for entries matching the user's query. ## Process ### Step 1: Understand Query Parse $ARGUMENTS as the search query. It could be: - A topic keyword (e.g., "coroutines") - A tag (e.g., "architecture") - A question (e.g., "how does event sourcing work") - A PARA filter (e.g., "para:projects", "para:resources") ### Step 2: Search 1. First read `inde...
First, read ~/.claude/plugins/mindbase/config.json to get the mindbase_path. If the file does not exist, tell the user to run /kb:setup first and STOP.
Search the knowledge base for entries matching the user's query.
Parse $ARGUMENTS as the search query. It could be:
index.md for an overviewShow results ranked by relevance:
Found N entries matching "query":
1. **[[entry-name]]** (03_Resources)
Tags: tag1, tag2
Summary: first line of the Summary section
2. **[[other-entry]]** (02_Areas)
Tags: tag1, tag3
Summary: first line of the Summary section
If the user wants details on a specific entry, read and display the full content.
$ARGUMENTS is the search query. Required.
npx claudepluginhub foresx/mindbase-plugin --plugin mb/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.
/searchSearches pro-workflow learnings database using BM25 full-text search with prefix, phrase, and multi-term matching, returning top ranked results with mistake details and application counts.
/searchSearch AI experiments by query, tool, tag, rating, or date filters with sorting options and display formatted terminal results including stats.
/searchSearches the Repowise wiki using natural language, full-text, or symbol search. Supports --mode and --limit flags.
/searchSearches Claude's persistent memories for specific content, patterns, or keywords. Returns matching memories with relevance scores, human-readable timestamps, and highlighted keywords in context.