Skip to content

Quarkus platform reference docs and installable skill for AI coding assistants, focused on implementation guidance, troubleshooting, and architecture decisions.

License

Notifications You must be signed in to change notification settings

b6k-dev/quarkus-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus Skill for AI Coding Assistants

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.

Install

AI Agents

Add the skill to your AI coding assistant for richer context:

npx skills add b6k-dev/quarkus-skill

This works with many different tools including: Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, Goose, OpenCode, Windsurf.

Opencode

Local installation (current project only):

curl -fsSL https://raw.githubusercontent.com/b6k-dev/quarkus-skill/main/install.sh | bash

Global installation (available in all projects):

curl -fsSL https://raw.githubusercontent.com/b6k-dev/quarkus-skill/main/install.sh | bash -s -- --global

Usage

Once 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

Updating

To update to the latest version:

/quarkus --update-skill

License

MIT - see LICENSE

Releases

No releases published

Packages

 
 
 

Contributors

Languages