def
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
> /plugin marketplace add dvcdsys/code-indexHow it fires
How this command gets triggered: by you, by Claude, or both.
/fileContext preview
What this command does when you run it.
Read a file (whole or a line range) from an external cix project's server-side checkout
description: Read a file (whole or a line range) from an external cix project's server-side checkout argument-hint: <file> [-n <external-project>] [--lines N:M] allowed-tools: Bash(cix *)
Read a file from the server-side checkout of an **external (GitHub-backed)** cix project: **$ARGUMENTS**
cix file $ARGUMENTS
This works only for external / workspace repos the server keeps on disk — the way to read source from a repo you don't have locally. For the **current / local** project, use the native Read tool instead (the file is already on your machine; this command will return an error pointing you there).
Tips:
the tree, use `/cix:tree`.
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
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