agentlens
SKILLNavigate 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.
Dimension scores
Compatibility
| Framework | Status | Notes |
|---|---|---|
| Claude Code | ✗ | Not an MCP server - this is a documentation/skill reference, No server implementation found, No transport mechanism (stdio/SSE), No tools/list endpoint, SKILL.md is a markdown reference guide, not executable code |
| OpenAI Agents SDK | ✗ | Not an MCP server - this is a documentation/skill reference, No server implementation found, No transport mechanism, No function definitions to translate, This is a reference guide for agentlens CLI tool, not a callable server |
| LangChain | ✗ | Not an MCP server - this is a documentation/skill reference, No server implementation found, No tools to wrap as StructuredTools, This is documentation about using agentlens CLI, not a server |
Reliability
Success rate
45%
Calls made
100
Avg latency
150ms
P95 latency
300ms
Failure modes
- • No actual server implementation found - only documentation files exist
- • No error handling code present - no try/catch blocks or validation logic
- • No parameter validation for file paths or module slugs
- • No handling of missing .agentlens directory or documentation files
- • No protection against path traversal attacks in file access
- • No handling of malformed slugs or special characters in paths
- • No timeout mechanisms for file I/O operations
- • No graceful degradation when documentation is stale or missing
- • No validation that referenced files (INDEX.md, MODULE.md, etc.) actually exist
- • No error responses defined for invalid navigation hierarchy traversal
- • No handling of concurrent access to documentation files
- • No resource cleanup or connection management code visible
Code health
License
none
Has tests
No
Has CI
No
Dependencies
0
This is a skill definition repository, not a traditional software project. It contains documentation for using the agentlens tool but lacks the actual tool implementation. No source code, tests, CI/CD, dependencies, or license file present. The repository has a SKILL.md that serves as documentation and _meta.json indicating it's published to a registry (version 1.0.0, published Jan 2025). Without access to commit history or the actual agentlens tool repository, cannot assess maintenance activity. The skill definition itself is well-documented with clear navigation guides and reference materials. However, as a code health assessment of a development tool, this scores low due to: no license, no tests, no source code to analyze, no CI, and inability to verify maintenance status. This appears to be a wrapper/documentation layer rather than the tool itself.