From openhands-skills
Adds JavaDoc to public classes and methods in Java code, including descriptions, @param, @return, @throws tags, and preconditions. Use for documenting Java APIs or improving code docs.
npx claudepluginhub openhands/extensionsThis skill uses the workspace's default tool permissions.
Add comprehensive JavaDoc documentation to all public classes and methods.
Ensures Java classes, methods, and fields are documented with Javadoc comments following best practices for summaries, @param, @return, @throws, @see, generics, and deprecations.
Adds JavaDoc comments to Java code following industry standards, covering class-level, method-level, and field-level for Controllers, Services, Entities, DTOs, VOs, and other components.
Writes JSDoc for JavaScript/TypeScript, Python docstrings, JavaDoc for Java, inline comments, function/class/module docs, and API comments. Use for code documentation tasks.
Share bugs, ideas, or general feedback.
Add comprehensive JavaDoc documentation to all public classes and methods.
For each public class:
@author tag if appropriateFor each public method:
@param tags for all parameters with clear descriptions@return tag describing the return value@throws tags for any checked exceptions{@code ...} for complex methodsSee references/example.md for before/after examples.