LeIndex Smart Router

Route natural language queries to leindex commands for code analysis.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill leindex-smart-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: LeIndex Smart Router
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/analysis/tldr-router
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill leindex-smart-router

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill intelligently routes natural language questions to the most appropriate leindex command, simplifying code exploration and analysis for developers.

Core Features & Use Cases

  • Intent-based Routing: Automatically determines the best leindex command (e.g., tree, structure, context, cfg, dfg, slice, search, semantic) based on user queries.
  • Codebase Navigation: Helps developers quickly find information about files, functions, dependencies, and data flow within a project.
  • Use Case: When you ask "What does the process_data function call?", the skill will automatically execute leindex context process_data --project . --depth 2.

Quick Start

Ask the AI "What files exist in the project?" to get a file overview.

Frequently Asked Questions about LeIndex Smart Router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I navigate a codebase using natural language instead of manual grep?

Code navigation via natural language queries routes developer requests to appropriate analysis commands, mapping intent to file discovery, function tracing, and complexity analysis outputs.

How does AI code analysis map my questions to specific command line operations?

AI code analysis leverages intent detection keywords and decision trees to map user requests directly to appropriate sub-commands like tree, structure, context, cfg, and semantic for execution.

What is the best way to trace function calls and data flow within a project?

Tracing function calls and data flow is handled by routing natural language questions to specific commands like cfg for control flow graphs and dfg for data flow tracking.

Can I perform semantic code understanding and impact analysis without writing complex queries?

Semantic code understanding and impact analysis are supported by automatically detecting user intent and routing the request to the appropriate search or slice sub-command.

Do I need to install specific dependencies to use this natural language routing for code exploration?

No specific dependencies are required to enable natural language routing for code exploration, as the skill directly maps user queries to the underlying leindex commands.

Why use an intent-based router instead of executing code analysis commands directly?

An intent-based router simplifies code exploration by eliminating the need to memorize complex command syntax, automatically selecting the best command for tasks like pattern searching.