code-index
01Plugin Claude Code
Marketplace for cix — semantic code search and navigation tooling for Claude Code and Claude Cowork.
Plugin Claude Code
Marketplace for cix — semantic code search and navigation tooling for Claude Code and Claude Cowork.
Plugin Claude Code
cix skills for Claude Desktop & Cowork — the cix (single-repo) and cix-workspace (cross-project) guidance adapted to the cix MCP tools. Requires a self-hosted cix (CodeIndeX) server (https://codeindex.app). Skills only: no MCP server, no CLI, no hooks. Register the cix MCP server first with cix mcp install claude-de.
Skill Claude CodeCodex
Cross-project research workflow for cix workspaces in Claude Cowork. Use when a request spans multiple repositories — "wire feature X through the platform", "add Y across the services", "change Z in production/staging", "how does this work end-to-end across repos". Uses cixworkspacesearch to find which repos are in…
Skill Claude CodeCodex
Semantic code search and navigation across repositories indexed by a cix server, via the cix MCP tools. Use when finding code by meaning rather than exact strings — "find the authentication middleware", "where is X defined?", "what calls this function?", "how does Y work in this codebase?", "search the codebase for…
Plugin Claude Code
Semantic code search for Claude Code. Requires a self-hosted cix (CodeIndeX) server — free, MIT, 10-minute install (https://codeindex.app) on your machine, LAN box, or GPU server; the plugin is the client. Ships the cix CLI, slash commands (incl. cix file / cix tree for external projects), behavioral hooks, the cix sk.
Agent
Read-only deep-dive of ONE repository inside a workspace fan-out task. Receives the user task + projectpath + seed chunks (with the main agent's commentary on what to trust and what to question) + an explicit deliverable. Returns whatever the main agent asked for, in the format they asked for. Use only when the main…
Command
Find symbol definition(s) via cix — go-to-definition across the indexed codebase.
Command
Read a file (whole or a line range) from an external cix project's server-side checkout.
Command
Initialize the cix index for the current project (registers, indexes, starts file watcher).
Command
Find symbol references via cix — locate every usage of a symbol across the codebase.
Command
Semantic code search via cix — find code by meaning, not by exact strings.
Command
Show cix indexing status and file-watcher state for the current project.
Command
Show project overview from the cix index — languages, top directories, key symbols.
Command
List a directory (one level) in an external cix project's server-side checkout.
Hook
Runs when a session starts, executing session-start.sh. From dvcdsys/code-index.
Hook
Runs after a tool call finishes for Grep, Glob and Bash tool calls, executing grep-nudge.sh (2 commands). From dvcdsys/code-index.
Hook
Runs on the CwdChanged event, executing cwd-changed.sh. From dvcdsys/code-index.
Hook
Runs after the context is compacted, executing post-compact.sh. From dvcdsys/code-index.
Hook
Runs when a session ends, executing session-end.sh. From dvcdsys/code-index.