documentation-lookup

Fetch current library and framework documentation via Context7 MCP.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/riftzen-bit/gemini-setup --skill documentation-lookup-riftzen-bit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-lookup
Source: https://github.com/riftzen-bit/gemini-setup/tree/main/skills/documentation-lookup
Command: npx skills add https://github.com/riftzen-bit/gemini-setup --skill documentation-lookup-riftzen-bit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When users ask about libraries, frameworks, or APIs, relying on model training data can return outdated or incorrect information; this Skill ensures answers are based on live, authoritative documentation fetched from the Context7 MCP for accurate API references and code examples.

Core Features & Use Cases

  • Live documentation retrieval: Resolve a Context7-compatible library ID and query current docs to provide accurate answers and code snippets.
  • Version and source awareness: Prefer exact name matches, high benchmark scores, official sources, and versioned library IDs when the user specifies a version.
  • Safe querying: Limit MCP calls to three per question and redact API keys or secrets before sending queries to Context7.

Quick Start

Find how to set up Next.js middleware using current Context7 docs and include a minimal middleware example.

Frequently Asked Questions about documentation-lookup

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

FAQPage Schema
How do I get up-to-date API references for libraries like React or Prisma?

To get up-to-date API references for libraries like React or Prisma, this Skill fetches live documentation via the Context7 MCP, ensuring answers reflect current, authoritative sources rather than outdated model training data.

Can I retrieve code examples for a specific framework version?

Yes, you can retrieve code examples for a specific framework version. The Skill queries Context7 and prefers exact name matches, official sources, and versioned library IDs when a version is specified in your request.

How do I look up Next.js setup and configuration steps using current docs?

To look up Next.js setup and configuration steps, the Skill resolves a Context7-compatible library ID and queries current docs to provide accurate answers and minimal code snippets for your configuration questions.

Are there limits on how many Context7 MCP calls I can make per question?

Yes, there are limits on Context7 MCP calls. The Skill restricts MCP calls to a maximum of three per question to ensure safe querying and prevent excessive lookups during documentation retrieval.

Does the documentation lookup tool redact API keys before querying Context7?

Yes, the documentation lookup tool redacts API keys and secrets. It automatically strips sensitive credentials from user queries before sending them to the Context7 MCP for safe documentation retrieval.