trabuco-migration-activator

trabuco-migration-activator is an agent for Claude Code from arianlopezc/Trabuco. It costs 98 tokens per session (324 once invoked), scanned A, original, MIT.

A final migration checker that turns Trabuco's deferred code-quality rules back on, formats the source, and runs the complete Maven verification. Maven is a Java build tool.

In plain words
What is it for?
Use it to run Spotless formatting and full verification, then identify whether failures come from tests, compilation, coverage, architecture rules, formatting, or Maven enforcement.
Why use it?
It catches formatting, architecture, test, compilation, code coverage, and rule violations after the migration is complete.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents.

Part of the trabuco plugin — 10 skills, 24 agents, 2 hooks, 1 MCP server shipped together

Good fit Use it to run Spotless formatting and full verification, then identify whether failures come from tests, compilation, coverage, architecture rules, formatting, or Maven enforcement.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/arianlopezc/trabuco/trabuco-migration-activator
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.

Clone the repo
git clone --depth 1 https://github.com/arianlopezc/Trabuco

Made for: Claude Code.

Or install trabuco, the plugin that ships this one along with the rest of its 10 skills, 24 agents, 2 hooks, 1 MCP server.

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 trabuco-migration-activator

README.md
[![agentmods](https://agentmods.dev/badge/agents/arianlopezc/trabuco/trabuco-migration-activator/github.svg)](https://agentmods.dev/agents/arianlopezc/trabuco/trabuco-migration-activator)
Your own site
<a href="https://agentmods.dev/agents/arianlopezc/trabuco/trabuco-migration-activator"><img src="https://agentmods.dev/badge/agents/arianlopezc/trabuco/trabuco-migration-activator/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 trabuco-migration-activator

Your own site · 80×15
<a href="https://agentmods.dev/agents/arianlopezc/trabuco/trabuco-migration-activator"><img src="https://agentmods.dev/badge/agents/arianlopezc/trabuco/trabuco-migration-activator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 324 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.00098 $0.00324
Opus 5 $0.00049 $0.00162
Sonnet 5 $0.00020 $0.00065
Haiku 4.5 $0.00010 $0.00032

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

Security

Grade A, and why

trabuco-migration-activator 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 9d 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.

plugin/agents/trabuco-migration-activator.md · 25 lines

What it actually says

The activator is fully implemented in Go at internal/migration/specialists/activator/specialist.go. The orchestrator calls migrate_activate and the Go handler:

  1. Rewrites the migration-mode parent POM into the production-mode parent POM (adds maven-enforcer-plugin, spotless-maven-plugin, jacoco threshold execution, configures enforcer to skip the legacy/ module if it still exists).
  2. Runs mvn spotless:apply to format all source.
  3. Runs full mvn verify with enforcement on.

Failures are classified into ENFORCER_VIOLATION, SPOTLESS_VIOLATION, COVERAGE_BELOW_THRESHOLD, ARCHUNIT_VIOLATED, TESTS_REGRESSED, or COMPILE_FAILED and surfaced for user resolution.

This is the only phase where the validation funnel runs at full strength.

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. 9d ago First seen · 25 lines · 98 tokens per session scan A 39dac0f0686e

Subscribe to this mod's changes

trabuco-migration-activator is an agent published in the GitHub repository arianlopezc/Trabuco (0 stars, last pushed 3mo ago), licensed MIT. It adds 98 tokens to every session and 324 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.

Related

Other agents, from other repositories

CI Accessibility

CI/CD accessibility agent. Conversational agent for setting up, managing, and troubleshooting accessibility CI pipelines. Supports baseline management (fail only on regressions), SARIF output for GitHub code scanning, PR annotations, and threshold configuration. Works with GitHub Actions, Azure DevOps, GitLab CI…

Community-Access/accessibility-agents · 69 tokens

pr-test-analyzer

Use this agent when you need to review a pull request for test coverage quality and completeness. This agent should be invoked after a PR is created or updated to ensure tests adequately cover new functionality and edge cases.

rjmurillo/ai-agents · 46 tokens

test-pipeline-agent

Test pipeline configuration specialist. Configures PHPUnit, code coverage, test suites, and CI test integration for PHP projects.

dykyi-roman/awesome-claude-code · 28 tokens

release-agent

Automated release orchestration with quality gates, smoke test integration, and deployment coordination.

FortiumPartners/ensemble · 19 tokens

hydra-runner

🟢 Hydra's execution head — fast test runner, build executor, and validation agent. Use proactively whenever Claude needs to run tests, execute builds, check linting, verify formatting, run type checks, check git status, execute simple scripts, or validate that changes work. Runs on the cheap tier for speed — ideal…

AR6420/Hail_Hydra · 105 tokens

qa-architect

Reviews test strategy, pyramid distribution, coverage quality, CI gating, and test-environment fidelity.

davistroy/claude-marketplace · 23 tokens