quarkus-developer

Scaffold Quarkus projects with RESTEasy Reactive and Panache ORM.

13|6|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/olehsvyrydov/AI-development-team --skill quarkus-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quarkus-developer
Source: https://github.com/olehsvyrydov/AI-development-team/tree/main/claude/skills/development/backend/java/quarkus-developer
Command: npx skills add https://github.com/olehsvyrydov/AI-development-team --skill quarkus-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill accelerates building cloud-native Java applications with Quarkus by standardizing patterns and configurations.

Core Features & Use Cases

  • Quarkus project setup: Create and configure a Quarkus app with RESTEasy Reactive, Hibernate ORM with Panache.
  • Reactive endpoints: Demonstrates reactive REST endpoints using Mutiny APIs.
  • ORM and persistence: Panache active record and repository patterns with PostgreSQL.
  • Native builds: Guidance for GraalVM native compilation and containerized images.
  • Dev Services: Automated dev-services for databases and messaging during development.

Quick Start

Use the quarkus-developer skill to scaffold a new Quarkus project and bootstrap with REST endpoints and Panache ORM.

Frequently Asked Questions about quarkus-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Quarkus application with RESTEasy Reactive and Panache ORM?

Setting up a Quarkus application with RESTEasy Reactive and Panache ORM requires Quarkus 3.30+ and Java 21+. This skill standardizes the configuration for reactive endpoints and PostgreSQL persistence using Panache active record patterns.

What is the best way to build native executables in Quarkus using GraalVM?

Building native executables in Quarkus using GraalVM involves following standardized compilation guidance for containerized images. This skill provides the necessary configurations to prepare your cloud-native Java application for GraalVM native builds.

Does Quarkus support automated database dev services during development?

Quarkus supports automated dev services for databases and messaging during development. This skill configures these automated services to streamline your workflow when building backend projects with PostgreSQL and Hibernate ORM.

Can I use Mutiny APIs for reactive REST endpoints in a Quarkus backend?

You can use Mutiny APIs for reactive REST endpoints in a Quarkus backend. This skill demonstrates implementing reactive endpoints using Mutiny within the RESTEasy Reactive extension to maximize cloud-native Java productivity.

Do I need Java 21 and Kubernetes to deploy a Quarkus native build?

You need Java 21+ and Quarkus 3.30+ to build the application, and this skill provides Kubernetes deployment readiness. Native GraalVM builds are compiled into containerized images to ensure proper cloud-native deployment.