/search-code
Hybrid code search — semantic + keyword + BM25
$ npx -y skills add sagarmk/beacon-plugin --agent claude-codeShips with beacon. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/search-code
Context preview
What this command does when you run it.
Hybrid code search — semantic + keyword + BM25
Semantic code search plugin for Claude Code using hybrid vector search + BM25. 98% accuracy, 5x faster than grep.
Repo: sagarmk/beacon-plugin
Other commands on beacon.
- /blacklist
Manage Beacon indexing blacklist — prevent indexing of dangerous directories
Open command - /config
View and modify Beacon configuration — providers, thresholds, indexing rules
Open command - /index-status
Show Beacon embedding index health — file count, chunk count, last sync
Open command - /index
Visual overview of Beacon index — chunks, coverage, provider. Pass --files to list indexed files.
Open command - /reindex
Force a full re-index of the codebase (escape hatch if index gets corrupted)
Open command - /run-indexer
Manually trigger Beacon indexing (useful when auto-index is off)
Open command

