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.