quarkus-app

Generate and manage Quarkus applications with project scaffolding, extensions, and version upgrades.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/jeremyrdavis/claude-skills-for-quarkus --skill quarkus-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quarkus-app
Source: https://github.com/jeremyrdavis/claude-skills-for-quarkus/tree/main/skills/quarkus-app
Command: npx skills add https://github.com/jeremyrdavis/claude-skills-for-quarkus --skill quarkus-app

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires quarkus-cli, maven-plugin, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation, maintenance, and extension of Quarkus applications, eliminating the complexity of setting up and managing Quarkus projects.

Core Features & Use Cases

  • Project Scaffolding: Generate new Quarkus projects with the latest platform version and tooling.
  • Extension Management: Add and manage Quarkus extensions for various functionalities.
  • Version Upgrades: Upgrade Quarkus versions with minimal disruption.
  • Use Case: Create a new Quarkus REST API with PostgreSQL persistence by using the skill to generate the project and add the necessary extensions.

Quick Start

Create a new Quarkus REST API with PostgreSQL persistence using the quarkus-app skill.

Frequently Asked Questions about quarkus-app

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

FAQPage Schema
How do I scaffold a new Quarkus application with Maven?

Scaffolding a Quarkus application is handled by generating new projects with the Quarkus CLI and Maven plugin, automatically providing the latest platform version and tooling configurations for immediate development.

How do I add extensions to an existing Quarkus microservices project?

Adding extensions to a Quarkus microservices project is managed through the Quarkus CLI, allowing you to seamlessly integrate various functionalities like REST APIs and PostgreSQL persistence into your existing application.

What is the best way to upgrade my Quarkus version with minimal disruption?

Upgrading Quarkus versions with minimal disruption is achieved by utilizing the version management features, which handle dependency updates and platform alignment automatically to maintain project stability.

Does this tool support Red Hat Build of Quarkus (RHBQ)?

Yes, Red Hat Build of Quarkus (RHBQ) is fully supported. The tooling handles RHBQ-specific configurations during project generation, extension management, and version upgrades to ensure enterprise compatibility.

Do I need the Quarkus CLI installed to generate a Quarkus project?

Yes, the Quarkus CLI is a required dependency for generating and managing Quarkus applications, working alongside the Maven plugin to execute project scaffolding, extension additions, and version upgrades.