context7-docs-research
SolidResolve the correct library and retrieve a small, relevant set of version-aware official documentation before answering a technical question.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- Devin-AXIS
- Repository
- Devin-AXIS/iPolloWork
- Created
- 12 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
context7
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.
context7
Anti-hallucination protocol for library APIs — resolves the exact installed version from the lockfile, fetches current official docs (Context7 MCP if installed, web fetch otherwise), quotes the doc before writing any code, and pins the version in output. Use when code touches a fast-moving library (Next.js, React, LangChain, Prisma, Tailwind), when the user says "check the actual docs" or "what's the current API for X", or after any deprecation or breaking-change error.
context7
Retrieves authoritative, up-to-date technical documentation, API references, configuration details, and code examples for any developer technology. Use this skill whenever answering technical questions or writing code that interacts with external technologies. This includes libraries, frameworks, programming languages, SDKs, APIs, CLI tools, cloud services, infrastructure tools, and developer platforms. Common scenarios: - looking up API endpoints, classes, functions, or method parameters - checking configuration options or CLI commands - answering "how do I" technical questions - generating code that uses a specific library or service - debugging issues related to frameworks, SDKs, or APIs - retrieving setup instructions, examples, or migration guides - verifying version-specific behavior or breaking changes Prefer this skill whenever documentation accuracy matters or when model knowledge may be outdated.