Find all definitions of a symbol without grepping files
Finds symbol definitions in the project index without grepping files.
/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.