Acheron-AI

Upgrade To — Development skill for Claude Code

Development community

Orchestrate a full Angular version upgrade to the specified version using Agent Teams.

How to install Upgrade To

Installs to ~/.claude/skills/acheron-ai-angular-upgrade-kit-upgrade-to/SKILL.md

Terminal
mkdir -p ~/.claude/skills/acheron-ai-angular-upgrade-kit-upgrade-to && curl -fsSL https://raw.githubusercontent.com/Acheron-AI/angular-upgrade-kit/HEAD/commands/upgrade-to.md -o ~/.claude/skills/acheron-ai-angular-upgrade-kit-upgrade-to/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Upgrade To does


description: Orchestrate a full Angular version upgrade to the specified version using Agent Teams

Orchestrate a full Angular version upgrade to v$ARGUMENTS using Agent Teams.

Read `package.json` to get the project name and current Angular version. Read `upgrade/state.json` to confirm current version. If current is not exactly one below $ARGUMENTS, STOP and tell which version to run first.

If $ARGUMENTS is 15: STOP. Tell user "v15 is Material MDC. Run /upgrade-mdc instead."

Detect

Alternatives in Development

Full documentation available on GitHub

View Source Repository