java-pro
Installation
SKILL.md
Java Pro
Expert-level orchestration of enterprise Java applications. Focuses on scalability, performance tuning (JVM), and modern language features.
Boundary
java-pro covers core Java language (Streams, Lambdas, Generics, Modules), modern features (Records, Pattern Matching, Virtual Threads), JVM internals (GC tuning, JIT), and build tools (Maven, Gradle). It does NOT cover specific framework-heavy logic (use spring-boot-pro if it exists).
When to use
- Building highly scalable enterprise backends.
- Optimizing JVM performance for high-throughput systems.
- Refactoring legacy Java code to modern Java 21+ standards.
- Implementing concurrent logic using Virtual Threads (Project Loom).