This pulls current documentation and API references for any library or framework using the Context7 CLI. It's meant to replace guessing from training data when you need actual current syntax, config options, or migration steps. The workflow is straightforward: resolve a library name to an ID, then query the docs with your specific question. Works for React, Next.js, Prisma, Django, whatever. The skill guide emphasizes writing specific queries instead of one-word searches and warns you to run the library lookup first before querying docs. Useful when you're debugging version-specific behavior or need to verify that an API hasn't changed since training cutoff.
npx skills add https://github.com/upstash/context7 --skill find-docs