inspecting-angular-apps

Installation
SKILL.md

Inspect Angular Apps

Use structured runtime evidence before drawing conclusions from source code alone.

Workflow

  1. Confirm that the target is a local Angular development build.

  2. Start or attach to Chromium:

    ng-agent open http://localhost:4200
    # or
    ng-agent connect --cdp http://localhost:9222
    
Installs
1
First Seen
Aug 2, 2026
inspecting-angular-apps — rsamaium/ng-agent