sundial-org/awesome-openclaw-skills

agentlens

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.

First seen Feb 22, 2026

Installation

$ npx skills add sundial-org/awesome-openclaw-skills --skill agentlens

Also in this package

Other skills from sundial-org/awesome-openclaw-skills · top by installs.

npx skills add sundial-org/awesome-openclaw-skills

Browse all from sundial-org/awesome-openclaw-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 660
License LICENSE
Default branch main
Open issues 12
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0
More metadata
short-description
Codebase navigation with agentlens
author
agentlens
version
1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,963 B
  • docs SUMMARY.md 234 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 16 installs

SKILL.md

AgentLens - Codebase Navigation

Before Working on Any Codebase

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

Navigation Hierarchy

Level File Purpose
L0 INDEX.md Project overview, all modules listed
L1 modules/{slug}/MODULE.md Module details, file list
L1 modules/{slug}/outline.md Symbols in large files
L1 modules/{slug}/memory.md TODOs, warnings, business rules
L1 modules/{slug}/imports.md File dependencies
L2 files/{slug}.md Deep docs for complex files

Navigation Flow

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

When To Read What

You Need Read This
Project overview .agentlens/INDEX.md
Find a module INDEX.md, search module name
Understand a module modules/{slug}/MODULE.md
Find function/class in large file modules/{slug}/outline.md
Find TODOs, warnings, rules modules/{slug}/memory.md
Understand file dependencies modules/{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](references/navigation.md) For structure explanation, see [references/structure.md](references/structure.md)