quarkus-platform

Use this as the entrypoint skill for Quarkus work in any kind of project. Use decision tree below to find the right domain, then load detailed references.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "quarkus-platform" with this command: npx skills add b6k-dev/quarkus-skill/b6k-dev-quarkus-skill-quarkus-platform

Quarkus Platform

Use this as the entrypoint skill for Quarkus work in any kind of project. Use decision tree below to find the right domain, then load detailed references.

Decision Tree

What do you need? ├─ Dependency injection (CDI / ArC) │ └─ dependency-injection ├─ Application configuration (.properties, profiles, config mapping) │ └─ configuration ├─ REST and HTTP APIs │ └─ web-rest ├─ Templates and server-side rendering (Qute) │ └─ templates ├─ OpenAPI and API contract documentation │ └─ openapi ├─ Databases, ORM, migrations, data access │ ├─ Standard JPA / Hibernate ORM usage │ │ └─ data-orm │ ├─ Panache entities and repositories for simpler CRUD/data access │ │ └─ data-panache │ ├─ Schema migrations and database evolution with Flyway │ │ └─ data-migrations │ └─ Advanced Hibernate ORM features: multiple persistence units, multitenancy, caching, extension points │ └─ data-orm-advanced ├─ Event streaming and asynchronous messaging channels │ └─ messaging ├─ Communicating with external APIs, communication between services │ └─ service-communication ├─ Authentication, authorization, identity providers │ └─ security ├─ Logging, health, metrics, traces, │ └─ observability ├─ Native image, jars, and container packaging │ └─ native-and-packaging ├─ Testing │ └─ testing └─ Dev mode, CLI, build plugins └─ tooling

General guidelines

  • Align all extension versions through the Quarkus platform BOM.

  • Start with the smallest extension set, then add only what the feature needs.

  • Never skip writing high-level integration tests and prefer them opposed to unit testing individual components. Only write unit tests when they are actually beneficial, e.g. implementing methods with complex logic

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Raspberry Pi Manager

Manage Raspberry Pi devices — GPIO control, system monitoring (CPU/temp/memory), service management, sensor data reading, and remote deployment. Use when you...

Registry SourceRecently Updated
Coding

LinkdAPI

Complete LinkdAPI integration OpenClaw skill. Includes all 50+ endpoints, Python/Node.js/Go SDKs, authentication, rate limits, and real-world examples. Use t...

Registry SourceRecently Updated
Coding

Tesla Commander

Command and monitor Tesla vehicles via the Fleet API. Check status, control climate/charging/locks, track location, and analyze trip history. Use when you ne...

Registry SourceRecently Updated
0154
Profile unavailable