What problem does it solve?
This skill helps developers quickly locate and synthesize library/framework documentation by orchestrating topic detection, llms.txt lookups via context7, and repository analysis when official docs are missing.
Core Features & Use Cases
- Topic-aware lookup: Detects whether a user query targets a specific library feature and fetches topic-focused documentation.
- Multi-source synthesis: Aggregates docs from context7 llms.txt, official docs, and repository structure to provide comprehensive context.
- Workflow automation: Coordinates detection, URL construction, content retrieval, and later analysis to reduce manual search effort.
- Use Case: A developer asks for how to implement a date picker in shadcn; the skill automatically resolves the topic, builds URLs, retrieves docs, and presents a unified briefing.
Quick Start
Ask a library question and the skill will detect topic context and fetch relevant docs automatically.