file
Read a file (whole or a line range) from an external cix project's server-side checkout
Find symbol definition(s) via cix — go-to-definition across the indexed codebase
> /plugin marketplace add dvcdsys/code-indexHow it fires
How this command gets triggered: by you, by Claude, or both.
/defContext preview
What this command does when you run it.
Find symbol definition(s) via cix — go-to-definition across the indexed codebase
description: Find symbol definition(s) via cix — go-to-definition across the indexed codebase argument-hint: <symbol> [--kind function|class|method|type] [--file <path>] allowed-tools: Bash(cix *)
Look up the definition of the symbol **$ARGUMENTS** in the cix index:
cix definitions $ARGUMENTS
If multiple matches are returned, point out the most likely one based on context. If nothing is found, suggest `cix symbols $ARGUMENTS` for a broader name search.
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
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