leta

Locate symbol definitions, references, and call relationships using LSP-powered analysis.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/leynos/dev-env-rocky --skill leta-leynos
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: leta
Source: https://github.com/leynos/dev-env-rocky/tree/main/agent-skills/leta
Command: npx skills add https://github.com/leynos/dev-env-rocky --skill leta-leynos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fast semantic code navigation helps developers quickly locate symbol definitions, references, and call relationships across large codebases using LSP-powered insights, reducing time spent on manual searching.

Core Features & Use Cases

  • Semantic symbol navigation: locate definitions, references, and implementations with precise context.
  • Efficient code exploration: understand call graphs, symbol reachability, and architecture without tedious file browsing.
  • Refactoring support: safely rename or move symbols with context-aware updates across the repository.

Quick Start

Install Leta in your workspace and start by showing a symbol with leta show <symbol>.

Frequently Asked Questions about leta

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

FAQPage Schema
How do I find symbol definitions and references across a large codebase?▼

Semantic code navigation uses LSP-powered symbol analysis to trace definitions, references, and call relationships, helping you understand architecture and reachability without tedious file browsing.

How do I trace call graphs and symbol reachability during refactoring?▼

Tracing call graphs during refactoring requires semantic code navigation to map call relationships and locate all symbol implementations with precise context across the repository.

Can I safely rename or move symbols across a large repository?▼

Yes, you can safely rename or move symbols across a large repository using semantic code navigation that provides context-aware updates to all references, ensuring refactoring accuracy.

Do I need to enable Leta as the default code navigation tool to use LSP features?▼

Yes, you need to enable Leta as the default code navigation tool in your workspace to use its LSP-powered symbol analysis for locating definitions, references, and call relationships.

What is the best way to explore code architecture without browsing individual files?▼

The best way to explore code architecture without browsing files is using semantic code navigation to understand call graphs, symbol reachability, and structure through LSP-powered insights.

How do I start locating a specific symbol definition using LSP?▼

You start locating a specific symbol definition using LSP by installing the tool in your workspace and running the command to show the symbol, which triggers semantic analysis to find its precise location.