Generate OpenAPI documentation
java-openapiskillsetup L2★0
limited-grisaille833/claude-java-plugins ↗What it does
Generate OpenAPI/Swagger documentation for REST APIs
Best for
Automated annotation generation and Spring Boot version-aware templating beats manual documenting.
Inputs
- · Java/Spring Boot project
- · target file or class (optional)
Outputs
- · structured review report with findings
- · annotated Java code
- · OpenAPI spec
Requires
- · Spring Security
- · Spring AI
- · springdoc-openapi
Preconditions
- · Java/Spring Boot project exists
- · Build file (pom.xml or build.gradle) present
Failure modes
- · Incorrect Spring Boot or Java version
- · Missing dependencies in build file
- · Syntax errors in generated code
- · Network timeout or connection error
- · Rate limiting or throttling
Trust signals
- · Spring Boot version awareness (2.x vs 3.x)
- · Concrete code examples
- · Structured workflow with clear phases