Look Up Package Documentation
Fetch current documentation for any npm package without leaving your development environment.
Pull live library documentation and generate working integration code grounded in the current API.
ToolLibrary DocsAsking an AI to write code that uses a third-party library without giving it the current documentation produces output that compiles but fails at runtime — wrong method names, deprecated patterns, or missing required arguments that changed in the latest version. The code looks plausible but is not grounded in what the library actually does today.
The resolve_library and get_docs skills fetch current documentation before generating code, ensuring the method signatures, configuration options, and import paths are accurate for the version you are using. The output is integration code you can trust to run, not just to compile.
Developers integrating new tools, engineers writing quick prototypes, and teams building internal tooling on unfamiliar libraries all use this to get working code on the first attempt rather than debugging hallucinated API calls.