Adds Auth0 authentication to Java servlet apps using the mvc-auth-commons SDK. You get login, logout, and callback handling with AuthenticationController, plus session-based auth for traditional server-rendered web apps on Tomcat, Jetty, or similar containers. The skill walks you through dependency setup, credential management with environment variables, and servlet creation. It's explicit about when not to use this: if you're building a Spring Boot app with autoconfiguration or a stateless REST API, there are better fits. The automated setup path uses Auth0 CLI to scaffold your app configuration, though you can do it manually through the dashboard if you prefer. Solid choice for javax.servlet shops that need straightforward server-side authentication without Spring.
npx skills add https://github.com/auth0/agent-skills --skill auth0-java-mvc-common