✓ Verified 💻 Development ✓ Enhanced Data

Agentlens

Navigate and understand codebases using agentlens hierarchical.

Rating
4 (343 reviews)
Downloads
553 downloads
Version
1.0.0

Overview

Navigate and understand codebases using agentlens hierarchical.

Complete Documentation

View Source →

AgentLens - Codebase Navigation

Before Working on Any Codebase

Always start by reading .agentlens/INDEX.md for the project map.

Navigation Hierarchy

LevelFilePurpose
L0INDEX.mdProject overview, all modules listed
L1modules/{slug}/MODULE.mdModule details, file list
L1modules/{slug}/outline.mdSymbols in large files
L1modules/{slug}/memory.mdTODOs, warnings, business rules
L1modules/{slug}/imports.mdFile dependencies
L2files/{slug}.mdDeep docs for complex files

Navigation Flow

text
INDEX.md → Find module → MODULE.md → outline.md/memory.md → Source file

When To Read What

You NeedRead This
Project overview.agentlens/INDEX.md
Find a moduleINDEX.md, search module name
Understand a modulemodules/{slug}/MODULE.md
Find function/class in large filemodules/{slug}/outline.md
Find TODOs, warnings, rulesmodules/{slug}/memory.md
Understand file dependenciesmodules/{slug}/imports.md

Best Practices

  • Don't read source files directly for large codebases - use outline.md first
  • Check memory.md before modifying code to see warnings and TODOs
  • Use outline.md to locate symbols, then read only the needed source sections
  • Regenerate docs with agentlens command if they seem stale
For detailed navigation patterns, see references/navigation.md For structure explanation, see references/structure.md

Installation

Terminal bash

openclaw install agentlens
    
Copied!

Tags

#coding_agents-and-ides #code

Quick Info

Category Development
Model Claude 3.5
Complexity Multi-Agent
Author nguyenphutrong
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install agentlens