What problem does it solve?
This Skill provides a structured, tiered approach to researching codebases, libraries, and APIs by combining fast local exploration with lightweight web-based research, enabling faster comprehension of unfamiliar code patterns and debugging contexts.
Core Features & Use Cases
- Tiered escalation: start with Local codebase exploration using Grep, Glob, and Read, then move to CLI tools (rg, fd, curl), web research (WebSearch/WebFetch), and lightweight API scripts.
- Library/API research and debugging: quickly understand API usage, external dependencies, and common integration patterns across large repositories.
- Use Case: when investigating a legacy project, locate usage of a deprecated API, verify compatibility with a target library version, and surface relevant docs and examples.
Quick Start
Analyze the current project by performing local exploration (Grep/Glob/Read) and, if needed, fetch library/API references with WebFetch or the provided scripts.