context7listed
Install: claude install-skill martonpaulo/skills
# Context7
Fast lookup of third-party library documentation from the Context7 index. Two calls: resolve the library to an ID, then query one topic against that ID.
Context7 indexes other people's documentation; it is not the documentation itself. It is the quick path when the question is what a library's current API looks like. Use `apple-docs` for Apple development. Use `deep-docs` when the answer has to be traced to an official versioned source, when the library is not indexed, or when compatibility, availability, deprecation, or migration has to be proven; that skill retains ownership of authoritative answers.
## Workflow
1. Establish the version in play from the project's lockfile or manifest before looking anything up. A snippet for the wrong major version is worse than no snippet.
2. Resolve the library: `ctx7 library <name> "<what you need>"`. The query argument is required and changes the ranking, so describe the actual intent instead of repeating the name.
3. Pick the ID on name match, description fit, snippet count, source reputation, and benchmark score. When the output lists a version close to the project's, use the `/org/project/version` form.
4. Query one topic per call: `ctx7 docs <libraryId> "<single-topic question>"`. Run separate calls for separate concepts, unless the question is how they interact.
5. Report the documented behavior, the library ID and version actually queried, and any gap between that version and the project's.
Stop after three calls t