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.
npx skills add arconia-io/agent-skills --skill spring-boot-rewritegit clone --depth 1 https://github.com/arconia-io/agent-skillsWrote 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.
[](https://agentmods.dev/skills/arconia-io/agent-skills/spring-boot-rewrite)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 |
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.
- 10d ago First seen · 135 lines · 95 tokens per session scan A d73c693ffba4
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.
Other skills, from other repositories
llm-judge
AI quality judge that scores agent responses 0-10 across helpfulness, accuracy, completeness, and clarity. Use when evaluating multi-agent output or implementing LLM-as-judge quality gates.
dentist-agent
Emergency dental assistant (Dr. Molar) for triage, first aid, and severity classification of broken/chipped/cracked teeth, delivered over web, Slack, or Telegram. Use for non-diagnostic dental guidance only.
rag-assistant
Knowledge base assistant that retrieves and cites documents from a curated index. Use when answering questions that must be grounded in specific source material with citations.
startup-ceo
CEO coordinator that dispatches research, strategy, finance, and writer specialists via A2A and synthesizes their findings into a GO/NO-GO investment briefing. Use for multi-agent advisory workflows.
tool-assistant
Tool-calling assistant with backend functions for time, city time, weather, and temperature conversion, plus cost metering and approval workflows. Use when a question needs real-time data via tool calls.
finance-agent
Financial analyst for startup economics — TAM/SAM/SOM, revenue projections, burn rate, runway, and break-even. Use when building financial models or evaluating investment cases.