leindex
AI-powered code search and analysis engine using semantic search and Program Dependence Graph traversal.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
AI-powered code search and analysis engine using semantic search and Program Dependence Graph traversal.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | leindex |
| description | AI-powered code search and analysis engine using semantic search and Program Dependence Graph traversal. |
LeIndex provides high-performance semantic search and deep code analysis by building a Program Dependence Graph (PDG) of your codebase.
leindex index [path] - Index a project for code search and analysis.leindex search <query> - Search indexed code using semantic search.leindex analyze <query> - Perform deep code analysis with context expansion.leindex context <node_id> - Expand context around a specific code node.leindex diagnostics - Get diagnostic information about the indexed project.leindex index to process your codebase. This is a one-time operation per project (incremental updates supported).leindex search to find relevant code snippets based on natural language queries.leindex analyze for complex questions about code behavior and relationships.leindex context when you need to understand the surroundings of a specific function or class found via search.This skill works by calling the leindex CLI binary.
For more information, see the LeIndex repository at /mnt/e0f7c1a8-b834-4827-b579-0251b006bc1f/code_index_update/LeIndexer.