This skill guides an agent through migrating a Spring Boot application to Quarkus. It provides a modular, gate-driven workflow (build, code, frontend, testing, cleanup) with explicit rules: never delete untranslatable code, always run builds and tests between phases, and document every decision. The skill includes reference maps for dependency, annotation, and configuration migration.
Use when a user asks to port or migrate a Spring Boot project to Quarkus, or mentions phrases like 'spring to quarkus', 'quarkus migration', or specific Spring artifacts (pom.xml, build.gradle, @SpringBootApplication, Thymeleaf). The skill is suitable for codebases where the agent can inspect build files and source to evaluate gate checks.
Suitable for developer-focused agents with code access (Codex/Copilot-style agents, OpenAI code models, or other code-aware assistants). The skill assumes availability of shell/build tooling for Maven/Gradle and git when branch workflows are chosen.
This skill has not been reviewed by our automated audit pipeline yet.