What problem does it solve? Analysts new to the data catalog often ask meta-questions like "what tables exist in biz_dws" or "what columns does table X have". Without guidance, the agent may prematurely write SQL instead of navigating the catalog. This Skill routes such exploratory questions to the catalog recall, table listing, and column description tools so users get structured answers without executing queries. ## Core Features & Use Cases - Table inventory queries: Answers "what tables are in biz_dws" by calling list_biz_tables and summarizing results by table family instead of dumping 60+ raw names. - Single-table column inspection: Answers "what fields does table X have" via describe_biz_table, returning name, type, nullable, and comment per column. - QCM concept overview: Answers "what is QCM and what does it contain" via find_biz_context, summarizing metrics, periods, dimensions, and signal tables with starter question suggestions. - Use Case: A new analyst asks "what can I query in biz_dws?" The Skill lists table families (total tables, per-dimension tables, signal and dimension tables), then invites a follow-up metric question that routes to the analysis skills. ## Quick Start Ask the agent "what tables are available in biz_dws and what columns does the QCM total table have" to get a guided catalog overview.