From Basemind
Answers questions about the current codebase using basemind MCP — supports code navigation, git history, blame, diffs, documentation search, and session memory management.
How this command is triggered — by the user, by Claude, or both
Slash command
/basemind:bmThe summary Claude sees in its command listing — used to decide when to auto-load this command
# bm — ask basemind anything about this codebase Use the basemind MCP server to answer the user's question: $ARGUMENTS Prefer basemind tools over reading files when navigating large or unfamiliar codebases. Routing: - "where is X defined?" → `search_symbols` - "what calls X?" → `find_references` (any name) or `find_callers` (specific def) - "shape of this file?" → `outline` (add `l2: true` for calls + docs) - "what changed recently?" → `recent_changes`, `commits_touching`, `symbol_history` - "who last touched this?" → `blame_file` / `blame_symbol` - "where's the churn?" → `hot_files` - "...
Use the basemind MCP server to answer the user's question: $ARGUMENTS
Prefer basemind tools over reading files when navigating large or unfamiliar codebases. Routing:
search_symbolsfind_references (any name) or find_callers (specific def)outline (add l2: true for calls + docs)recent_changes, commits_touching, symbol_historyblame_file / blame_symbolhot_filessearch_documentsmemory_get
/ memory_list / memory_searchmemory_put (delete with memory_delete)rescan (or rescan { paths: [...] }
to limit to changed files)npx claudepluginhub goldziher/basemind --plugin basemind/ns-contextRoutes user intent to the appropriate codebase-intelligence skill — maps codebase structure, generates knowledge graphs, updates docs, or recalls/captures learnings.
/questionAnswers questions about the codebase using only read-only tools — no edits or suggestions allowed.
/prp-codebase-questionResearches codebase questions with parallel agents, producing a document of existing code, locations, and flows with file:line references. Supports --web and --follow-up flags.
/research_codebaseResearches and documents the existing codebase as-is to answer a research query or topic, spawning parallel sub-agents for analysis without suggesting changes.
/research_codebaseResearches and documents the codebase as-is to answer user questions, spawning parallel sub-agents to analyze code, patterns, and thoughts directory.