nwiizo

web

@nwiizo/web
nwiizo
58
2 forks
Updated 1/6/2026
View on GitHub

Web Visualization Skill: Interactive web UI for coupling analysis.

Installation

$skills install @nwiizo/web
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Path.claude/skills/web/SKILL.md
Branchmain
Scoped Name@nwiizo/web

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions

Web Visualization Skill

Interactive web UI for coupling analysis.

Quick Start

# Start web server
cargo run -- coupling --web ./src

# Custom port
cargo run -- coupling --web --port 8080 ./src

# Don't auto-open browser
cargo run -- coupling --web --no-open ./src

Keyboard Shortcuts

KeyAction
/Focus search
fFit to screen
rReset layout
eExport PNG
EscClear selection
?Show help

Panel Features

Hotspots

Top refactoring targets ranked by issue severity.

Key Modules

  • Connections: Sort by dependency count
  • Issues: Sort by problem count
  • Health: Sort by health score

Analysis

  • Show Dependents: Modules depending on selected
  • Show Dependencies: Modules selected depends on
  • Full Impact: Complete blast radius

Filters

  • Strength: Intrusive/Functional/Model/Contract
  • Distance: Same/Different module
  • Volatility: High/Medium/Low
  • Balance Score: Range filter
  • Show Issues Only / Show Cycles Only

Graph Interaction

  • Click node: Highlight neighbors, center view
  • Click edge: Show dependency direction
  • Click background: Clear selection