What problem does it solve? Malloy compile errors often cascade, producing 20+ confusing messages that hide the root cause. This Skill provides a systematic strategy to retrieve diagnostics, fix the first error, and iterate until the file compiles cleanly. ## Core Features & Use Cases - Diagnostics Retrieval: Pull errors via mcp__ide__getDiagnostics in Claude Code, ReadLints in VS Code/Cursor, or manual lint inspection. - Quick-Fix Reference Table: Maps common errors like "Unknown field", "Aggregate not allowed in where", and "Cannot redefine" to concrete fixes. - Gotchas Checklist: Covers reserved-word backticking, NULL checks, date functions, having clauses, type casting, joins, and cross-file import errors. - Use Case: A user sees dozens of cascading errors after editing a .malloy model; the Skill identifies that an unbackticked reserved word like Date is the root cause and resolves the file step by step. ## Quick Start Fix the compile errors in my orders.malloy file by checking the diagnostics and resolving the first error.