documentation-lookup

Resolve library IDs and query live documentation via Context7 MCP tools.

3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/rlagycks/oh-my-forge --skill documentation-lookup-rlagycks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-lookup
Source: https://github.com/rlagycks/oh-my-forge/tree/main/.agents/skills/documentation-lookup
Command: npx skills add https://github.com/rlagycks/oh-my-forge --skill documentation-lookup-rlagycks

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides up-to-date, accurate documentation for libraries, frameworks, and APIs, replacing outdated training data references.

Core Features & Use Cases

  • Library Resolution: Converts user queries into Context7-compatible library IDs.
  • Documentation Retrieval: Fetches relevant code snippets and explanations from live sources.
  • Use Case: A developer asks, "How do I configure Next.js middleware?" and receives the latest official instructions and code samples directly from the documentation.

Quick Start

Use this Skill to find current API details or setup instructions for a specified library or framework.

Frequently Asked Questions about documentation-lookup

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

FAQPage Schema
How do I fetch current API documentation for a specific library?

To fetch current API documentation, you query the library or framework name to retrieve live, authoritative code snippets and explanations. This ensures you get real-time reference information for development and troubleshooting instead of relying on outdated training data.

What is the best way to find up-to-date setup instructions for a framework?

Finding up-to-date setup instructions is best handled by resolving the framework name into a library ID and querying live documentation sources. This provides accurate, current configuration steps and code samples directly from authoritative references.

Can I get live code snippets for API troubleshooting?

Yes, you can get live code snippets for API troubleshooting by querying the specific library or framework. The system retrieves relevant explanations and current code samples directly from live sources to assist in resolving development issues.

Does this documentation lookup approach work with any development library?

This documentation lookup approach works with any library or framework that can be resolved into a Context7-compatible library ID. It queries live sources to provide current reference materials, ensuring accurate information for development, setup, and troubleshooting scenarios.

Why does my library reference show outdated configuration code?

Your library reference shows outdated configuration code because the underlying training data is no longer current. By resolving library IDs and querying live documentation sources, you can replace outdated references with real-time, authoritative API instructions and code samples.