Build Quarkus applications: CDI injection, RESTEasy Reactive, Panache ORM, Smallrye metrics, native compilation, and extensions ecosystem.
When to use this skill
- Creating a Quarkus REST endpoint
- Using Panache for database access
- Building a native binary with Quarkus
Core concepts
This skill provides guidance on quarkus java best practices, patterns, and common pitfalls. It is designed to be loaded on demand when a relevant task is detected.
Installation
curl -LO https://opencode-skills.example/downloads/framework/quarkus-java.zip
unzip quarkus-java.zip -d ~/.config/opencode/skills/
Restart OpenCode — the skill loads automatically.
When it triggers
- creating a Quarkus REST endpoint
- using Panache for database access
- building a native binary with Quarkus