ccg-namespace
SolidIsolate CCG graph build, search, documentation discovery, and analysis by namespace. Use when working across multiple repositories or services, preventing cross-project graph leakage, choosing safe scoped-update semantics, federating supported reads, or traversing materialized cross-namespace references. Do not use for ordinary single-repository work that fits the default namespace.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- tae2089
- Repository
- tae2089/code-context-graph
- Created
- 5 months ago
- Last Updated
- 2 weeks ago
- Language
- Go
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
ccg
code-context-graph — build code knowledge graphs and search. Core entry point for parsing, building, and querying code graphs.
ccg-docs
code-context-graph — documentation generation, RAG indexing, and docs quality linting.
cgraph
Use FIRST for any question about THIS codebase's structure, symbols, or relationships — where a function/class/file is defined, what calls or imports it, what breaks if you change it, how two parts connect, or to load focused source context before editing or reviewing. Routes to the cgraph MCP tools (graph_query / graph_explain / graph_impact / graph_path / graph_context), which serve ranked file:line results, node neighborhoods, transitive blast radius, and token-budgeted source bundles from a resident per-project graph daemon in ~10ms — far cheaper than grepping and reading files. Prefer over blind grep/read for code navigation, dependency tracing, and impact analysis.