Поиск документации библиотек и фреймворков
research
vc-docs-seeker is a Claude Code skill that retrieves library and framework documentation via Context7 MCP and llms.txt files. The default path uses Context7 to resolve libraries and answer precise API, configuration, or setup questions; local fallback scripts take over when Context7 coverage is missing or the user explicitly needs llms.txt-based discovery. Three zero-token scripts handle the fallback chain: detect-topic.js classifies the query and returns a JSON object with the library name and topic, fetch-docs.js constructs context7.com URLs and fetches content, and analyze-llms-txt.js categorizes links as critical, important, or supplementary and recommends agent distribution. Useful for developers who need fast, accurate answers about API syntax, versioning, or the latest library features without manually browsing scattered documentation sources.
- #documentation-search
- #api-lookup
- #library-discovery
- #technical-reference
- #knowledge-retrieval