/search
Semantic code search via cix — find code by meaning, not by exact strings
$ npx -y skills add dvcdsys/code-index --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/search
Context preview
What this command does when you run it.
Semantic code search via cix — find code by meaning, not by exact strings
Command definition
search.mddescription: Semantic code search via cix — find code by meaning, not by exact strings argument-hint: <query> allowed-tools: Bash(cix *)
Run a semantic search through the cix index for the query: **$ARGUMENTS**
cix search "$ARGUMENTS"
Summarize the most relevant matches above. If results look weak, try:
- A more specific phrasing that names the area or symbol
- `cix search "$ARGUMENTS" --min-score 0.2` to lower the relevance floor
- `cix search "$ARGUMENTS" --in <subdir>` to narrow scope
If `cix` is not yet initialized in this project, run `/cix:init` first.
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.
Other commands on code-index.
- /def
Find symbol definition(s) via cix — go-to-definition across the indexed codebase
Open command - /file
Read a file (whole or a line range) from an external cix project's server-side checkout
Open command - /init
Initialize the cix index for the current project (registers, indexes, starts file watcher)
Open command - /refs
Find symbol references via cix — locate every usage of a symbol across the codebase
Open command - /status
Show cix indexing status and file-watcher state for the current project
Open command - /summary
Show project overview from the cix index — languages, top directories, key symbols
Open command

