java-quarkus

Load and apply Quarkus CDI, testing, native, and GraalVM reflection standards.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill java-quarkus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: java-quarkus
Source: https://github.com/cuioss/plan-marshall/tree/main/marketplace/bundles/pm-dev-java/skills/java-quarkus
Command: npx skills add https://github.com/cuioss/plan-marshall --skill java-quarkus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quarkus CDI patterns, testing, native image support, and GraalVM reflection configuration are provided as standardized guidance to accelerate consistent project setup and risk reduction.

Core Features & Use Cases

  • Centralized reference material for Quarkus testing and native-image workflows, including quarkus-testing.md, quarkus-native.md, quarkus-reflection.md, and container standards.
  • Guidance on loading standards on demand and applying best practices to CDI, testing, and container deployment across development and production.
  • Easy discovery and integration into existing Maven/Quarkus projects with clearly mapped standards references.

Quick Start

Load this skill's standards into your task context and begin applying Quarkus CDI, testing, native image, and reflection guidelines.

Frequently Asked Questions about java-quarkus

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

FAQPage Schema
How do I configure GraalVM native-image reflection for Quarkus?

GraalVM native-image reflection configuration in Quarkus is handled by applying standardized CDI patterns, ensuring classes are registered for reflection automatically during native builds. This reduces manual configuration risks and accelerates native compilation setup.

What is the best way to structure Quarkus CDI testing patterns?

Quarkus CDI testing patterns are structured by loading centralized reference standards like quarkus-testing.md into your task context, which provides consistent guidelines for dependency injection and test lifecycle management across Maven projects.

Can I use this to apply Quarkus container deployment standards?

Yes, you can apply Quarkus container deployment standards. The skill provides on-demand loading of container standards references, mapping best practices for containerized Quarkus applications across development and production environments.

Why does my Quarkus native build fail with reflection errors?

Quarkus native builds fail with reflection errors when classes lack proper GraalVM reflection configuration. Applying standardized Quarkus CDI patterns ensures necessary classes are registered, mitigating native-image compatibility issues and build failures.

Do I need Maven to apply Quarkus CDI standards?

Maven is the expected project structure for easy discovery and integration. The Quarkus CDI standards are mapped to integrate into existing Maven/Quarkus projects, streamlining the application of testing and native guidelines.