You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/ccg.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,15 @@ user-invocable: true
6
6
7
7
# code-context-graph CLI Skill
8
8
9
-
A local code analysis tool that parses codebases via Tree-sitter into a knowledge graph with 15 language support, annotation-powered search, and pgvector semantic search.
9
+
A local code analysis tool that parses codebases via Tree-sitter into a knowledge graph with 16 language support and annotation-powered search.
@@ -137,9 +138,6 @@ When the user asks about business concepts, use FTS search which includes annota
137
138
138
139
Example: user asks "결제 관련 코드" → `ccg search "결제"` finds functions annotated with payment-related @intent/@domainRule.
139
140
140
-
### Semantic search via pgvector MCP
141
-
When FTS keyword search is insufficient (cross-language, fuzzy matching), use the pgvector MCP server for semantic similarity search. This requires PostgreSQL mode (`ccg build --graph`).
Copy file name to clipboardExpand all lines: README.md
+9-35Lines changed: 9 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# code-context-graph
2
2
3
-
Local code analysis tool that parses codebases via Tree-sitter into a knowledge graph. Supports 16 languages, 18 MCP tools, custom annotation search, and pgvector semantic search.
3
+
Local code analysis tool that parses codebases via Tree-sitter into a knowledge graph. Supports 16 languages, 18 MCP tools, and custom annotation search.
4
4
5
5
Inspired by [code-review-graph](https://github.com/tirth8205/code-review-graph) — a Python-based code analysis tool. This project reimplements and extends the concept in Go with multi-DB support, custom annotation system, and MCP integration for AI-powered code understanding.
6
6
@@ -9,9 +9,8 @@ Inspired by [code-review-graph](https://github.com/tirth8205/code-review-graph)
0 commit comments