quarkus-app
Installation
SKILL.md
Quarkus App Skill
This skill governs how to create and maintain Quarkus applications. Always follow the decision tree and conventions below.
Step 0 — Check the Latest Quarkus Version
Before generating any project, always verify the current latest stable Quarkus release. The version baked into this skill may be stale. Use web search or the Maven Central / GitHub releases to confirm.
- Community latest stable: check https://github.com/quarkusio/quarkus/releases (e.g. currently
3.32.x) - LTS stream: currently
3.27.xand3.20.x(use LTS only if user explicitly requests long-term stability) - Red Hat build of Quarkus (RHBQ): use when the user mentions Red Hat support, OpenShift production, or RHBQ
Use the latest stable community version unless told otherwise.