Summary
Add a new entry to the extension maturity matrix for providing AI coding skills.
Proposed addition
In the Advanced tier, add:
AI coding skill — Provide a quarkus-skill.md with extension-specific patterns, testing guidelines, and common pitfalls for AI coding agents.
Context
Quarkus now supports a skill mechanism where extensions can ship a quarkus-skill.md file in their deployment module (deployment/src/main/resources/META-INF/quarkus-skill.md). These are automatically aggregated into a quarkus-extension-skills JAR following the Agent Skills specification.
It's low effort (just a markdown file, no build config needed), and not every extension needs one — but for widely-used extensions it makes a real difference in how well AI agents generate correct code.
Related PRs
Summary
Add a new entry to the extension maturity matrix for providing AI coding skills.
Proposed addition
In the Advanced tier, add:
Context
Quarkus now supports a skill mechanism where extensions can ship a
quarkus-skill.mdfile in their deployment module (deployment/src/main/resources/META-INF/quarkus-skill.md). These are automatically aggregated into aquarkus-extension-skillsJAR following the Agent Skills specification.It's low effort (just a markdown file, no build config needed), and not every extension needs one — but for widely-used extensions it makes a real difference in how well AI agents generate correct code.
Related PRs