check-library

Fetch up-to-date library documentation via MCP servers.

11|Updated Oct 16, 2025
One-click install
npx skills add https://github.com/getty104/claude-code-marketplace --skill check-library
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-library
Source: https://github.com/getty104/claude-code-marketplace/tree/main/getty104/skills/check-library
Command: npx skills add https://github.com/getty104/claude-code-marketplace --skill check-library

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developers often spend significant time searching for up-to-date documentation across various libraries. This Skill centralizes and streamlines access to library information, ensuring you always get the most relevant and current usage details, so you can focus on coding, not searching.

Core Features & Use Cases

  • Intelligent MCP Server Selection: Automatically routes queries to specialized MCP servers (Next.js DevTools, shadcn, Context7) based on the library name, ensuring the most accurate source.
  • Latest Documentation Retrieval: Fetches current documentation, usage examples, and best practices for a wide range of libraries, keeping your knowledge up-to-date.
  • Use Case: When implementing a new feature with Next.js and shadcn/ui, use this skill to quickly retrieve documentation for nested layouts in Next.js and the Button component in shadcn, without manually navigating multiple websites.

Quick Start

Use the check-library skill to find documentation on "Next.js App Router nested layouts".

Frequently Asked Questions about check-library

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find up-to-date documentation for Next.js and shadcn/ui libraries?

Fetch current documentation for Next.js and shadcn/ui by routing queries to specialized MCP servers—Next.js DevTools for Next.js, shadcn for shadcn/ui—which retrieve the latest usage examples and best practices automatically based on your library name.

Can I retrieve documentation for multiple libraries without visiting different websites?

Yes. This Skill centralizes library documentation access by intelligently selecting the appropriate MCP server for each library, including Next.js DevTools, shadcn, and Context7 for general libraries, so you get current docs in one place.

What's the fastest way to look up a specific feature in library documentation?

Use search and get operations within the MCP sessions to retrieve documentation with optional topic and path parameters, letting you pinpoint specific Next.js App Router features, shadcn component details, or general library functionality without manual navigation.

Does this work with libraries beyond Next.js and shadcn/ui?

Yes. Beyond Next.js and shadcn/ui, the Skill routes queries to Context7 MCP for general library documentation retrieval, supporting a wider range of libraries through intelligent server selection.

How do I initialize documentation lookup for a new library?

Initialize an MCP session, resolve the library ID, and issue a documentation request with your library name and optional topic or path parameters to retrieve current docs through the appropriate specialized MCP server.