Launch the Web Visualization
SkillDev toolsStart interactive web UI for coupling analysis visualization. Graph exploration with filters, hotspots, and export.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Launch the Web Visualization skill
What this skill tells your AI
The instructions your AI receives, as published by nwiizo/cargo-coupling in .claude/skills/web/SKILL.md and read by ahel’s review.
Run from this checkout with the requested target (default ./src). cargo run
builds as needed; a separate build is unnecessary for launch.
rtk proxy cargo run -- coupling --web ./src
rtk proxy cargo run -- coupling --web --port 8080 --no-open ./src
Preserve the requested port and browser behavior. Use --no-open in a headless
session. Keep track of the process started for this task and report its actual URL
once it is serving. If startup fails, inspect the failure before changing ports or
stopping processes. Stop only the server this task owns when cleanup is requested
or when a temporary verification run ends.
Read ui-guide.md only when the user needs help exploring the graph, filters, timeline, or export. For implementation changes, read Web UI rules and the relevant source; launching the UI does not require the full development documentation.
Signals
- GitHub stars
- 97
- Forks
- 2
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
web-nwiizo- Source
- github.com/nwiizo/cargo-coupling