Codex skill for writing, reviewing, and debugging Java/Kotlin code that uses the easy-query ORM.
This skill is tuned for:
- easy-query setup and proxy generation
- query, CRUD, pagination, and transactions
@Navigate,include/include2, and implicit relation querieswhereObject,orderByObject,EasySearch, andselectAutoIncludesavable, native SQL, sharding, and troubleshooting
The references are distilled from easy-query source, tests, and docs, with an emphasis on verified API names and practical routing.
Install from GitHub with the skills CLI:
npx skills add wzszsw/easy-query-orm
If you prefer a manual install, clone or copy this repository into your Codex skills directory:
~/.codex/skills/easy-query-orm
Restart Codex after a manual installation so the skill can be discovered cleanly.
Ask Codex to use the skill explicitly:
Use $easy-query-orm to implement this repository query with verified easy-query APIs.
SKILL.md
agents/openai.yaml
references/
scripts/search_references.py
evals/
SKILL.md is the router. Topic-specific details live in references/.