Генерация SQL-запросов по описанию на естественном языке

★ 7.3 · content

write-query is a Claude Code skill that translates a natural-language description of a data need into an optimized SQL query for your specific dialect. It supports PostgreSQL, Snowflake, BigQuery, Redshift, Databricks SQL, MySQL, SQL Server, DuckDB, SQLite, and more. The skill structures queries with descriptive CTEs, applies correct join types, pushes filters close to base tables, uses partition keys where available, and adds comments explaining non-obvious logic. If a data warehouse MCP server is connected, it discovers the schema automatically and can execute the query and analyze results. Ideal for analysts and engineers who need to quickly write complex analytical queries, optimize slow queries against large partitioned tables, or get dialect-specific syntax without memorizing every variant.