Acheron-AI

Upgrade Controlflow — Development skill for Claude Code

Development community

Execute the Angular 17 control flow migration converting structural directives to built-in control flow.

How to install Upgrade Controlflow

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

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

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

What Upgrade Controlflow does


description: Execute the Angular 17 control flow migration converting structural directives to built-in control flow

Execute the Angular 17 control flow migration after the core v17 upgrade.

This runs the automatic migration schematic that converts *ngIf, *ngFor, *ngSwitch to the new @if, @for, @switch syntax.

Read `angular.json` to detect all project paths (libraries and app).

  1. For each library project found in angular.json: Run: `ng generate @angular/core:control-flow-migratio

Alternatives in Development

  • Flow Parallel — Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates 2.8k ★
  • Agent Skill — A Claude Code plugin marketplace containing the ast-grep skill for powerful structural code search using Abstr 851 ★
  • Obsidian Health — Run a vault health check — grouped by severity, detects contradictions, concept gaps, stale claims, and struct 277 ★

Full documentation available on GitHub

View Source Repository