$npx skillfedfor your agent

documentation-lookup

Documentation Lookup pulls current docs for libraries, frameworks, and APIs through Context7 MCP, ensuring answers reflect the latest versions rather than training data. Activates automatically when you ask about setup, configuration, API references, or mention specific tools like React, Next.js, or Prisma.

Documentation Lookup fetches current library and framework docs via Context7 MCP instead of relying on training data.

AI-generated summary based on this skill's SKILL.md

234,207 35,692 MITupdated by affaan-m

Decision gist · record as of 2026-07-27

Documentation Lookup fetches current library and framework docs via Context7 MCP instead of relying on training data. Documentation Lookup pulls current docs for libraries, frameworks, and APIs through Context7 MCP, ensuring answers reflect the latest versions rather than training data. Activates automatically when you ask about setup, configuration, API references, or mention specific tools like React, Next.js, or Prisma.

manual: git clone https://github.com/affaan-m/ECC → cp -r ECC/skills/documentation-lookup ~/.claude/skills/documentation-lookup
skills/documentation-lookup/SKILL.md · version 227011d5

Use it when

  • Documentation Lookup covers major frameworks including React, Next.js, Vue 3, Svelte, Express.js, and libraries like Prisma, Supabase.
  • Yes.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

affaan-m/ECC/documentation-lookup · repository language: JavaScript

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I set up Next.js middleware with Documentation Lookup?

Documentation Lookup retrieves current Next.js documentation to guide your middleware setup. When you ask about Next.js middleware configuration, the skill fetches the latest official docs through Context7 MCP, showing you current syntax, file placement, and examples specific to your Next.js version rather than relying on outdated training data.

What frameworks and libraries does Documentation Lookup support?

Documentation Lookup covers major frameworks including React, Next.js, Vue 3, Svelte, Express.js, and libraries like Prisma, Supabase, Tailwind CSS, and React Query. When you mention any of these tools—whether asking about setup, configuration, API references, or version-specific features—the skill automatically activates to pull current documentation.

Can Documentation Lookup provide Prisma query examples with relations?

Yes. Documentation Lookup fetches current Prisma documentation including query patterns with relations, schema definitions, and migrations. When you ask about Prisma queries, the skill retrieves up-to-date code snippets and best practices from official docs rather than relying on training data that may be outdated.

How does Documentation Lookup ensure answers are version-specific?

Documentation Lookup uses Context7 MCP to access current library and framework documentation. When you mention a specific version—like React 19, Next.js 15, or Tailwind CSS—the skill retrieves documentation matching that version, ensuring your setup guides, API references, and code examples reflect exactly what's current for the tools you're using.

What happens when I ask about Supabase authentication methods?

Documentation Lookup automatically fetches current Supabase auth documentation, including available authentication methods, configuration steps, and code examples. Rather than relying on training data, the skill pulls live docs so you get accurate, up-to-date guidance for implementing Supabase auth in your project.

Does Documentation Lookup help with configuration and setup questions?

Yes. Documentation Lookup is designed to resolve setup and configuration questions for frameworks and tools. Whether you're configuring Tailwind CSS, setting up Express.js routing, defining Prisma schemas, or initializing any supported library, the skill fetches official documentation to provide accurate, current configuration guidance.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Documentation Lookup (Context7)

When the user asks about libraries, frameworks, or APIs, fetch current documentation via the Context7 MCP (tools resolve-library-id and query-docs) instead of relying on training data.

Core Concepts

  • Context7: MCP server that exposes live documentation; use it instead of training data for libraries and APIs.
  • resolve-library-id: Returns Context7-compatible library IDs (e.g. /vercel/next.js) from a library name and query.
  • query-docs: Fetches documentation and code snippets for a given library ID and question. Always call resolve-library-id first to get a valid library ID.

When to use

Activate when the user:

  • Asks setup or configuration questions (e.g. "How do I configure Next.js middleware?")
  • Requests code that depends on a library ("Write a Prisma query for...")
  • Needs API or reference information ("What are the Supabase auth

(truncated - see the full file via the links below)

File tree — 1 file
skills/documentation-lookup/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Fetch current library/framework documentation instead of relying on training data”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

context7-auto-research
by BenedictKing · BenedictKing/context7-auto-research

This skill detects when you're asking about libraries, frameworks, APIs, or code examples and automatically retrieves up-to-date documentation from Context7 instead of relying on potentially outdated training data. It identifies the relevant library, searches Context7, and integrates current documentation into your response with practical code examples.

MITfor claude-codeupdated Apr 2026
★ 16repo stars
documentation-lookup
by Klavis-AI · Klavis-AI/klavis

Documentation-lookup pulls live reference material for popular frameworks and libraries when you need setup guidance, API details, or code examples. It resolves library identifiers and retrieves version-specific documentation to ensure your answers stay current and accurate.

Apache-2.0for claude-codeupdated Jun 2026
★ 5,778repo stars
Context7 Usage
by alfredolopez80 · alfredolopez80/multi-agent-ralph-loop

This skill covers patterns for accessing Context7's pre-indexed documentation through Claude Code. It walks through resolving library IDs, querying docs with targeted requests, and falling back to alternative sources when needed. Covers popular frameworks like React, Next.js, Vue, and backend tools like Node.js and Express.

no license declared → metadata onlyfor claude-codeupdated Jul 2026
★ 143repo stars
context7-mcp
by upstash · upstash/context7

context7-mcp pulls live documentation for libraries and frameworks like React, Next.js, Prisma, and Supabase, ensuring your code answers stay current. Resolve library IDs, query specific concepts, and incorporate official docs into responses—perfect for setup questions, API references, and code generation tasks.

MITfor claude-code, codex, copilot, cursorupdated Jul 2026
★ 59,866repo stars
Context7
by RTGS2017 · RTGS2017/NagaAgent

Context7 is an MCP server skill that connects you to library documentation, API references, and setup guides through mcporter in stdio mode. Query libraries like React to find specific documentation, resolve library identifiers, and access up-to-date technical resources without extra configuration.

AGPL-3.0updated Jul 2026
★ 1,538repo stars
codexer
by PracticalSwan · PracticalSwan/agent-skills

Codexer is a Python research assistant that leverages Context7 MCP servers to investigate libraries, fetch documentation, and evaluate dependencies for production use. It enforces strict coding standards including PEP 8 compliance, mandatory type hints, and modular architecture, with automated quality gates via black, flake8, and mypy. Use it to conduct thorough package research, compare solutions, and implement clean, reliable Python code.

MITupdated Jul 2026
★ 6repo stars

More skills find-docs (MIT) · find-docs (MIT) · Context7 (unlicensed) · Context7 (unlicensed) · context7-docs (MIT) · find-docs (Apache-2.0) · Context7 (NOASSERTION) · Context7 (CC0-1.0)

Tags
live-documentationframework-agnosticapi-reference-lookupcode-snippet-retrievalversion-aware-docslibrary-resolvercurrent-best-practicessetup-guidance