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.