By Goldziher
Navigate large codebases and answer code questions using an MCP server that provides code outlines, symbol search, git history, blame, and diffs without reading source files, plus document RAG and shared agent memory.
Show basemind activity dashboard — tool calls, per-tool histogram, estimated tokens saved.
Enable the basemind status line in your Claude Code user settings (one-time setup).
Ask basemind anything about the current codebase — outlines, refs, callers, git history, blame, diffs, docs, memory.
Show a quick dashboard of basemind activity in this session: how many code-map tool calls have run, the per-tool histogram, and the estimated tokens saved vs a hypothetical grep+Read baseline. Use when the user asks "what has basemind done?", "how much is basemind helping?", "show me basemind stats", or invokes `/basemind-stats` directly.
Navigate large or unfamiliar codebases via the basemind MCP server — outlines, symbol search, reference/caller lookups, commit history, blame, and diffs without reading source files. Reach for it whenever the user asks "where is X defined", "what calls Y", "what changed recently in Z", or whenever you're about to grep or open many files to find structural information.
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
The full context layer for coding agents. One MCP server that turns any repository into a
queryable code map, document library, and shared memory — so agents navigate by structure and
search instead of burning context on grep and file reads.
Code map & search across 300+ languages · document processing for 90+ file formats · semantic + full-text search · git history & blame · shared agent memory · on-demand web crawl
Pillars · Tools · Quickstart · Performance · Install
Code — Tree-sitter outlines, symbol search, reference + caller + implementation graphs, call chains, git history per symbol, blame at symbol-level resolution.
Documents — Ingest + semantic search over PDFs, Office (Word/Excel/iWork), HTML, email, archives. Built-in OCR, layout detection, keyword + NER extraction, cross-encoder reranking. All ONNX bundled — no system install needed.
Memory — Per-repo scoped key-value + semantic vector storage. Clones of the same git origin automatically share memory; unrelated repos isolated.
Web — On-demand HTTP scrape + follow-link crawl. Pages chunk, embed, and land in the
documents store under scope web:<host> for unified search.
basemind tools return paths, line numbers, and signatures — not file bodies — so a
structural answer costs a fraction of the tokens of reading source. The plugin ships this as
the agent's default operating discipline (carried in the MCP server instructions, the
basemind skill, and the SessionStart hook):
outline a file before opening it — then read only the span you need.search_symbols instead of grep/rg for a definition.find_references / find_callers instead of grepping call sites.workspace_grep instead of shelling out to ripgrep for regex over content.rescan after edits instead of reconnecting the server.The plugin also ships a PreToolUse guard hook that reaches the agent at the moment it reaches
for search: by default (BASEMIND_GUARD=nudge) it points Grep/Glob calls at the matching
basemind tool, once per session. Set BASEMIND_GUARD=redirect to enforce it (the call is blocked
with a pointer to the basemind tool) or BASEMIND_GUARD=off to disable.
The live statusline surfaces the payoff: estimated tokens saved vs a grep + read baseline.
npx claudepluginhub goldziher/basemind --plugin basemindIntelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.