JetBrainsJetBrainsOfficialยท2 Agent Skills Included

Exposed

Kotlin ORM toolkit with AI skills for migrations and bug fixes

Provides a type-safe SQL library for Kotlin with DSL and DAO APIs across JDBC and R2DBC drivers. Automates upgrading projects from Exposed 0.61 to 1.0 by rewriting imports, build files, and flagging manual-review items. Fixes reported bugs end to end by creating failing tests, implementing the fix, and opening a pull request. Removes tedious package renames, version bumps, and repetitive test setup work.
npx skills add JetBrains/Exposed --all -g -y
Available:

Gives the AI agent a full map of the Exposed module architecture, build commands, multi-database test setup, and coding conventions so it can write and validate changes correctly.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Exposed skills?โ–ผ

Run `npx skills add JetBrains/Exposed --all -g -y` in your terminal to install all skills in this suite globally.

How to migrate a project from Exposed 0.61 to 1.0?โ–ผ

The migrate-to-1.0 skill scans your Kotlin sources and build files, applies all package renames and dependency bumps automatically, and reports anything that needs manual review.

Can AI fix Exposed bugs from an issue tracker?โ–ผ

Yes. The fix-bug skill accepts a GitHub or YouTrack issue, writes a failing reproducer test, implements the fix, validates it, and opens a pull request.

Does Exposed work with both JDBC and R2DBC?โ–ผ

Yes. The DSL API supports both JDBC and R2DBC drivers, while the DAO API works with JDBC only.

Do I need to know Kotlin internals to use these skills?โ–ผ

No. You describe the task in plain English and the agent handles the code scanning, edits, and test runs for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’