Researches library APIs and implementation details by cloning and analyzing source code repositories in real-time.
Library Source Explorer (dig) is a specialized skill that empowers Claude to provide accurate, up-to-date information about third-party libraries by directly analyzing their source code. Instead of relying solely on static training data, it searches for, clones, and traverses official repositories to understand public interfaces, documentation, and usage patterns. This ensures that developers receive precise guidance on unfamiliar APIs, complex library internals, or the latest package versions that might not be fully documented elsewhere.
Características Principales
011,127 GitHub stars
02Local repository cloning for high-fidelity source code analysis
03Automated repository discovery for npm, PyPI, Go, and Rust packages
04Deep-dive research into library internals to find undocumented patterns
05Sub-agent driven exploration of READMEs, source files, and tests
06Real-time identification of public API exports and interfaces
Casos de Uso
01Learning the API of a newly released or obscure library without leaving the terminal
02Finding usage examples for specific functions when official documentation is sparse
03Debugging complex integrations by examining a library's internal source code and test cases