Quarkus

Decision-tree entrypoint into 25+ Quarkus reference modules with copy-ready, current APIs.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · b9e4fa8

The Panache and web-rest reference modules give exact, current API calls (Page.ofSize/query.nextPage/pageCount, @ServerExceptionMapper, RestResponse over raw Response) that a memory-only answer would likely blur into a plausible-but-imprecise guess.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What Quarkus does

Routes Quarkus development questions (CDI, REST, Panache, Hibernate ORM, OpenAPI, messaging, security, observability, native/container packaging) to one of 25 topic-scoped reference modules, each with a README/api/configuration/patterns/gotchas file. Use when building, configuring, or debugging a Quarkus application, or choosing between Quarkus extensions.

How to install Quarkus

git clone https://github.com/b6k-dev/quarkus-skill
cd quarkus-skill
mkdir -p ~/.claude/skills
cp -r skill/quarkus ~/.claude/skills/quarkus

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Quarkus

  • /quarkus Decision-tree entrypoint into 25+ Quarkus reference modules with copy-ready, current APIs.

It also activates on plain-language prompts like these:

  • What's the current Panache API for paginating query results?
  • Help me configure OpenAPI docs in my Quarkus REST service
  • Debug why my Quarkus native image build is failing

Frequently asked questions

Is the Quarkus skill free?
Yes. The skill itself is free from b6k-dev/quarkus-skill. SkillProof publishes the install command and an independent test verdict at no cost.
Does Quarkus work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. The Panache and web-rest reference modules give exact, current API calls (Page.ofSize/query.nextPage/pageCount, @ServerExceptionMapper, RestResponse over raw Response) that a memory-only answer would likely blur into a plausible-but-imprecise guess.
What is the Quarkus SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Quarkus?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Quarkus with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.