Goldziher

110 mods across 4 repositories, 357 stars between them.

serve

73

Goldziher/basemind

Command

Start the basemind MCP stdio server.

91 6d ago A 9 tokens original MIT

mcp-tool-checklist

77

Goldziher/basemind

Skill Claude CodeCodex

End-to-end checklist for adding a mode to one of basemind's MCP domains.

91 6d ago A 17 tokens original MIT

basemind

79

Goldziher/basemind

Plugin Claude Code

Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 10+ coding-agent harnesses, content-addressed Fjall + LanceDB.

91 6d ago A tokens not measured original MIT

basemind

80

Goldziher/basemind

Plugin Claude Code

Full AI context layer over MCP — tree-sitter code-map, document RAG (PDF/Office/HTML/email + OCR + reranker), shared agent memory, on-demand web crawl, git history + blame + per-symbol diff. 300+ languages, 10+ coding-agent harnesses, content-addressed Fjall + LanceDB.

91 6d ago A tokens not measured original MIT

bm-doctor

81

Goldziher/basemind

Command

Diagnose and recover basemind when it isn't working (MCP tools missing/erroring, "no index", dead server) — runs CLI checks and gives the client-specific way to reconnect the server.

91 6d ago A 45 tokens original MIT

bm-init

82

Goldziher/basemind

Command

Onboard (or refresh) basemind in this repo — write basemind.toml and inject a "prefer basemind over grep/read/git" rules block into a rules file you choose (CLAUDE.local.md / AGENTS.local.md / CLAUDE.md / AGENTS.md / ai-rulez).

91 6d ago A 68 tokens original MIT

bm-scan

83

Goldziher/basemind

Command

Build or refresh the basemind index by running basemind scan via the CLI — works without the MCP server (use it when basemind reports "no index" / "no indexed files").

91 6d ago A 47 tokens original MIT

bm-stats

84

Goldziher/basemind

Command

Show the basemind dashboard — resource footprint (disk + RAM) and activity (tool calls, per-tool histogram, estimated tokens saved). Works with or without the MCP server.

91 6d ago A 40 tokens original MIT

bm-statusline

85

Goldziher/basemind

Command

Enable the basemind status line in your Claude Code user settings (one-time setup).

91 6d ago B 22 tokens original MIT

bm

86

Goldziher/basemind

Command

Ask basemind anything about the current codebase — outlines, refs, callers, git history, blame, diffs, docs, memory.

91 6d ago A 31 tokens original MIT

SessionStart

87

Goldziher/basemind

Hook

Runs when a session starts on startup, resume, clear and compact, executing run-hook.cmd. From Goldziher/basemind.

91 6d ago A tokens not measured original MIT

UserPromptSubmit

88

Goldziher/basemind

Hook

Runs when you submit a prompt, before the agent sees it, executing run-hook.cmd. From Goldziher/basemind.

91 6d ago A tokens not measured original MIT

basemind-cli

89

Goldziher/basemind

Skill Claude CodeCodex

Navigate codebases and manage caches via the basemind CLI — outlines, symbol search, reference/caller lookups, git history, blame, and diffs. For headless scripting, CI, or when driving the CLI more efficiently than interactive MCP calls. Shares the same index as the MCP server.

91 6d ago A 66 tokens original MIT

Goldziher/basemind

Skill Claude CodeCodex

Find where code is defined and used without reading files — symbol search, file outlines, references, callers, call graphs, implementations, dependents, and indexed regex over content. Reach for it whenever the user asks "where is X defined", "what calls Y", "what implements Z", "what's the shape of this file", or…

91 6d ago A 86 tokens original MIT

basemind-comms

91

Goldziher/basemind

Skill Claude CodeCodex

Coordinate with other agents working the same repo via basemind's broker — scoped threads, a per-agent inbox, and two-tier messages. Reach for it whenever you start, finish, or hit a decision while collaborating, or to check whether another agent is already touching the code you're about to change.

91 6d ago A 66 tokens original MIT

basemind-doctor

92

Goldziher/basemind

Skill Claude CodeCodex

Diagnose and recover basemind when it isn't working — MCP tools missing or erroring, "no index" / "no indexed files", empty results that shouldn't be empty, or the MCP server seems dead. Runs CLI checks (no MCP server required) and gives the client-specific way to reconnect the server.

91 6d ago A 69 tokens original MIT

basemind-documents

93

Goldziher/basemind

Skill Claude CodeCodex

Semantic + full-text search over documents and the web via basemind's RAG store — PDFs, Office, HTML, email, images (OCR), plus scraped/crawled web pages, with cross-encoder reranking, keyword and named-entity (NER) filters, and per-document summaries. Reach for it whenever the user asks to "search the docs / PDFs"…

91 6d ago A 107 tokens original MIT

Goldziher/basemind

Skill Claude CodeCodex

Explore git history without shelling out to git — recent commits, commits touching a path, per-line and per-symbol blame, structural diffs across revisions, churn ranking, and a symbol's history over time. Reach for it whenever the user asks "what changed recently", "who last touched this", "when did this symbol…

91 6d ago A 91 tokens original MIT

basemind-scan

95

Goldziher/basemind

Skill Claude CodeCodex

Build or refresh the basemind index by running basemind scan via the CLI. Use this when basemind reports "no index" / "no indexed files", when the MCP server isn't available, or after large changes when the index is stale. Works without the MCP server — it shells the basemind binary directly.

91 6d ago A 75 tokens original MIT

basemind-stats

96

Goldziher/basemind

Skill Claude CodeCodex

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…

91 6d ago A 85 tokens original MIT