rrezartprebrezarrezartprebrezaCommunityยท18 Agent Skills Included

spring-boot-skills

Production-grade Spring Boot 3 and 4 coding conventions

Guides code generation for Spring Boot 3 and 4 projects across REST APIs, JPA persistence, security, messaging, batch jobs, testing, and deployment. Eliminates outdated patterns like field injection, javax imports, removed starters, and hallucinated Spring AI artifact names. Gives your coding assistant project-specific conventions so generated Java code compiles and matches your team's architecture.
npx skills add rrezartprebreza/spring-boot-skills --all -g -y
Available:

Tells your coding agent which Spring Boot stack, build commands, and engineering rules to follow, and which skill files to load for each type of change.

All Skills in This Repository (18)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
rrezartprebrezarrezartprebreza

spring-security-jwt

Configure JWT authentication and RBAC for Spring Boot REST APIs.

Community
Advanced
๐Ÿ“ฆ In Repo
rrezartprebrezarrezartprebreza

spring-data-jpa

Standardize Spring Data JPA entities, repositories, and queries to prevent N+1 issues.

Community
Advanced
๐Ÿ“ฆ In Repo
rrezartprebrezarrezartprebreza

openapi-first

Generate Spring-compatible controllers, DTOs, and client stubs from OpenAPI specs.

Community
Intermediate
๐Ÿ“ฆ In Repo
rrezartprebrezarrezartprebreza

hexagonal-architecture

Enforce ports and adapters to decouple Java domain logic from frameworks.

Community
Advanced
๐Ÿ“ฆ In Repo
rrezartprebrezarrezartprebreza

mcp-server

Build and operate MCP servers in Java/Spring Boot using the MCP Java SDK and Spring AI starters.

Community
Intermediate
๐Ÿ“ฆ In Repo
rrezartprebrezarrezartprebreza

oauth2-resource-server

Configure Spring Security to validate JWTs and enforce scope-based access.

Community
Advanced
๐Ÿ“ฆ In Repo
rrezartprebrezarrezartprebreza

multi-module-maven

Coordinate Maven multi-module projects with standardized parent POM conventions.

Community
Advanced
๐Ÿ“ฆ In Repo
rrezartprebrezarrezartprebreza

ai-observability

Instrument and monitor AI interactions in Spring Boot applications with telemetry.

Community
Advanced
๐Ÿ“ฆ In Repo
rrezartprebrezarrezartprebreza

rest-api-conventions

Standardize Spring Boot REST APIs with unified response envelopes and error handling.

Community
Advanced
๐Ÿ“ฆ In Repo
rrezartprebrezarrezartprebreza

problem-details-rfc9457

Implement RFC 9457 Problem Details in Spring Boot REST APIs.

Community
Advanced
๐Ÿ“ฆ In Repo
rrezartprebrezarrezartprebreza

flyway-migrations

Organize and apply Flyway database migrations in Spring Boot projects.

Community
Advanced
๐Ÿ“ฆ In Repo
rrezartprebrezarrezartprebreza

layered-architecture

Enforce strict layer boundaries in Spring Boot code generation and scaffolding.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install spring-boot-skills?โ–ผ

Run `npx skills add rrezartprebreza/spring-boot-skills --all -g -y` in your terminal to install all Spring Boot 3 and 4 skills globally.

What problems do these Spring Boot skills solve?โ–ผ

They stop your coding assistant from generating outdated Spring code, such as field injection, javax imports, removed starters, or nonexistent Spring AI dependencies. Each skill enforces current Boot 3 or Boot 4 conventions for APIs, JPA, security, testing, and deployment.

Do these skills work with Claude Code and Codex?โ–ผ

Yes. Every skill follows the standard SKILL.md format and ships as marketplace plugins for both Claude Code and Codex, with matching CLAUDE.md and AGENTS.md project templates.

Should I use the Spring Boot 3 or Spring Boot 4 skills?โ–ผ

Pick the folder matching your project stack. The Boot 4 tree covers Framework 7, Jackson 3, and Spring AI 2.0, while the Boot 3 tree covers Framework 6 and Spring AI 1.x.

Can these skills help migrate from Spring Boot 3 to 4?โ–ผ

Yes. The spring-boot-migration skill walks your agent through staged upgrades, starter renames, Jackson 3 migration, and verification steps for a safe Boot 4 upgrade.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’