askill
agentlens

agentlensSafety 100Repository

Navigate and understand codebases using agentlens hierarchical documentation. Use when exploring new projects, finding modules, locating symbols in large files, finding TODOs/warnings, or understanding code structure.

39 stars
1.2k downloads
Updated 2/13/2026

Package Files

Loading files...
SKILL.md

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

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

  1. Don't read source files directly for large codebases - use outline.md first
  2. Check memory.md before modifying code to see warnings and TODOs
  3. Use outline.md to locate symbols, then read only the needed source sections
  4. Regenerate docs with agentlens command if they seem stale

For detailed navigation patterns, see references/navigation.md For structure explanation, see references/structure.md

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

71/100Analyzed 2/25/2026

Good foundational skill for codebase navigation using agentlens. Provides clear hierarchy structure, navigation flow, and best practices with helpful tables. Missing practical details like actual command usage to generate agentlens docs, and has broken references to non-existent files. Decent actionability but could be more complete. Safe and clear, moderately reusable for projects using agentlens.

100
75
65
60
65

Metadata

Licenseunknown
Version-
Updated2/13/2026
Publisherviralcode

Tags

No tags yet.