spring-boot-rewrite

spring-boot-rewrite is a skill for Claude Code, Codex from arconia-io/agent-skills. It costs 95 tokens per session (1,070 once invoked), scanned A, original, Apache-2.0.

A workflow for finding and running OpenRewrite recipes through the Arconia command-line tool. OpenRewrite recipes are automated instructions that update or refactor source code, such as removing unused imports or changing a Java version.

In plain words
What is it for?
Use it to discover available recipes, preview or apply a named recipe, run recipes from a specified library, and verify the resulting Spring or Java project.
Why use it?
It reduces repetitive manual edits during code migrations and refactoring. A dry run lets you preview changes before applying them, then build and test the project afterward.

Skill for Claude CodeCodex

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

Good fit Use it to discover available recipes, preview or apply a named recipe, run recipes from a specified library, and verify the resulting Spring or Java project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arconia-io/agent-skills/spring-boot-rewrite
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 arconia-io/agent-skills --skill spring-boot-rewrite
Clone the repo
git clone --depth 1 https://github.com/arconia-io/agent-skills

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-boot-rewrite

README.md
[![agentmods](https://agentmods.dev/badge/skills/arconia-io/agent-skills/spring-boot-rewrite/github.svg)](https://agentmods.dev/skills/arconia-io/agent-skills/spring-boot-rewrite)
Your own site
<a href="https://agentmods.dev/skills/arconia-io/agent-skills/spring-boot-rewrite"><img src="https://agentmods.dev/badge/skills/arconia-io/agent-skills/spring-boot-rewrite/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-boot-rewrite

Your own site · 80×15
<a href="https://agentmods.dev/skills/arconia-io/agent-skills/spring-boot-rewrite"><img src="https://agentmods.dev/badge/skills/arconia-io/agent-skills/spring-boot-rewrite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,070 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.00095 $0.01070
Opus 5 $0.00048 $0.00535
Sonnet 5 $0.00019 $0.00214
Haiku 4.5 $0.00010 $0.00107

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

Security

Grade A, and why

spring-boot-rewrite 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.

skills/spring-boot-rewrite/SKILL.md · 135 lines

How it starts

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

Discover and Run OpenRewrite Recipes

Use arconia rewrite to discover and run OpenRewrite recipes for automated code migration and refactoring. This gives you full control over any recipe, unlike the arconia update commands which are curated shortcuts for common upgrades.

Always commit your project to version control before running any recipe so you can review the changes and revert if needed.

Discover available recipes

List all recipes available from the bundled libraries:

arconia rewrite discover

This outputs all available recipes with their fully qualified names.

Run a recipe

Step 1: Preview with dry-run

arconia rewrite run \
    --recipe-name org.openrewrite.java.RemoveUnusedImports \
    --dry-run

Step 2: Apply the recipe

arconia rewrite run \
    --recipe-name org.openrewrite.java.RemoveUnusedImports

Step 3: Verify

arconia build
arconia test

Run a recipe from a specific library

If the recipe is not in the bundled libraries, specify its Maven coordinates:

arconia rewrite run \
    --recipe-name io.arconia.rewrite.spring.ai.UpgradeSpringAi_1_0 \
    --recipe-library io.arconia.migrations:rewrite-spring

Pin a specific library version:

arconia rewrite run \
    --recipe-name io.arconia.rewrite.spring.ai.UpgradeSpringAi_1_0 \
    --recipe-library io.arconia.migrations:rewrite-spring \
    --recipe-version 1.2.0

Options for arconia rewrite run

Option Required Description
--recipe-name Yes Fully qualified recipe name
--recipe-library No Maven coordinates (groupId:artifactId) of the recipe library
--recipe-version No Specific version of the recipe library
--dry-run No Preview changes without applying

Bundled recipe libraries

These are available out of the box — no --recipe-library needed:

Library Description
io.arconia.migrations:rewrite-arconia Arconia Framework version migrations
io.arconia.migrations:rewrite-spring Spring Boot and Spring AI version migrations
io.arconia.migrations:rewrite-docling Docling-related migrations
io.arconia.migrations:rewrite-test Test framework migrations (JUnit, Testcontainers)
org.openrewrite:rewrite-java Core Java recipes (unused imports, Java version updates)
org.openrewrite.recipe:rewrite-java-dependencies Dependency management recipes

Read the full file on GitHub · 135 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 · 135 lines · 95 tokens per session scan A d73c693ffba4

Subscribe to this mod's changes

spring-boot-rewrite is a skill published in the GitHub repository arconia-io/agent-skills (2 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 95 tokens to every session and 1,070 once invoked, about $0.0005 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-31.