documentation-lookup

Fetch up-to-date library and framework documentation via Context7.

103|15|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/KaimingWan/oh-my-kiro --skill documentation-lookup-kaimingwan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-lookup
Source: https://github.com/KaimingWan/oh-my-kiro/tree/main/skills/omk-context7-docs
Command: npx skills add https://github.com/KaimingWan/oh-my-kiro --skill documentation-lookup-kaimingwan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch up-to-date library and framework documentation via Context7 to keep answers accurate and avoid outdated information from training data.

Core Features & Use Cases

  • Resolve library IDs and fetch official docs for questions about React, Next.js, Prisma, Tailwind, Express, etc.
  • Include current API references and practical code examples in responses.
  • Use Case: a developer asks for how to configure Next.js middleware or Prisma upsert queries, and Context7 supplies the exact docs and examples.

Quick Start

Ask for up-to-date docs on a library (e.g., React, Next.js) and I will fetch them via Context7.

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 documentation for libraries like React and Next.js?

To fetch up-to-date documentation for libraries like React and Next.js, the Skill queries Context7 to retrieve current API references and code examples, bypassing outdated training data.

Can I get current API references and code examples for Prisma and Express?

Yes, you can get current API references and code examples for Prisma and Express. The Skill resolves library IDs and fetches official docs to provide accurate setup instructions and usage examples.

How does Context7 resolve library IDs to fetch official framework docs?

Context7 resolves library IDs by matching the requested framework name, selecting the best match, and querying the docs to integrate relevant examples directly into the response.

What is the best way to avoid outdated library documentation when coding?

The best way to avoid outdated library documentation is to query Context7 on demand. This fetches the latest official docs and practical code examples for frameworks like Tailwind and Next.js.

Does this documentation lookup approach work for finding specific setup guides like Next.js middleware?

Yes, this documentation lookup approach works for specific setup guides. Asking how to configure Next.js middleware prompts Context7 to supply the exact current docs and code examples needed.