blacklist
Manage Beacon indexing blacklist — prevent indexing of dangerous directories
Manually trigger Beacon indexing (useful when auto-index is off)
> /plugin marketplace add sagarmk/beacon-plugin > /plugin install beacon@claude-code-beacon-plugin
How it fires
How this command gets triggered: by you, by Claude, or both.
/run-indexerContext preview
What this command does when you run it.
Manually trigger Beacon indexing (useful when auto-index is off)
description: Manually trigger Beacon indexing (useful when auto-index is off) allowed-tools: [Bash]
1. First check if the current directory is blacklisted: `node ${CLAUDE_PLUGIN_ROOT}/scripts/blacklist-manager.js show`
2. Run `node ${CLAUDE_PLUGIN_ROOT}/scripts/sync.js --force` 3. Report completion stats from `node ${CLAUDE_PLUGIN_ROOT}/scripts/status.js`
Semantic code search plugin for Claude Code using hybrid vector search + BM25. 98% accuracy, 5x faster than grep.
Repo: sagarmk/beacon-plugin
Manage Beacon indexing blacklist — prevent indexing of dangerous directories
View and modify Beacon configuration — providers, thresholds, indexing rules
Show Beacon embedding index health — file count, chunk count, last sync
Force a full re-index of the codebase (escape hatch if index gets corrupted)
Hybrid code search — semantic + keyword + BM25
Kill a running Beacon sync process and clean up state