关于
The Kysely Query Converter skill bridges the gap between raw SQL and type-safe TypeScript by automatically translating complex queries into idiomatic Kysely syntax. It handles a wide range of database operations—including intricate joins, window functions, and common table expressions (CTEs)—while ensuring the output leverages Kysely's powerful type inference. Whether you are migrating legacy code or prototyping in SQL, this skill ensures your database layer remains type-safe and maintainable across PostgreSQL and MySQL dialects.