← ClaudeAtlas

context7listed

Fetch current documentation snippets and code examples for an indexed third-party library, framework, SDK, or CLI tool from the Context7 index, using the ctx7 command line tool. Use when implementation depends on a library's present API surface, configuration options, or usage patterns, training data may be stale, and a fast indexed lookup is enough. Defer Apple platform documentation to apple-docs. Escalate to deep-docs when the conclusion must be traced to an official versioned source, when the library is not indexed, or when compatibility, deprecation, or migration has to be proven. Do not use for the project's own code, general web research, product comparisons, build-versus-buy decisions, or managing skills from the Context7 registry.
martonpaulo/skills · ★ 0 · AI & Automation · score 76
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