What problem does it solve?
This Skill automates the tedious and time-consuming process of searching for technical documentation across various sources. It intelligently detects query types, fetches relevant information, and analyzes results, saving developers hours of manual research and ensuring they get the most accurate and targeted documentation.
Core Features & Use Cases
- Intelligent Query Classification: Uses
detect-topic.js to classify user queries as topic-specific or general, extracting library names and keywords for targeted searches.
- Automated Documentation Fetching: Employs
fetch-docs.js to construct and execute context7.com URLs, handling fallback chains (topic-specific → general → repository analysis) automatically.
- Smart Result Analysis & Agent Distribution: Utilizes
analyze-llms-txt.js to categorize URLs by priority (critical, important, supplementary) and recommends an optimal agent distribution strategy (single, parallel, phased) for efficient processing.
- Use Case: A developer needs to understand "how to use date picker in shadcn/ui". This Skill will quickly identify it as a topic-specific query, fetch only the relevant documentation, and present it, avoiding a broad, time-consuming search.
Quick Start
Find documentation on 'how to use date picker in shadcn/ui'.