documentation-lookup

Fetch current library and API documentation via Context7.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/PaulPio/FinFlow- --skill documentation-lookup-paulpio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-lookup
Source: https://github.com/PaulPio/FinFlow-/tree/main/.gemini/skills/documentation-lookup
Command: npx skills add https://github.com/PaulPio/FinFlow- --skill documentation-lookup-paulpio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides instant access to current documentation for libraries, frameworks, and APIs, helping developers avoid outdated training data and guesswork when coding or configuring projects.

Core Features & Use Cases

  • Live docs lookup: Retrieve up-to-date references for popular libraries and frameworks (e.g., React, Next.js, Prisma, Supabase).
  • Code example generation: Generate code snippets based on official docs and usage patterns.
  • Use Case: When asked to set up a library or implement a common API call, fetch the official docs and present the relevant sections with sample code.

Quick Start

Ask the skill for documentation on a library or API, for example: "Show me the Next.js middleware setup docs" or "Show the Prisma query example from the docs."

Frequently Asked Questions about documentation-lookup

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

FAQPage Schema
How do I fetch up-to-date API documentation for libraries like React and Next.js?

Fetching up-to-date API documentation for libraries like React and Next.js involves querying the Context7 docs service to resolve library IDs and retrieve authoritative sources on demand. It surfaces live references for setup and code generation.

What is the best way to get live Prisma or Supabase code examples from official docs?

Getting live Prisma or Supabase code examples from official docs is done by executing query-docs calls against the Context7 service. It retrieves current documentation and presents relevant sections with sample code snippets based on official usage patterns.

Can I use this docs lookup approach to find framework references across multiple libraries?

Yes, you can use this docs lookup approach to find framework references across multiple libraries. It resolves library IDs and fetches live documentation on demand for React, Next.js, Prisma, Supabase, and more, covering setup and API calls.

How do I set up a library using current documentation instead of outdated training data?

To set up a library using current documentation instead of outdated training data, request the official docs on demand. The Context7 docs service fetches authoritative sources to help you avoid guesswork when configuring projects or implementing API calls.

Does the documentation lookup service work for generating code snippets based on official docs?

Yes, the documentation lookup service works for generating code snippets based on official docs. It fetches up-to-date references and usage patterns for popular libraries, presenting relevant sections with sample code for implementation and configuration.