Skip to content
Development
Command

/init

Initialize the cix index for the current project (registers, indexes, starts file watcher)

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/init

Context preview

What this command does when you run it.

Initialize the cix index for the current project (registers, indexes, starts file watcher)

Command definition

init.md
description: Initialize the cix index for the current project (registers, indexes, starts file watcher)
allowed-tools: Bash(cix *)

Initialize the cix index for the current project. This registers the project with the cix server, performs a full initial index, and starts the file-watcher daemon for auto-reindex on changes.

cix init

If the indexing run is in-progress, you can monitor it with `/cix:status`. If it fails, common causes are: cix-server not reachable, missing `CIX_API_KEY` env var, or `~/.cix/data` permission issues. Check `cix status` for details.

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