docs-lookup

Installation
SKILL.md

Docs Lookup Skill

Use this skill when the user needs current documentation, API references, or library examples. It directs the agent to use MCPs (Context7, Fetch, FireCrawl) to retrieve and summarize docs, and to cite sources.

When to Use

  • User asks to "look up X docs," "get current API for Y," "find Tailwind/Next.js/React usage," or similar.
  • User provides a URL and wants content summarized or extracted.
  • User needs library or framework examples with accurate, up-to-date syntax or behavior.

Invoke explicitly via /docs-lookup or when the user explicitly asks for documentation lookup.

Instructions

Tool selection

  1. Context7 (plugin-context7): Prefer for library and framework documentation (e.g. Next.js, React, Tailwind, shadcn, Radix). Use to retrieve up-to-date docs and code examples. Check the Context7 MCP tool schema before use.
  2. Fetch (user-fetch): Use for single, known URLs when you need quick content retrieval without heavy processing. No API key required; fastest for simple GETs.
  3. FireCrawl: Use for multi-page sites, complex pages, or when the user provides a URL and you need structured extraction or batch-like processing. Requires FIRECRAWL_API_KEY when used.
Installs
1
First Seen
Mar 6, 2026
docs-lookup — moodmnky-llc/mood-mnky-command