# Claude Skills For Quarkus

> Use Claude skills for Quarkus to build domain-driven Quarkus applications and Java modernization workflows.

- Skill: `autohandai-community-skills/claude-skills-for-quarkus` (Agent Skill)
- Install (CLI): `npx skillmds@latest add autohandai-community-skills/claude-skills-for-quarkus`
- Raw SKILL.md: https://api.skillmd.com/api/skills/autohandai-community-skills/claude-skills-for-quarkus/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: autohandai (https://skillmd.com/u/autohandai-community-skills)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/autohandai-community-skills/claude-skills-for-quarkus

---


# Claude Skills for Quarkus

## Overview

Use this skill when a Java repository needs Quarkus and domain-driven design guidance from [jeremyrdavis/claude-skills-for-quarkus](https://github.com/jeremyrdavis/claude-skills-for-quarkus). The upstream project focuses on building Quarkus applications with DDD-oriented agent support.

Compatibility: Quarkus, Java, domain-driven design, Maven, REST services, and modernization workflows.

## Workflow

1. Identify the Quarkus version, Java version, extension set, persistence layer, and runtime target.
2. Map the domain model before generating resources, services, repositories, or adapters.
3. Keep Quarkus idioms intact: configuration, CDI, REST endpoints, Panache or repository patterns, and test profiles.
4. For modernization, define the source framework and target Quarkus boundary before conversion.
5. Validate with the repository's Maven or Gradle commands and Quarkus tests.

## Guardrails

- Do not flatten domain boundaries into CRUD-only services unless the project already follows that style.
- Preserve API contracts, database migrations, and configuration property semantics.
- Check the upstream README before reusing Quarkus-specific instructions because supported patterns may change.
- Keep native-image assumptions separate from standard JVM runtime behavior.

## Expected Output

Return a Quarkus-focused plan or implementation with domain boundaries, affected files, validation commands, and migration risks.

