How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-setup:cc-indexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build and refresh a persistent semantic code index using Zoekt via code-index-mcp.
Build and refresh a persistent semantic code index using Zoekt via code-index-mcp.
go versiongo install github.com/trondhindenes/code-index-mcp@latest# Index current project
code-index-mcp index .
# Search the index
# (available via MCP tools once server is configured)
This skill is FUTURE — code-index-mcp is not yet installed. Install it after the core CC setup is validated.
npx claudepluginhub krzemienski/cc-setup --plugin cc-setupProvides semantic code search and index management via the ccc CLI. Automatically initializes and refreshes the codebase index for relevant file retrieval.
Sets up and optimizes Cursor codebase indexing for @Codebase semantic search. Configures .cursorignore files, verifies status, and details embedding workflow.
Guides through infrastructure checks, project indexing, and verification for CocoSearch setup in under 2 minutes.