def
Find symbol definition(s) via cix — go-to-definition across the indexed codebase
Initialize the cix index for the current project (registers, indexes, starts file watcher)
> /plugin marketplace add dvcdsys/code-indexHow it fires
How this command gets triggered: by you, by Claude, or both.
/initContext preview
What this command does when you run it.
Initialize the cix index for the current project (registers, indexes, starts file watcher)
description: Initialize the cix index for the current project (registers, indexes, starts file watcher) allowed-tools: Bash(cix *)
Initialize the cix index for the current project. This registers the project with the cix server, performs a full initial index, and starts the file-watcher daemon for auto-reindex on changes.
cix init
If the indexing run is in-progress, you can monitor it with `/cix:status`. If it fails, common causes are: cix-server not reachable, missing `CIX_API_KEY` env var, or `~/.cix/data` permission issues. Check `cix status` for details.
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
Find symbol references via cix — locate every usage of a symbol across the codebase