Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when you need to review, improve, or build Spring Boot 4.0.x applications — including proper usage of @SpringBootApplication, component annotations (@Controller, @Service, @Repository), bean definition and scoping, configuration classes and @ConfigurationProperties (with @Validated), component scanning, conditional configuration and profiles, constructor injection, @Primary and @Qualifier for multiple beans of the same type, bean minimization, graceful shutdown, virtual threads, Jakarta EE n
.claude/skills/jabrena-301-frameworks-spring-boot-core/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-12 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-22 | ✓→✗ | ▼ Worse | -71% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 38% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 154% | 0% |
| case-06 | ✓→✓ | = Same ✓ | -2% | 0% |
Apply Spring Boot Core guidelines for annotations, bean management, configuration, and dependency injection.
What is covered in this Skill?
Scope: Apply recommendations based on the reference rules and good/bad code examples.
Before applying any Spring Boot changes, ensure the project compiles. If compilation fails, stop immediately. After applying improvements, run full verification.
./mvnw compile or mvn compile before applying any change./mvnw clean verify or mvn clean verify after applying improvementsRead references/301-frameworks-spring-boot-core.md and inspect the current project setup before proposing changes.
Identify requested outcomes, constraints, and the minimum safe set of changes to apply.
Implement or refactor configuration/code following the reference patterns and project conventions.
Execute appropriate build/tests and summarize what changed, what was verified, and any follow-up actions.
For detailed guidance, examples, and constraints, see references/301-frameworks-spring-boot-core.md.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 5,795 | 5,977 | +3% | 1 | 1 | 0% | 313 | 935 | +199% | 0 | 0 | — |
case-02 | fail→fail | 19,481 | 4,825 | -75% | 1 | 1 | 0% | 3,280 | 891 | -73% | 0 | 0 | — |
case-03 | fail→fail | 26,719 | 5,773 | -78% | 1 | 1 | 0% | 5,156 | 920 | -82% | 0 | 0 | — |
case-04 | pass→pass | 5,976 | 5,637 | -6% | 1 | 1 | 0% | 1,135 | 1,566 | +38% | 0 | 0 | — |
case-05 | pass→pass | 3,182 | 7,925 | +149% | 1 | 1 | 0% | 581 | 1,474 | +154% | 0 | 0 | — |
case-06 | pass→pass | 10,886 | 7,445 | -32% | 1 | 1 | 0% | 1,929 | 1,887 | -2% | 0 | 0 | — |
case-07 | pass→pass | 8,043 | 6,462 | -20% | 1 | 1 | 0% | 1,343 | 1,753 | +31% | 0 | 0 | — |
case-08 | pass→pass | 2,962 | 3,962 | +34% | 1 | 1 | 0% | 490 | 1,187 | +142% | 0 | 0 | — |
case-09 | pass→pass | 3,540 | 3,280 | -7% | 1 | 1 | 0% | 523 | 1,064 | +103% | 0 | 0 | — |
case-10 | pass→pass | 3,374 | 3,582 | +6% | 1 | 1 | 0% | 522 | 1,173 | +125% | 0 | 0 | — |
case-11 | pass→pass | 14,116 | 7,139 | -49% | 1 | 1 | 0% | 1,990 | 1,631 | -18% | 0 | 0 | — |
case-12 | fail→pass | 13,387 | 6,247 | -53% | 1 | 1 | 0% | 2,379 | 1,664 | -30% | 0 | 0 | — |
case-13 | pass→pass | 6,480 | 2,594 | -60% | 1 | 1 | 0% | 922 | 940 | +2% | 0 | 0 | — |
case-14 | pass→pass | 5,960 | 6,715 | +13% | 1 | 1 | 0% | 1,012 | 1,586 | +57% | 0 | 0 | — |
case-15 | pass→pass | 4,103 | 3,499 | -15% | 1 | 1 | 0% | 740 | 1,141 | +54% | 0 | 0 | — |
case-16 | pass→pass | 6,488 | 8,818 | +36% | 1 | 1 | 0% | 1,193 | 2,117 | +77% | 0 | 0 | — |
case-17 | pass→pass | 3,940 | 3,575 | -9% | 1 | 1 | 0% | 630 | 1,190 | +89% | 0 | 0 | — |
case-18 | pass→pass | 10,438 | 7,616 | -27% | 1 | 1 | 0% | 1,656 | 1,750 | +6% | 0 | 0 | — |
case-19 | pass→pass | 2,576 | 3,545 | +38% | 1 | 1 | 0% | 514 | 1,227 | +139% | 0 | 0 | — |
case-20 | pass→pass | 15,915 | 14,785 | -7% | 1 | 1 | 0% | 3,164 | 2,810 | -11% | 0 | 0 | — |
case-21 | pass→pass | 5,788 | 7,802 | +35% | 1 | 1 | 0% | 960 | 1,821 | +90% | 0 | 0 | — |
case-22 | pass→fail | 16,777 | 4,052 | -76% | 1 | 1 | 0% | 2,878 | 842 | -71% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 18 counted toward the lift figure. The other 4 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of 0 percentage points is the difference between those two pass rates over the 18 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.