Skip to content
Development
Command

/refs

Find symbol references via cix — locate every usage of a symbol across the codebase

From plugin
code-index
278 skills1 agent8 commands
Install
$ npx -y skills add dvcdsys/code-index --agent claude-code

How 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/refs

Context preview

What this command does when you run it.

Find symbol references via cix — locate every usage of a symbol across the codebase

Command definition

refs.md
description: Find symbol references via cix — locate every usage of a symbol across the codebase
argument-hint: <symbol> [--file <path>] [--limit <n>]
allowed-tools: Bash(cix *)

Find references to the symbol **$ARGUMENTS** in the cix index:

cix references $ARGUMENTS

Group the references by file and call out any high-traffic call sites or suspicious usage patterns. If you need fewer results, add `--limit 20`.

Ships withcode-index

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.

Get the whole plugin, auto-invoked
Stats
27
Stars
0
Views
2
Forks
Active
Maintenance
Go
Language
MIT
License
4d ago
Last commit
4mo ago
Created

Repo: dvcdsys/code-index