Frontend
608 installs
java-coding-standards
by affaan-m/everything-claude-code
Java coding standards for Spring Boot and Quarkus services: naming, immutability, Optional usage, streams, exceptions, generics, CDI, reactive patterns, and…
Skill content
Java Coding Standards Standards for readable, maintainable Java (17+) code in Spring Boot and Quarkus services. When to Use - Writing or reviewing Java code in Spring Boot or Quarkus projects - Enforcing naming, immutability, or exception handling conventions - Working with records, sealed classes, or pattern matching (Java 17+) - Reviewing use of Optional, streams, or generics - Structuring packages and project layout - [QUARKUS]: Working with CDI scopes, Panache entities, or reactive pipelines How It Works Framework Detection Before applying standards, determine the framework from the build file: