This is an interactive skill that walks you through adding Maven plugins to your pom.xml without breaking what's already there. It covers the usual suspects like compiler, surefire, failsafe, plus quality tools (JaCoCo, PiTest, SpotBugs, PMD), security scanning with OWASP, formatting with Spotless, and container builds with Jib. The workflow is consultative: it validates your project first, analyzes existing config, then asks what you actually need instead of dumping everything in. It's part of the cursor-rules-java project and treats your pom.xml like something that already works, which is refreshing. Good for teams that want consistent plugin setup without the usual copy-paste chaos.
npx skills add https://github.com/jabrena/cursor-rules-java --skill 112-java-maven-plugins