Find all definitions of a symbol without grepping files
Searches a pre-built project index to find exact symbol definitions with file paths and line numbers, faster than grepping. Use when you need to locate where a function, class, or variable is defined without searching through files manually.
/plugin marketplace add nathanvale/side-quest-marketplace/plugin install the-cinema-bandit@side-quest-marketplace<symbol-name> [index-path]claude-haiku-4-5-20251001Find where a symbol is defined in PROJECT_INDEX.json without grepping files.
Execute the kit find command with the provided symbol name: $ARGUMENTS
Use the Bash tool to run:
bun run ${CLAUDE_PLUGIN_ROOT}/src/cli.ts find $ARGUMENTS
What happens:
After execution, display the results showing where the symbol is defined.