What problem does it solve? Single-source web search often misses relevant results or returns stale, low-authority pages. This Skill routes every search through a multi-source pipeline that classifies query intent, expands queries, merges results from four search providers, and ranks them by relevance, freshness, and domain authority. ## Core Features & Use Cases - Intent-Aware Search: Automatically classifies queries into seven intent types (factual, status, comparison, tutorial, exploratory, news, resource) and adjusts search mode, freshness filters, and scoring weights accordingly. - Multi-Source Aggregation: Queries Brave, Exa, Tavily, and Grok in parallel, deduplicates by canonical URL, and scores results using keyword match, freshness, and a tiered domain authority table. - Thread & Reference Tracking: Fetches full GitHub issue/PR discussions, Hacker News, Reddit, and V2EX threads, extracts cross-references, and recursively follows high-value links with an LLM relevance gate. - Use Case: Ask "Bun vs Deno latest comparison" and receive a synthesized answer built from deduplicated, authority-scored results across all four sources, with conflicting claims explicitly flagged. ## Quick Start Ask the agent to search for any topic, for example: search for the latest Deno 2.0 release status and summarize the key findings with sources.