ls-agentlens

Navigate codebases using AgentLens hierarchical documentation to locate modules and symbols.

3|2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/CruxExperts/localsetup --skill ls-agentlens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ls-agentlens
Source: https://github.com/CruxExperts/localsetup/tree/main/_localsetup/skills/ls-agentlens
Command: npx skills add https://github.com/CruxExperts/localsetup --skill ls-agentlens

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Navigate codebases with AgentLens hierarchical documentation to help developers understand project structure, locate modules, and find symbols in large files without reading every line of source.

Core Features & Use Cases

  • Hierarchical navigation: INDEX.md, modules/{slug}/MODULE.md, modules/{slug}/outline.md, memory.md, and imports.md to scaffold project maps
  • Rapid symbol discovery and module overviews in unfamiliar codebases
  • Use cases include onboarding new contributors, codebase audits, and targeted exploration of large repos

Quick Start

Open .agentlens/INDEX.md to view the project map, then drill down into MODULE.md and outline.md to locate symbols quickly.

Frequently Asked Questions about ls-agentlens

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

FAQPage Schema
How do I navigate a large codebase to find specific symbols without scanning raw source code?

Codebase navigation uses hierarchical documentation like INDEX.md and outline.md to locate symbols without reading raw source. Open the project index, then drill down into module outlines to find specific symbols quickly.

What is the best way to understand project structure when onboarding to an unfamiliar repository?

Understanding project structure is best achieved by reviewing a canonical index and module documentation that scaffolds the project map. This hierarchical approach provides module overviews and rapid symbol discovery to help you understand unfamiliar repositories.

How to locate TODOs and module imports across complex repositories?

To locate TODOs and imports across complex repositories, query structured documentation files like memory.md and imports.md. These frontmatter-driven docs support deterministic navigation to track outstanding tasks and module dependencies.

Can I use hierarchical documentation to explore new projects and perform codebase audits?

Yes, you can use hierarchical documentation to explore new projects and perform codebase audits. The structured frontmatter-driven metadata system generates module overviews and outlines that support targeted exploration and auditing of large repos.

Does this codebase navigation approach work with large files in complex repositories?

Yes, this codebase navigation approach works with large files in complex repositories. By using canonical index and module docs, it supports fast symbol lookup and deterministic navigation without needing to scan the raw source of large files.