Ccx Codebase Explorer

Explore, navigate, and explain a codebase through the ccx CLI, which queries a server-side code index: semantic search, AST structural grep, resolved symbol definitions and references, and `ccx ask`, a written answer with citations. Use it proactively, before falling back to grep and file reads, whenever the user wants to understand or find code: how a feature, request, or subsystem works end to end; a walkthrough or onboarding tour of a repo; where something is implemented; where a symbol is defined and every place it is used or called; code matching a concept with no exact term to grep; code with a particular syntactic shape; or anything in a repo that is large, not checked out locally, at another branch or tag, or spread across several repos. Also use it whenever ccx, cocoindex-code-plus, or the query server or its MCP endpoint is mentioned. Skip it only for a literal one-token grep in a small checked-out repo, or for reading a file already at hand.

cocoindex-io 9ae6fed 4 files · 43.3 KB Updated

File contents

cocoindex-io/cocoindex-code-plus-pub/tree/main/skills/ccx-codebase-explorer commit 9ae6fed7a3

Frequently asked questions

npx skillmds@latest add cocoindex-io/ccx-codebase-explorer