library-docs

Fetch current library documentation via MCP for API references and code examples.

6|Updated Aug 4, 2025
One-click install
npx skills add https://github.com/pfangueiro/claude-code-agents --skill library-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: library-docs
Source: https://github.com/pfangueiro/claude-code-agents/tree/main/.claude/skills/library-docs
Command: npx skills add https://github.com/pfangueiro/claude-code-agents --skill library-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the guesswork and outdated references when integrating libraries, frameworks, or APIs. It fetches current, official docs via the MCP server so you can confidently implement features.

Core Features & Use Cases

  • Instant, up-to-date API references from hundreds of libraries
  • Topic-specific docs fetch (e.g., hooks, routing)
  • Version-aware documentation retrieval
  • Complementary to the documentation-maintainer agent
  • Examples and best practices from official docs

Quick Start

Show me the React hooks documentation.

Frequently Asked Questions about library-docs

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

FAQPage Schema
How do I access current documentation for React, Next.js, and other libraries without leaving my workspace?

This Skill fetches up-to-date official docs for hundreds of libraries including React, Next.js, Vue, MongoDB, and Supabase directly into your conversation. It resolves library IDs via MCP, retrieves current documentation, and loads relevant material so you can reference API details, code examples, and best practices instantly without manual searches.

Can I get documentation for specific topics like React hooks or Next.js routing?

Yes. The Skill supports topic-based documentation queries, letting you fetch targeted sections—such as hooks, routing, or authentication—from official library docs rather than scrolling through full references. This retrieves only the relevant material you need for your current task.

Does this handle different versions of libraries?

Yes. The Skill is version-aware and retrieves documentation for specific library versions, ensuring you get accurate API references and patterns that match the version you're actually using in your project.

What libraries and frameworks are supported?

The Skill covers hundreds of libraries across React, Next.js, Vue, MongoDB, Supabase, and many others. It uses MCP to resolve library IDs and fetch official docs, so coverage extends across major frameworks, databases, and third-party APIs in common tech stacks.

How is this different from manually searching library documentation?

This Skill integrates current, official docs directly into your workflow through MCP, eliminating context-switching and outdated references. It loads examples, API details, and best practices on demand so you can verify correct patterns and implement features confidently without leaving your workspace.

Can I use this alongside documentation maintenance or automation tools?

Yes. The Skill is complementary to the documentation-maintainer agent. Use this Skill to retrieve and reference current docs during development, while documentation-maintainer handles doc generation, updates, and maintenance workflows.