upgrade-spring-boot

upgrade-spring-boot is a skill for Claude Code, Codex from ThomasVitale/agents-skills-oci-artifacts-spec. It costs 42 tokens per session (983 once invoked), scanned A, original, Apache-2.0.

An upgrade tool for moving a Spring Boot application to a newer version using the Arconia command-line tool and OpenRewrite update recipes.

In plain words
What is it for?
Use it to preview or apply upgrades in Maven or Gradle projects, with optional detailed output for troubleshooting.
Why use it?
It reduces manual work when changing dependency versions, replacing outdated programming interfaces, and updating configuration.

Skill for Claude CodeCodex

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

Good fit Use it to preview or apply upgrades in Maven or Gradle projects, with optional detailed output for troubleshooting.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thomasvitale/agents-skills-oci-artifacts-spec/upgrade-spring-boot
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 ThomasVitale/agents-skills-oci-artifacts-spec --skill upgrade-spring-boot
Clone the repo
git clone --depth 1 https://github.com/ThomasVitale/agents-skills-oci-artifacts-spec

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 upgrade-spring-boot

README.md
[![agentmods](https://agentmods.dev/badge/skills/thomasvitale/agents-skills-oci-artifacts-spec/upgrade-spring-boot/github.svg)](https://agentmods.dev/skills/thomasvitale/agents-skills-oci-artifacts-spec/upgrade-spring-boot)
Your own site
<a href="https://agentmods.dev/skills/thomasvitale/agents-skills-oci-artifacts-spec/upgrade-spring-boot"><img src="https://agentmods.dev/badge/skills/thomasvitale/agents-skills-oci-artifacts-spec/upgrade-spring-boot/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 upgrade-spring-boot

Your own site · 80×15
<a href="https://agentmods.dev/skills/thomasvitale/agents-skills-oci-artifacts-spec/upgrade-spring-boot"><img src="https://agentmods.dev/badge/skills/thomasvitale/agents-skills-oci-artifacts-spec/upgrade-spring-boot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 983 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00042 $0.00983
Opus 5 $0.00021 $0.00491
Sonnet 5 $0.00008 $0.00197
Haiku 4.5 $0.00004 $0.00098

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

Security

Grade A, and why

upgrade-spring-boot scanned grade A with 0 findings 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 10d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

examples/skills/upgrade-spring-boot/SKILL.md · 127 lines

How it starts

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

Upgrade Spring Boot

Overview

This skill automates the process of upgrading Spring Boot projects to a newer version using the Arconia CLI. It applies OpenRewrite recipes to update dependencies, replace deprecated APIs, and adjust configurations, reducing the manual effort required for major version upgrades.


Instructions

Prerequisites

  • Arconia CLI must be installed and available in the system PATH.
  • The project must use Maven or Gradle as the build tool.
  • The project must be under version control (e.g., Git) so changes can be reviewed and reverted if needed.

Supported Actions

  • Preview upgrade: View changes before applying them.
  • Upgrade project: Apply the upgrade to the specified Spring Boot version.
  • Verbose output: Include detailed logs for troubleshooting.

Parameters

Input Format

All actions require a JSON object with the following structure:

{
  "action": "<action>",
  "project_path": "<path-to-project>",
  [ "to_version": "<target-version>", ]
  [ "dry_run": <boolean>, ]
  [ "verbose": <boolean> ]
}

Action-Specific Parameters

Action Required Parameters Optional Parameters
preview project_path to_version, verbose
upgrade project_path to_version, dry_run, verbose
  • project_path: Path to the Spring Boot project directory.
  • to_version: Target Spring Boot version (e.g., "4.0"). Defaults to "4.0".
  • dry_run: If true, preview changes without applying them. Defaults to false.
  • verbose: If true, include detailed output. Defaults to false.

Examples

1. Preview upgrade to Spring Boot 4.0

Input:

{
  "action": "preview",
  "project_path": "./my-spring-boot-app",
  "to_version": "4.0",
  "verbose": true
}

Output: List of changes that will be applied, including dependency updates, API replacements, and configuration adjustments.

Read the full file on GitHub · 127 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. 10d ago First seen · 127 lines · 42 tokens per session scan A e00729e1ad67

Subscribe to this mod's changes

upgrade-spring-boot is a skill published in the GitHub repository ThomasVitale/agents-skills-oci-artifacts-spec (14 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 42 tokens to every session and 983 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

spring-boot-dev

Build, test, and run Spring Boot applications using Arconia CLI. Use when working on a Java or Spring Boot project and you need to compile the application, run tests, start the app in development mode, build a GraalVM native executable, or run the application locally with dev services. Also use when the user asks to…

arconia-io/agent-skills · 91 tokens

spring-boot-create

Create a new Spring Boot project from a template using Arconia CLI. Use when the user wants to start a new Java or Spring Boot application, scaffold a project, bootstrap a new service, generate a new app from a template, or initialize a new project. Also use when the user mentions creating a project with specific…

arconia-io/agent-skills · 82 tokens

wxjava-api-contributor

A contributor guide for adding or maintaining official WeChat API support in WxJava, a Java software development kit. It covers services, request and response data objects, data conversion, HTTP handling, starter configuration, and regression tests.

binarywang/WxJava · 68 tokens

wxjava-module-selector

A decision guide for choosing the correct WxJava Maven module, dependency management file, and example for a WeChat use case. WxJava is a Java software development kit for services such as official accounts, mini programs, and payments.

binarywang/WxJava · 86 tokens

azure-communication-callautomation-java

Build call automation workflows with Azure Communication Services Call Automation Java SDK. Use when implementing IVR systems, call routing, call recording, DTMF recognition, text-to-speech, or AI-powered call flows.

microsoft/skills · 49 tokens

azure-communication-chat-java

Build real-time chat applications with Azure Communication Services Chat Java SDK. Use when implementing chat threads, messaging, participants, read receipts, typing notifications, or real-time chat features.

microsoft/skills · 41 tokens