AI AGENT ADDONS

Spring Boot Openapi Documentation

giuseppe-trisciuoglio/developer-kit
Documentation
1,753installs

REST APIs need clear documentation so others can use them. This skill helps you set up automatic API documentation using SpringDoc and Swagger UI in Spring Boot 3.x. It generates an OpenAPI 3.0 spec that describes every endpoint, model, and security setting.

Developers can explore and test APIs directly in a web browser with Swagger UI. You can add detailed annotations to controllers and models. You can also document security schemes like JWT, OAuth2, and Basic Auth.

Pagination and validation rules are automatically included. The documentation stays up to date with your code. This makes it easier for frontend developers, backend teams, and API consumers to understand and test your APIs.

Add Spring Boot Openapi Documentation skill to your workflow

Global

mkdir -p ~/.claude/skills/spring-boot-openapi-documentation

Project

mkdir -p .claude/skills/spring-boot-openapi-documentation

Source Repository

Stars
293
Forks
33
Watchers
293
License
MIT
Last Push
29 days ago
Created
9 months ago