documentation-lookup

Installation
SKILL.md

Documentation Lookup

When to activate:

  • User says "check the docs"
  • User needs API documentation or code examples
  • User mentions a library/framework name
  • Source code of a library is not available locally

Two-step process:

Step 1: Find the library ID

Search for the library to get its context7 ID:

curl -s "https://context7.com/api/v2/search?query={library_name}" | jq '.results[:3]'
Related skills
Installs
6
GitHub Stars
3
First Seen
Jan 24, 2026