def
Find symbol definition(s) via cix — go-to-definition across the indexed codebase
Show cix indexing status and file-watcher state for the current project
> /plugin marketplace add dvcdsys/code-indexHow it fires
How this command gets triggered: by you, by Claude, or both.
/statusContext preview
What this command does when you run it.
Show cix indexing status and file-watcher state for the current project
description: Show cix indexing status and file-watcher state for the current project allowed-tools: Bash(cix *)
Show the current cix indexing status — last sync, number of indexed files, and whether the file watcher is active.
cix status
If `Watcher: ✗ not running`, search results may be stale. Run `cix watch` to restart the auto-reindex daemon, or `cix reindex` for a one-off refresh.
Self-hosted semantic code search platform — Go server with web dashboard, CLI, and AI-agent skills. Search code by meaning, not text: hybrid BM25 + dense embeddings via llama.cpp.
Repo: dvcdsys/code-index
Find symbol definition(s) via cix — go-to-definition across the indexed codebase
Read a file (whole or a line range) from an external cix project's server-side checkout
Initialize the cix index for the current project (registers, indexes, starts file watcher)
Find symbol references via cix — locate every usage of a symbol across the codebase