GoldziherGoldziherCommunity·4 Agent Skills Included

basemind

Instant code search, git history, and shared agent memory

Indexes any repository into a fast, searchable map of code structure, git history, documents, and shared memory. Answers questions like where a function is defined, what calls it, and who last changed it without reading whole files or running grep. Lets multiple coding agents coordinate through shared threads and inboxes, cutting token costs and speeding up navigation in large codebases.
npx skills add Goldziher/basemind --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install basemind?â–¼

Run `npx skills add Goldziher/basemind --all -g -y` in your terminal to install all skills in this suite globally.

How to search a large codebase without reading files?â–¼

Run `basemind scan` once, then ask for symbol locations, file outlines, references, and callers. You get exact paths and line numbers instead of dumping whole files into context.

Can basemind answer git history questions?â–¼

Yes. It answers what changed recently, who last touched a line or function, and how a file differs across commits, all from a fast local index instead of raw git commands.

Does basemind work with Claude Code and Cursor?â–¼

Yes. It ships as a plugin for Claude Code, Cursor, Codex, OpenCode, Gemini CLI, and other hosts, and every feature also works through its command-line interface.

Can multiple agents coordinate on the same repo?â–¼

Yes. Agents post to scoped threads, read a shared inbox, and hand off findings to each other, so parallel work stays synchronized without collisions.

Related Repositories in Software Engineering

View All in Software Engineering→