Check for Breaking Changes Before Upgrading
Pull current documentation to understand what changed in a new library version before upgrading.
Fetch current documentation for any npm package without leaving your development environment.
ToolLibrary DocsSwitching to a browser to look up an API method, check a configuration option, or find the correct import path breaks the development flow more than it should. The documentation is often scattered across a README, separate docs sites, and version-specific changelogs, making it slow to find the specific answer you need.
The resolve_library and get_docs skills pull documentation for any npm package on demand — resolve the library by name, then retrieve the relevant documentation section. You get accurate, version-aware content from the canonical source rather than a cached training data answer that may be outdated.
Developers integrating new packages, engineers checking if a method signature has changed between versions, and teams onboarding to unfamiliar libraries all use this to stay in context rather than tab-switching to documentation sites.