builder
01Acheron-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".
AI Agent Teams for upgrading Angular applications across ANY major version (v2 → v21+). A Claude Code plugin with 8 specialized agents, 18 version reference files, and deterministic lifecycle hooks.
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".