Use when creating, modernizing, or production-hardening a Spring Boot service after backend architecture is approved or intentionally deferred. Produces a production-ready baseline with package structure, profile-aware configuration, structured logging, observability, health probes, secure defaults, error handling, testing foundations, Docker packaging, and local run documentation. Do not use for backend architecture, API contract design, event schema design, or feature implementation. Generates the service shell only — backend boundaries and endpoint shapes belong to backend-architecture, schema content to postgres-schema-and-migration, container hardening to dockerfile-and-jvm-tuning. Leave Flyway migrations as an empty placeholder for the schema skill to fill.
$npx -y skills add amritmalla/claude-full-stack-2.0 --skill spring-boot-service-scaffoldInstalls into the current project.
Run `npx skills use "https://github.com/amritmalla/claude-full-stack-2.0" --skill "amritmalla/claude-full-stack-2.0/spring-boot-service-scaffold"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amritmalla/claude-full-stack-2.0" that are relevant to the current task. Run `npx skills add "https://github.com/amritmalla/claude-full-stack-2.0"` and select the relevant skills, then follow their instructions.