rrezartprebreza

31 mods across 1 repository, 242 stars between them.

ai-observability

02

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when adding Spring AI-specific model observations, token usage, latency, externally configured cost attribution, advisor telemetry, or protected prompt and completion logging. Use production-observability for general service metrics, health, logs, and OTLP setup.

242 18d ago A 53 tokens original MIT

api-versioning

03

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when versioning Spring MVC or WebFlux APIs in Spring Boot 3 / Spring Framework 6. Covers explicit URL, header, and media-type strategies, compatibility rules, and deprecation handling.

242 18d ago A 44 tokens original MIT

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when packaging a Spring Boot 3 application as an OCI image or GraalVM native executable. Covers buildpacks, layered images, JVM containers, AOT hints, probes, security, and verification.

242 18d ago A 46 tokens original MIT

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when working with domain models, aggregates, value objects, domain events, or repositories in a DDD-style project. Ensures rich domain model over anemic CRUD.

242 18d ago A 38 tokens original MIT

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when implementing Kafka, RabbitMQ, Pulsar, or JMS producers and consumers in Spring Boot 3. Covers event contracts, idempotency, retries, dead-letter handling, ordering, and outbox delivery.

242 18d ago A 48 tokens original MIT

flyway-migrations

07

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when creating database migrations, schema changes, seed data, or any SQL that modifies database structure. Covers Flyway naming conventions, versioning, and safe migration patterns.

242 18d ago A 39 tokens original MIT

hateoas

08

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when adding hypermedia links to REST responses, building self-describing APIs, or implementing Spring HATEOAS. Use when you see EntityModel, CollectionModel, or RepresentationModel in the project.

242 18d ago A 44 tokens original MIT

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when the project follows hexagonal (ports & adapters) architecture. Prevents domain code from depending on Spring or JPA. Use when you see packages like domain/, application/, infrastructure/, or adapters/ in the project structure.

242 18d ago A 51 tokens original MIT

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when calling external HTTP APIs from Spring Boot 3 / Spring Framework 6 with declarative HttpExchange interfaces. Covers manual proxy registration, RestClient versus WebClient, and timeout and error handling conventions.

242 18d ago A 46 tokens original MIT

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when generating or modifying any Spring Boot class — controllers, services, repositories, DTOs, mappers, or configuration. Enforces strict layer separation and prevents business logic from leaking across boundaries.

242 18d ago A 44 tokens original MIT

mcp-server

12

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when exposing Spring Boot 3 application capabilities through Model Context Protocol tools, resources, or prompts. Covers Spring AI 1.x tool callback registration, transports, schemas, errors, security, and standalone MCP Java SDK compatibility.

242 18d ago A 49 tokens original MIT

multi-module-maven

13

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when working in a multi-module Maven project. Covers parent POM conventions, shared dependency management, inter-module rules, and build ordering.

242 18d ago A 33 tokens original MIT

multi-tenancy

14

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when implementing tenant resolution, database or schema isolation, tenant-aware JPA, reactive tenant context, migrations, caching, jobs, or authorization in Spring Boot 3.

242 18d ago A 38 tokens original MIT

null-safety

15

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when annotating nullability in Spring Boot 3 / Spring Framework 6 code, integrating Kotlin, or adding static nullability checks without assuming Spring Framework 7 JSpecify defaults.

242 18d ago A 41 tokens original MIT

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when configuring Spring Boot as an OAuth2 resource server, validating JWTs from an external auth provider (Keycloak, Auth0, Okta, Cognito), extracting claims, or implementing scope-based authorization.

242 18d ago A 47 tokens original MIT

openapi-first

17

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when the project follows API-first / OpenAPI-first approach: generating controller interfaces, DTOs, and clients from an OpenAPI spec. Use when you see openapi.yaml, openapi-generator-maven-plugin, or ApiDelegate pattern in the project.

242 18d ago A 55 tokens original MIT

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when implementing error handling, exception mappers, or error response formatting. Enforces RFC 9457 (Problem Details for HTTP APIs) using Spring's built-in ProblemDetail.

242 18d ago A 43 tokens original MIT

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when adding service-wide Spring Boot 3 Actuator, Micrometer metrics, distributed tracing, OpenTelemetry export, structured logging, health probes, dashboards, or alerts. Combine with ai-observability only for Spring AI-specific token, prompt, and model telemetry.

242 18d ago A 58 tokens original MIT

resilience-retry

20

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when adding retries, backoff, or concurrency protection to Spring Boot 3 / Spring Framework 6 services. Covers Spring Retry or Resilience4j selection, proxy behavior, and transaction limits.

242 18d ago A 45 tokens original MIT

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when generating REST controllers, DTOs, success response contracts, pagination, HTTP status mapping, or API versioning. For RFC 9457 exception and error response formatting, use problem-details-rfc9457 unless the project explicitly requires a legacy error envelope.

242 18d ago A 57 tokens original MIT

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when integrating LLMs, chat clients, embeddings, RAG pipelines, or AI agents into Spring Boot. Covers Spring AI ChatClient, prompt templates, embeddings, vector stores, and structured output. Use when user mentions Spring AI, LLM, ChatGPT, Claude, RAG, embeddings.

242 18d ago A 66 tokens original MIT

spring-batch

23

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when building batch jobs, ETL pipelines, scheduled imports/exports, or any chunk-oriented bulk processing with Spring Batch. Covers the Spring Batch 5 / Boot 3 builder API, restartability and idempotent job parameters, reader/writer thread-safety, fault tolerance, and chunk transaction boundaries.

242 18d ago A 66 tokens original MIT

rrezartprebreza/spring-boot-skills

Skill Claude CodeCodex

Use when preparing a Spring Boot 3 application for Boot 4, upgrading to Boot 3.5 first, removing deprecated APIs, auditing dependencies, or planning a staged Framework 7 migration.

242 18d ago A 45 tokens original MIT