Back to Directory
development
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.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
๐ Initial Release
First public release of the AgentLens skill for AI coding assistants.
โจ Features
- Codebase Navigation - Teaches AI agents to navigate large codebases using agentlens docs
- Progressive Disclosure - Core skill + references loaded on-demand
- Multi-Platform - Claude Code, OpenCode, Codex CLI compatible
- Token-Efficient - Navigation patterns with 80-96% token savings
๐ฆ Structure
agentlens/
โโโ SKILL.md # Core instructions
โโโ references/
โโโ navigation.md # Navigation patterns
โโโ structure.md # .agentlens/ explained
๐ง Install
agentlens skills install
๐ Platforms
- Claude Code: ~/.claude/skills/agentlens/
- OpenCode: ~/.config/opencode/skill/agentlens/
- Codex CLI: ~/.codex/skills/agentlens/
---
Links: GitHub (https://github.com/nguyenphutrong/agentlens) ยท Docs (https://github.com/nguyenphutrong/agentlens#readme)