Exposed
Kotlin ORM toolkit with AI skills for migrations and bug fixes
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core