fetch-library-docs

Fetches official library documentation with content-type filtering to reduce token usage.

1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/SyedMuhammadSarmad/employess-cv --skill fetch-library-docs-syedmuhammadsarmad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-library-docs
Source: https://github.com/SyedMuhammadSarmad/employess-cv/tree/main/.gemini/skills/fetch-library-docs
Command: npx skills add https://github.com/SyedMuhammadSarmad/employess-cv --skill fetch-library-docs-syedmuhammadsarmad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill fetches official library documentation (React, Next.js, Prisma, FastAPI, Express, Tailwind, MongoDB, etc.) and saves 60-90% tokens by filtering content types. It helps you look up API patterns, best practices, and configuration details before you write code, reducing guesswork and context switching.

Core Features & Use Cases

  • Deterministic docs lookup with content-type filtering to reduce token usage
  • Library topic inference from code context (e.g., routes, imports) to fetch relevant docs
  • Troubleshooting and upgrade guidance by surfacing migration and troubleshooting material
  • Use cases include implementing library APIs, debugging errors, installing frameworks, upgrading versions, and exploring best practices
  • Works across multiple languages and ecosystems (JavaScript/TypeScript, Python, etc.)

Quick Start

Example: fetch documentation for React about useState with content-type "examples,api-ref"