CtrlK
BlogDocsLog inGet started
Tessl Logo

411-frameworks-quarkus-jdbc

Use when you need programmatic JDBC in Quarkus — Agroal DataSource, parameterized SQL, transactions, batching, and Dev Services. This should trigger for requests such as Review JDBC or SQL data access in a Quarkus project; Improve transactions and parameter binding for Quarkus JDBC; Translate SQLException to domain exceptions or stream large result sets; Fix CDI self-invocation bypassing @Transactional in Quarkus; Review Agroal DataSource usage in Quarkus JDBC. Part of Plinth Toolkit

75

Quality

92%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

85%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is concise, well-structured, and uses progressive disclosure effectively with a real reference file, and its workflow has strong validation checkpoints. Its main weakness is actionability: it delegates all executable JDBC code to the reference instead of including a small inline example.

Suggestions

Include one short inline code snippet (e.g., a parameterized PreparedStatement with try-with-resources and row-to-record mapping) so the body is actionable without opening the reference.

Tighten the Constraints section: the six overlapping MANDATORY/PREREQUISITE/SAFETY/BLOCKING/VERIFY/BEFORE bullets restate the same compile-then-verify idea and could collapse to two.

The 'When to use this skill' list duplicates the trigger requests already in the description; consider trimming it to the single highest-value case to save tokens.

DimensionReasoningScore

Conciseness

The body is a lean overview that assumes Claude's competence — it does not explain what JDBC or Agroal is, and every line earns its place.

3 / 3

Actionability

It gives concrete commands (./mvnw compile, ./mvnw clean verify) and a concrete reference path, but provides no executable code examples inline — all JDBC patterns are deferred to the bundled reference rather than shown.

2 / 3

Workflow Clarity

The four-step workflow has explicit validation checkpoints: MANDATORY compile before changes, a BLOCKING CONDITION to stop on failure, and a VERIFY step after improvements.

3 / 3

Progressive Disclosure

The body is a concise overview pointing to one clearly-signaled, one-level-deep reference (references/411-frameworks-quarkus-jdbc.md), which exists in the bundle, with navigation repeated in a Reference section.

3 / 3

Total

11

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific, trigger-rich, and clearly scoped to Quarkus JDBC, with explicit what-and-when guidance and good separation from sibling skills. It is a strong, low-conflict trigger description.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions — Agroal DataSource, parameterized SQL, transactions, batching, SQLException translation, result-set streaming, and the CDI self-invocation pitfall — rather than vague language.

3 / 3

Completeness

Both 'what' (programmatic JDBC in Quarkus with listed capabilities) and 'when' ('Use when you need…' plus enumerated trigger requests) are explicitly answered.

3 / 3

Trigger Term Quality

Trigger phrases like 'Review JDBC or SQL data access in a Quarkus project', 'Improve transactions and parameter binding', and 'Fix CDI self-invocation bypassing @Transactional' read as natural user requests.

3 / 3

Distinctiveness Conflict Risk

Tightly scoped to Quarkus JDBC with cross-references to sibling skills (Panache @412), making it unlikely to trigger for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
jabrena/cursor-rules-java
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.