npx claudepluginhub layerdynamics/lore --plugin cc-telemetry/compareCompares two skills head-to-head across quality dimensions, reporting which is better in each category. Accepts two arguments: <skill-a> and <skill-b>.
/compareCompares current screenshots against baselines to detect visual regressions via pixel diff with threshold, generates diff images, summary table with pass/fail status, and report.
/compareCompares multiple ML experiment runs side-by-side from tracking store, analyzes parameter sensitivity, generates visualizations, identifies best configuration, and recommends next experiments.
/compareCompares two or more stocks side by side via comma-separated tickers, producing a metrics table and synthesis on valuation, growth, performance, and risks.
/compareCompares two container images <image1> <image2> to identify differences in metadata, layers, sizes, configuration, platform, and security.
/compareDiffs two ComfyUI workflows from files, names, history, or IDs to show added/removed nodes and changed inputs/connections.
Compare telemetry metrics between two sessions or time periods to identify changes in tool usage, performance, or error rates.
Usage: /cc-telemetry:compare <session-1> <session-2>
Fetch stats for both sessions and compare:
!echo "Session 1:" && python3 ~/claude-code-dev/tooling/cc-telemetry/bin/cc-telemetry stats --session "$1" 2>&1 && echo -e "\nSession 2:" && python3 ~/claude-code-dev/tooling/cc-telemetry/bin/cc-telemetry stats --session "$2" 2>&1
Then analyze the differences:
Provide delta metrics (e.g., "+15% error rate", "-200ms avg latency").