def
Find symbol definition(s) via cix — go-to-definition across the indexed codebase
List a directory (one level) in 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.
/treeContext preview
What this command does when you run it.
List a directory (one level) in an external cix project's server-side checkout
description: List a directory (one level) in an external cix project's server-side checkout argument-hint: "[dir] -n <external-project>" allowed-tools: Bash(cix *)
List one level of a directory (ls-like, no recursion) in the server-side checkout of an **external (GitHub-backed)** cix project: **$ARGUMENTS**
cix tree $ARGUMENTS
This works only for external / workspace repos the server keeps on disk — use it to navigate the file tree of a repo you don't have locally before reading a file with `/cix:file`. For the **current / local** project, use the native `ls`/Read tools instead.
Tips:
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