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
- 1 years 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.
documentation-lookup
Fetch current library, framework, and API documentation before answering library-specific questions. Use when a request depends on up-to-date behavior, setup, migrations, configuration, or code examples for a named library or framework.
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.