Skip to content
Development
Command

/run-indexer

Manually trigger Beacon indexing (useful when auto-index is off)

From plugin
beacon
438 skills1 agent8 commands4 hooks
Install
> /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.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/run-indexer

Context preview

What this command does when you run it.

Manually trigger Beacon indexing (useful when auto-index is off)

Command definition

run-indexer.md
description: Manually trigger Beacon indexing (useful when auto-index is off)
allowed-tools: [Bash]

/run-indexer

1. First check if the current directory is blacklisted: `node ${CLAUDE_PLUGIN_ROOT}/scripts/blacklist-manager.js show`

  • If the current working directory appears in the effective blacklist and is NOT whitelisted, refuse with a helpful message explaining how to use `/whitelist add` or `/blacklist remove`

2. Run `node ${CLAUDE_PLUGIN_ROOT}/scripts/sync.js --force` 3. Report completion stats from `node ${CLAUDE_PLUGIN_ROOT}/scripts/status.js`

Ships withbeacon

Semantic code search plugin for Claude Code using hybrid vector search + BM25. 98% accuracy, 5x faster than grep.

Get the whole plugin
Stats
44
Stars
5
Forks
Active
Maintenance
JavaScript
Language
MIT
License
6d ago
Last commit
6mo ago
Created

Repo: sagarmk/beacon-plugin

Other commands on beacon.