kysely-converter
Kysely Converter Capabilities
This agent is capable of transforming SQL queries into idiomatic Kysely TypeScript code. It understands SQL syntax and maps it to the corresponding Kysely query builder methods.
Core Capabilities
- SQL Parsing: Understands raw SQL structure including CTEs, subqueries, and complex clauses.
- Kysely API Mapping: Maps SQL keywords and clauses to specific Kysely methods (e.g.,
SELECT->.select(),WHERE->.where()). - Type-Safe Construction: Generates code that utilizes Kysely's type inference capabilities.
- Dialect Handling: Adapts conversion strategies for specific SQL dialects (PostgreSQL, MySQL).
Supported Query Types
SELECT Queries
- Column Selection: Capable of selecting specific columns, all columns (
*), and handling table prefixes. - Aliasing: Handles column and table aliases using
assyntax. - Distinct: Supports
DISTINCTand PostgreSQL-specificDISTINCT ON. - Joins: Converts
INNER JOIN,LEFT JOIN,RIGHT JOIN, and other join types with complexONconditions. - Filtering:
More from buyoung/skills
agents-md-generator
Analyze repository structure and generate or update standardized AGENTS.md files that serve as contributor guides for AI agents. Supports both single-repo and monorepo structures. Measures LOC to determine character limits and produces structured documents covering overview, folder structure, patterns, conventions, and working agreements. Update mode refreshes only the standard sections while preserving user-defined custom sections. Use when setting up a new repository, onboarding AI agents to an existing codebase, updating an existing AGENTS.md, or when the user mentions AGENTS.md.
27typst-creator
Generate Typst source code for documents, reports, papers, and presentations, covering markup, math, scripting, and layout syntax.
20biz-opportunity-scout
Identify and validate profitable business opportunities by analyzing market size (TAM/SAM/SOM), unit economics, competitive landscape, and PMF indicators. Generates comprehensive HTML reports with opportunity scorecards.
20skill-maker
Generates AI agent skill packages with SKILL.md, optional bundled resources (scripts/, references/, assets/), and README.md integration.
18jetbrains-vmoptions
>
18code-review
Performs production-ready code reviews on git changes. Supports commit/range/file-scoped analysis, impact assessment, breaking-change detection, confidence-aware finding classification, and risk-weighted verdict generation.
14