Get all symbols in a file without reading the source
/plugin marketplace add nathanvale/side-quest-marketplace/plugin install the-cinema-bandit@side-quest-marketplace<file-path> [index-path]claude-haiku-4-5-20251001Query PROJECT_INDEX.json to see all symbols in a file without reading the source.
bun run ${CLAUDE_PLUGIN_ROOT}/src/cli.ts overview $ARGUMENTS
The CLI will output colorized markdown (optimized for parsing) grouped by symbol type.
š dataverse-service.ts (1,245 lines)
Interfaces (3):
āāā DataverseConfig (line 12)
āāā QueryOptions (line 28)
āāā BatchResult (line 45)
Types (2):
āāā EntityType (line 52)
āāā OperationResult (line 58)
Classes (1):
āāā DataverseService (line 67)
āāā constructor (line 72)
āāā connect (line 89)
āāā query (line 112)
āāā create (line 156)
āāā update (line 189)
āāā delete (line 215)
Functions (4):
āāā createClient (line 245)
āāā batchRequest (line 278)
āāā retryWithBackoff (line 312)
āāā parseResponse (line 356)
Constants (2):
āāā DEFAULT_TIMEOUT (line 8)
āāā MAX_BATCH_SIZE (line 9)
Comparison:
50x token savings for understanding file structure.