From cix
Registers the current project with cix server, performs a full initial index, and starts the file-watcher daemon for auto-reindex on changes.
npx claudepluginhub dvcdsys/code-index --plugin cixInitialize 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. 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.
/init-indexInitializes multi-level fractal index system for codebase: scans files in 10 languages, adds Input/Output/Pos headers, generates FOLDER_INDEX.md files, PROJECT_INDEX.md, and Mermaid dependency graph.
/initialize-webInitializes ast-index for TypeScript/JavaScript web projects by configuring .claude/settings.json, adding plugin permissions, and creating .claude/rules/ast-index.md with usage rules.
/rag-projectAnalyzes the current project and indexes relevant documentation by running a Python script, displaying only the indexing summary output.
/run-indexerManually triggers Beacon indexing: checks if directory is blacklisted, force-syncs project files via sync.js, and reports completion stats via status.js.
/initInitializes guided UI design for dashboards, apps, and tools. Assesses intent, proposes styles with rationale, builds components, and offers to save patterns.
/initInitializes ArcKit project structure for enterprise architecture governance by creating projects/000-global/policies/ and external/ directories, checking for existing setup first.
Share bugs, ideas, or general feedback.
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.