kysely
Installation
SKILL.md
Kysely
When to use
Use this skill when you need to:
- Build type-safe SQL queries with Kysely
- Define database interfaces and column types
- Write and run Kysely migrations
- Handle transactions, error recovery, and connection pooling
- Load related data efficiently (JSON aggregation, avoiding N+1)
- Use raw SQL safely within Kysely
- Cancel or time-box in-flight queries
- Test code that uses Kysely
- Upgrade an existing project to Kysely 0.29