claudix 0.2.0

Local semantic search plugin for Claude Code
1
2
3
4
5
6
7
8
9
10
11
12
13
---
description: Map the repo by directory with file/chunk counts, languages, and top identifiers. Use when orienting in an unfamiliar codebase or deciding where to start a task.
allowed-tools: Bash(claudix:*)
---

Run (stderr merged so error messages are visible):
!`claudix overview 2>&1`

To narrow the output to a specific subtree, pass `--path-prefix`:
!`claudix overview --path-prefix src/hooks 2>&1`

If `chunks: 0`, the index is empty — tell the user to run `/claudix:index`.
If the command errors, the embedding provider may be unavailable — tell the user to run `/claudix:doctor`.