Acheron-AI/angular-upgrade-kit
Plugin Claude Code
Acheron Software Consultancy — Claude Code plugins for Angular development.
Acheron-AI/angular-upgrade-kit
Plugin Claude Code
Acheron Software Consultancy — Claude Code plugins for Angular development.
Acheron-AI/angular-upgrade-kit
Plugin Claude Code
AI Agent Teams for upgrading Angular apps across ANY major version (v2→v21+). 8 specialized agents, 18 version reference files, deterministic hooks, and MCP integrations.
Acheron-AI/angular-upgrade-kit
Agent
Builds the Angular project (library then app) and reports results. Use after upgrader to verify compilation succeeds. Triggers: "build", "compile", "verify build", "check compilation".
Acheron-AI/angular-upgrade-kit
Agent
Analyzes and fixes Angular build errors. Reads error reports and applies targeted fixes in dependency order. Use when builder reports BUILDFAILED. Triggers: "fix build errors", "resolve compilation", "fixer", "fix errors", "build errors", "compilation errors".
Acheron-AI/angular-upgrade-kit
Agent
Upgrade path planning agent. Analyzes the full journey from current Angular version to the latest. Calculates steps, Node.js switches, estimated effort, and creates a complete upgrade roadmap. Triggers: "plan upgrade", "upgrade roadmap", "upgrade path", "how many steps", "what version am I on", "planner".
Acheron-AI/angular-upgrade-kit
Agent
Pre-upgrade intelligence agent. Use BEFORE any Angular version upgrade to scan dependencies, detect breaking patterns, and report risks. This agent is READ-ONLY — it never modifies files. Triggers: "pre-upgrade", "audit deps", "check compatibility", "scout", "scan for breaking changes", "dependency check".
Acheron-AI/angular-upgrade-kit
Agent
Runs Angular unit tests and reports results with structured output. Use after successful build to verify test suite integrity. Triggers: "run tests", "unit tests", "ng test", "test runner", "check tests", "test suite".
Acheron-AI/angular-upgrade-kit
Agent
ON-DEMAND browser smoke testing using Playwright MCP. This agent is NOT part of the automatic upgrade pipeline. Use it manually when you want to visually verify the app works after an upgrade. Triggers: "test the ui", "browser test", "smoke test", "playwright test", "check if app works in browser", "visual check"…
Acheron-AI/angular-upgrade-kit
Agent
Executes the core Angular version upgrade. Runs ng update, applies version-specific fixes from skills, updates configs. Use ONLY after scout reports CLEAR. Triggers: "run ng update", "upgrade angular", "apply version fixes", "execute upgrade", "version bump".
Acheron-AI/angular-upgrade-kit
Agent
Final verification gate — reads ALL agent reports and makes GO/NO-GO decision on whether to commit the upgrade. Use as the last step. Triggers: "verify", "go no-go", "gate check", "verdict", "should we commit", "upgrade decision".
Acheron-AI/angular-upgrade-kit
Command
Run a Playwright browser smoke test on the current app.
Acheron-AI/angular-upgrade-kit
Command
Execute the Angular 17 control flow migration converting structural directives to built-in control flow.
Acheron-AI/angular-upgrade-kit
Command
Re-run the build-fix-verify cycle for the current upgrade step.
Acheron-AI/angular-upgrade-kit
Command
Execute the Angular 15 Material MDC upgrade using Agent Teams with 4 parallel workers.
Acheron-AI/angular-upgrade-kit
Command
Generate a complete upgrade roadmap from the current Angular version to the latest.
Acheron-AI/angular-upgrade-kit
Command
Show the current Angular upgrade progress.
Acheron-AI/angular-upgrade-kit
Command
Orchestrate a full Angular version upgrade to the specified version using Agent Teams.
Acheron-AI/angular-upgrade-kit
Command
Re-run only the verification gate for the current upgrade step.
Acheron-AI/angular-upgrade-kit
Skill Claude CodeCodex
Angular version upgrade automation using AI Agent Teams. Use when upgrading Angular applications across ANY major version (v2 through v21+), running ng update, fixing breaking changes, or automating the full upgrade pipeline. Triggers: "angular upgrade", "ng update", "upgrade to angular", "migrate angular", "breaking…
Acheron-AI/angular-upgrade-kit
Skill Claude CodeCodex
Angular Material MDC migration knowledge. Use when upgrading to Angular 15, fixing .mat- CSS classes, rewriting Sass theming from @import to @use, or resolving MatDialog/MatTable/MatPaginator breaking changes. Triggers: "MDC", "mat-mdc", "material migration", "sass theming", ".mat-form-field", "mat.define-palette"…
Acheron-AI/angular-upgrade-kit
Skill Claude CodeCodex
RxJS 6 to 7 migration knowledge. Use when upgrading to Angular 14, replacing toPromise(), updating operator imports, or fixing Observable patterns. Triggers: "rxjs", "toPromise", "firstValueFrom", "Observable", "rxjs 7".