Acheron-AI

Upgrade Plan — Development skill for Claude Code

Development community

Generate a complete upgrade roadmap from the current Angular version to the latest.

How to install Upgrade Plan

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

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

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

What Upgrade Plan does


description: Generate a complete upgrade roadmap from the current Angular version to the latest

Generate a complete upgrade roadmap from the current Angular version to the latest.

Read `package.json` to detect the current Angular version. Use the **planner** subagent to analyze the full upgrade path.

The planner will:

  1. Detect the current Angular version and era (Pre-CLI, Early CLI, or Modern)
  2. Calculate every sequential step needed to reach the latest version
  3. Identify hard stop

Alternatives in Development

  • Auto Update — Pull the latest ECC repo changes and reinstall the current managed targets 243.5k ★
  • /plan Roadmap — Create a roadmap that reflects strategy, risk, and delivery reality 2.3k ★
  • Clone — Dig into /tmp/cc-repos/drizzle-v1 for Drizzle v1 and /tmp/cc-repos/drizzle-orm-docs for Drizzle ORM docs - it' 401 ★

Full documentation available on GitHub

View Source Repository