Java
Modular, scalable, automated development intelligence.
npx -y skills add DongDuong2001/pudo-code-system --skill javaAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Java development, JVM tuning, and enterprise patterns
SKILL.md
0.7 KB, as published. Nobody here has run it
Java Code Skill
This skill is specialized for Java and JVM-based enterprise development.
When to use this skill
- When working with Spring Boot, Jakarta EE, or core Java.
- When applying Object-Oriented Programming (OOP) design patterns.
- When managing memory, garbage collection, and concurrency in JVM.
Guidelines
- Follow SOLID principles and GoF design patterns.
- Prefer immutability and final fields where possible to reduce concurrency issues.
- Leverage modern Java features (Records, Streams, Pattern Matching, Switch Expressions).
- Ensure resource streams (files, connections) are managed safely (e.g., using try-with-resources).