spring-mvc-to-boot-migrator

spring-mvc-to-boot-migrator is a skill for Claude Code, Codex from ArabelaTso/Skills-4-SE. It costs 101 tokens per session (2,026 once invoked), scanned A, original, Apache-2.0.

A migration tool for moving Spring MVC applications to Spring Boot while preserving their existing behaviour. Spring MVC and Spring Boot are Java web frameworks, with Boot providing a more convention-based project setup.

In plain words
What is it for?
Use it to migrate Maven or Gradle Spring MVC projects, convert XML configuration, update application code and tests, and produce a migration summary.
Why use it?
It reduces the manual work involved in changing build files, annotations, configuration, and tests during a framework upgrade.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to migrate Maven or Gradle Spring MVC projects, convert XML configuration, update application code and tests, and produce a migration summary.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arabelatso/skills-4-se/spring-mvc-to-boot-migrator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ArabelaTso/Skills-4-SE --skill spring-mvc-to-boot-migrator
Clone the repo
git clone --depth 1 https://github.com/ArabelaTso/Skills-4-SE

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for spring-mvc-to-boot-migrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/arabelatso/skills-4-se/spring-mvc-to-boot-migrator/github.svg)](https://agentmods.dev/skills/arabelatso/skills-4-se/spring-mvc-to-boot-migrator)
Your own site
<a href="https://agentmods.dev/skills/arabelatso/skills-4-se/spring-mvc-to-boot-migrator"><img src="https://agentmods.dev/badge/skills/arabelatso/skills-4-se/spring-mvc-to-boot-migrator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for spring-mvc-to-boot-migrator

Your own site · 80×15
<a href="https://agentmods.dev/skills/arabelatso/skills-4-se/spring-mvc-to-boot-migrator"><img src="https://agentmods.dev/badge/skills/arabelatso/skills-4-se/spring-mvc-to-boot-migrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,026 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00101 $0.02026
Opus 5 $0.00051 $0.01013
Sonnet 5 $0.00020 $0.00405
Haiku 4.5 $0.00010 $0.00203

Measured 8d ago against content hash 30b268f4efc6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

spring-mvc-to-boot-migrator scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/migrate_annotations.py, scripts/migrate_build.py, scripts/migrate_config.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl http://localhost:8080/users
skills/spring-mvc-to-boot-migrator/SKILL.md · 330 lines

How it starts

The opening of the file, as written. The whole thing — 330 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Spring MVC to Spring Boot Migrator

Overview

This skill automatically migrates Spring MVC applications to Spring Boot, transforming build configuration, annotations, XML configuration, controllers, and tests while preserving existing functionality. It handles Maven and Gradle projects, creates incremental git commits, and generates detailed migration summaries.

Quick Start

Basic Usage

# Navigate to your Spring MVC project
cd /path/to/spring-mvc-project

# Run migration (auto-detects Maven or Gradle)
python scripts/migrate.py .

# Or specify build tool explicitly
python scripts/migrate.py . --build-tool maven

The migration process will:

  1. Create a migration branch
  2. Analyze your codebase
  3. Update build configuration
  4. Migrate annotations
  5. Convert configuration files
  6. Update tests
  7. Generate a summary report

Example Migration

# Migrate Spring MVC project
python scripts/migrate.py /path/to/project

# Output:
# ✓ Detected build tool: maven
# ✓ Detected Spring version: 5.3.20
# ✓ Created migration branch: migrate-spring-mvc-to-boot
# ✓ Analyzing codebase...
# ✓ Found 8 controllers
# ✓ Found 12 services
# ✓ Found 15 test files
# ✓ Migrating build configuration...
# ✓ Migrating annotations...
# ✓ Migrating configuration...
# ✓ Migrating tests...
# ✓ Migration completed successfully!

Supported Migration Paths

Spring MVC → Spring Boot

What gets migrated:

  1. Build Configuration

    • Maven: Add Spring Boot parent, update dependencies, add Spring Boot plugin
    • Gradle: Add Spring Boot plugin, update dependencies
  2. Annotations

    • @Controller + @ResponseBody@RestController
    • @RequestMapping(method = RequestMethod.GET)@GetMapping
    • Similar for @PostMapping, @PutMapping, @DeleteMapping
    • Update imports from javax.* to jakarta.*
  3. Configuration

    • XML configuration → Java configuration + application.properties
    • web.xml → Spring Boot auto-configuration
    • Create Spring Boot main application class

Read the full file on GitHub · 330 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 330 lines · 101 tokens per session scan A 30b268f4efc6

Subscribe to this mod's changes

spring-mvc-to-boot-migrator is a skill published in the GitHub repository ArabelaTso/Skills-4-SE (252 stars, last pushed 21d ago), licensed Apache-2.0. It adds 101 tokens to every session and 2,026 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

spring-boot-engineer

Generates Spring Boot 3.x configurations, creates REST controllers, implements Spring Security 6 authentication flows, sets up Spring Data JPA repositories, and configures reactive WebFlux endpoints. Use when building Spring Boot 3.x applications, microservices, or reactive Java applications; invoke for Spring Data…

Jeffallan/claude-skills · 91 tokens

java-architect

Use when building, configuring, or debugging enterprise Java applications with Spring Boot 3.x, microservices, or reactive programming. Invoke to implement WebFlux endpoints, optimize JPA queries and database performance, configure Spring Security with OAuth2/JWT, or resolve authentication issues and async processing…

Jeffallan/claude-skills · 67 tokens

123-java-design-patterns

Use when you need to select, review, or implement Java design and integration patterns — including classic Java design patterns, REST API patterns, Kafka and event-driven patterns, database and persistence patterns, and cross-cutting integration patterns. This should trigger for requests such as Apply Java design…

jabrena/plinth · 89 tokens

125-java-concurrency

Use when you need to apply Java concurrency best practices — including thread safety fundamentals, ExecutorService thread pool management, concurrent design patterns like Producer-Consumer, asynchronous programming with CompletableFuture, immutability and safe publication, deadlock avoidance, virtual threads…

jabrena/plinth · 133 tokens

301-frameworks-spring-boot-core

Use when you need to review, improve, or build Spring Boot 4.0.x applications — including proper usage of @SpringBootApplication, component annotations (@Controller, @Service, @Repository), bean definition and scoping, configuration classes and @ConfigurationProperties (with @Validated), component scanning…

jabrena/plinth · 165 tokens

302-frameworks-spring-boot-rest

Use when you need to design, review, or improve REST APIs with Spring Boot — including HTTP methods, resource URIs, status codes, DTOs, versioning, deprecation and sunset headers, content negotiation (JSON and vendor media types), ISO-8601 instants in DTOs, pagination/sorting/filtering, Bean Validation at the…

jabrena/plinth · 177 tokens