migration-advisor

migration-advisor is a skill for Claude Code, Cursor from aborroy/aiup-alfresco. It costs 25 tokens per session (285 once invoked), scanned A, original, Apache-2.0.

A code-review check for older Alfresco APIs and packaging patterns, with suggested modern replacements. Alfresco is a platform for managing documents and other repository content.

In plain words
What is it for?
Use it when reviewing Alfresco extension code for deprecated services, authentication calls, database access, packaging, startup hooks, user-interface customizations, and query languages.
Why use it?
It helps identify code that may be obsolete or harder to maintain after an Alfresco or Spring upgrade. Each finding includes where it occurs, what to use instead, and an effort estimate.

Skill for Claude CodeCursor

Written for Claude Code and Cursor: shipped in a Claude Code plugin, but also installed under .cursor/.

Part of the aiup-alfresco plugin — 38 skills, 25 commands, 3 agents, 3 hooks shipped together

Good fit Use it when reviewing Alfresco extension code for deprecated services, authentication calls, database access, packaging, startup hooks, user-interface customizations, and query languages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aborroy/aiup-alfresco/migration-advisor
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 aborroy/aiup-alfresco --skill migration-advisor
Clone the repo
git clone --depth 1 https://github.com/aborroy/aiup-alfresco

Made for: Claude Code, Cursor.

Or install aiup-alfresco, the plugin that ships this one along with the rest of its 38 skills, 25 commands, 3 agents, 3 hooks.

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 migration-advisor

README.md
[![agentmods](https://agentmods.dev/badge/skills/aborroy/aiup-alfresco/migration-advisor/github.svg)](https://agentmods.dev/skills/aborroy/aiup-alfresco/migration-advisor)
Your own site
<a href="https://agentmods.dev/skills/aborroy/aiup-alfresco/migration-advisor"><img src="https://agentmods.dev/badge/skills/aborroy/aiup-alfresco/migration-advisor/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 migration-advisor

Your own site · 80×15
<a href="https://agentmods.dev/skills/aborroy/aiup-alfresco/migration-advisor"><img src="https://agentmods.dev/badge/skills/aborroy/aiup-alfresco/migration-advisor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 285 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.00025 $0.00285
Opus 5 $0.00013 $0.00143
Sonnet 5 $0.00005 $0.00057
Haiku 4.5 $0.00003 $0.00028

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

Security

Grade A, and why

migration-advisor 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.

.cursor/skills/migration-advisor/SKILL.md · 26 lines

What it actually says

Migration Advisor

Scan Alfresco extension code for deprecated API usage and suggest modern replacements.

Deprecated Patterns

Deprecated Replacement Since
ServiceRegistry.getNodeService() @Autowired NodeService SDK 4.x+
AuthenticationUtil.setFullyAuthenticatedUser() AuthenticationUtil.runAs() SDK 4.x+
Direct Hibernate session access NodeService / ContentService Always
AMP packaging with no third-party library deps JAR packaging SDK 4.2+
AbstractLifecycleBean for bootstrap @PostConstruct / ApplicationReadyEvent Spring Boot 3.x
Alfresco Explorer (JSF) customizations ACA/ADW extensions ACS 6.0+
CMIS 1.0 CMIS 1.1 or REST API v1 ACS 5.2+
Lucene query syntax AFTS or CMIS query ACS 4.0+

Output

For each deprecated usage found, report: file, line, deprecated API, suggested replacement, and migration effort estimate (trivial/moderate/significant).

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 · 26 lines · 25 tokens per session scan A 8d8314fa4d0e

Subscribe to this mod's changes

migration-advisor is a skill published in the GitHub repository aborroy/aiup-alfresco (13 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 25 tokens to every session and 285 once invoked, about $0.0001 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

review-work

Post-implementation gate review: run manual QA on the real surface yourself, then launch ONE gate reviewer (never a panel) to audit goal, constraints, code quality, security, missed context, and QA evidence. Use before a PR handoff or when the user explicitly asks to review completed work.

code-yeongyu/oh-my-openagent · 63 tokens

one-way-door

Flags irreversible decisions before commit. Use for data models, infra, auth boundaries, API contracts, event schemas, CI/CD.

jamditis/claude-skills-journalism · 29 tokens

map-codebase

Deep architecture report that fans out parallel inspections across different aspects of the codebase (structure, tech stack, APIs, patterns, data flow, dependencies, testing) and synthesizes findings into a comprehensive document at .turbo/codebase-map.md and .turbo/codebase-map.html. Use when the user asks to "map…

tobihagemann/turbo · 106 tokens

critical-code-reviewer

Rigorously review code or pull requests for correctness, security, accessibility, maintainability, tests, and edge cases. Use when users request a critical code review, want a guided walkthrough of findings, need implementer-facing feedback, or want to prepare, create, or submit a GitHub pull request review.

posit-dev/skills · 67 tokens

reply-to-pr-threads

Draft, confirm, and post replies to GitHub PR review threads. Handles per-category reply formatting, re-fetches thread resolution state so auto-resolved threads are skipped, and posts via GraphQL. Use when the user asks to "reply to PR threads", "post PR thread replies", or "draft PR reply messages".

tobihagemann/turbo · 71 tokens

answer-reviewer-questions

For each reviewer question on a PR, recall implementation reasoning and compose a raw answer. Use when the user asks to "answer reviewer questions", "draft answers to PR questions", or "explain reviewer questions".

tobihagemann/turbo · 48 tokens