This is a structured documentation generator for Java projects that walks you through creating READMEs, package-info.java files, and Javadoc comments in a choose-your-own-adventure style. It runs Maven validation upfront and won't let you proceed if the build is broken, which is smart. The interactive flow lets you pick documentation depth (minimal, basic, comprehensive) and file handling strategy (overwrite, backup, skip), then validates everything with a compile and javadoc build at the end. It's overkill if you just need to document one class, but if you're trying to bring consistency to an underdocumented multi-module Maven project, the guardrails and systematic approach actually help. Part of the cursor-rules-java collection by Juan Antonio Breña Moral.
npx skills add https://github.com/jabrena/cursor-rules-java --skill 170-java-documentation