Quarkus platform reference docs and installable skill for AI coding assistants, including OpenCode, Codex, Cursor, Claude Code, Gemini CLI, and GitHub Copilot.
Use this repository to get concise, example-first guidance for building and troubleshooting Quarkus applications: CDI and dependency injection, configuration, tooling workflows, and architecture decisions.
Add the skill to your AI coding assistant for richer context:
npx skills add b6k-dev/quarkus-skillThis works with many different tools including: Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, Goose, OpenCode, Windsurf.
Local installation (current project only):
curl -fsSL https://raw.githubusercontent.com/b6k-dev/quarkus-skill/main/install.sh | bashGlobal installation (available in all projects):
curl -fsSL https://raw.githubusercontent.com/b6k-dev/quarkus-skill/main/install.sh | bash -s -- --globalOnce installed, the skill appears in OpenCode's <available_skills> list. The agent can load it automatically when working on Quarkus tasks.
Use the /quarkus command to load the skill and get contextual guidance:
/quarkus add REST API with validation and OpenAPI docs
To update to the latest version:
/quarkus --update-skill
MIT - see LICENSE