agentsclimarketplace

Migration advisor

Skill aborroy/aiup-alfresco/.cursor/skills/migration-advisor

A Claude Code plugin that packages Alfresco extension development as slash commands, skills, and agents

Install
npx -y skills add aborroy/aiup-alfresco --skill migration-advisor

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 12 stars12 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Detects deprecated Alfresco API usage and suggests modern equivalents. Trigger when analysing existing Alfresco extension code.

SKILL.md

1.1 KB, as published. Nobody here has run it

Migration Advisor

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

Deprecated Patterns

DeprecatedReplacementSince
ServiceRegistry.getNodeService()@Autowired NodeServiceSDK 4.x+
AuthenticationUtil.setFullyAuthenticatedUser()AuthenticationUtil.runAs()SDK 4.x+
Direct Hibernate session accessNodeService / ContentServiceAlways
AMP packaging with no third-party library depsJAR packagingSDK 4.2+
AbstractLifecycleBean for bootstrap@PostConstruct / ApplicationReadyEventSpring Boot 3.x
Alfresco Explorer (JSF) customizationsACA/ADW extensionsACS 6.0+
CMIS 1.0CMIS 1.1 or REST API v1ACS 5.2+
Lucene query syntaxAFTS or CMIS queryACS 4.0+

Output

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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.