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.
🎉 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)