Bm banner
Goldziher Goldziher

Bm

Git community

Description

--- name: bm description: Ask basemind anything about the current codebase — outlines, refs, callers, git history, blame, diffs, docs, memory. argument-hint: <question about the codebase> --- # bm — ask basemind anything about this codebase Answer the user's question using the basemind MCP server instead of reading files or shelling out to grep/git. ## When to use Invoke with a natural-language question about this repo's code, history, or documents — `/bm <question>`. Use it instead of manua

Installation

Installs to ~/.claude/skills/goldziher-basemind-bm/SKILL.md

Terminal
mkdir -p ~/.claude/skills/goldziher-basemind-bm && curl -fsSL https://raw.githubusercontent.com/Goldziher/basemind/HEAD/commands/bm.md -o ~/.claude/skills/goldziher-basemind-bm/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository