From mind-java-core
MIND CTI Quarkus 3.x development standards. Covers CDI, RESTEasy, Hibernate ORM, MicroProfile Config, testing, and native compilation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mind-java-core:quarkusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> MIND CTI standard for Quarkus 3.x (3.15+) projects. Detected in: CCS (3.23.3), CCSApi (3.22.2), CCSSessionsCleaner (3.23.3), PaymentProcessor (3.4.3), MindBill-Orders-Backend (3.15.1), and Mind-Api projects (2.0.0.CR3 — migrate to 3.x).
MIND CTI standard for Quarkus 3.x (3.15+) projects. Detected in: CCS (3.23.3), CCSApi (3.22.2), CCSSessionsCleaner (3.23.3), PaymentProcessor (3.4.3), MindBill-Orders-Backend (3.15.1), and Mind-Api projects (2.0.0.CR3 — migrate to 3.x).
This skill applies when the project has Quarkus as a dependency (detected via quarkus-maven-plugin or io.quarkus dependencies in pom.xml). It supplements the java-core skill with Quarkus-specific patterns.
Target version: Quarkus 3.x (3.15+ preferred).
Critical migration note: Mind-Api projects (Account, Customer, ProductCatalog, ProductOrdering, Service) are on Quarkus 2.0.0.CR3 — a pre-release version. These must migrate to Quarkus 3.x (javax→jakarta namespace change, RESTEasy Classic→Reactive).
@ApplicationScoped for services (singleton-like). @RequestScoped for request-bound.@Inject on fields or constructor. CDI does not use @Autowired.Logger.getLogger(MyClass.class).application.properties with MicroProfile Config syntax.@QuarkusTest for integration tests, REST Assured for API testing./swagger.native Maven profile for GraalVM builds.MindBill-GitBOM v10.00.001 for git/ projects, MindBill-BOM for V10.00 projectsquarkus-oidc and quarkus-keycloak-authorizationquarkus-micrometer-registry-prometheusquarkus-cache)quarkus-scheduler for simple intervalswildfly-ejb-client-bom for V10.00 EJB callsnpx claudepluginhub indra031/marketplace --plugin java-coreProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.