Help us improve
Share bugs, ideas, or general feedback.
How this command is triggered — by the user, by Claude, or both
Slash command
/cc-telemetry:compareThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
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: - Tool usage changes (which tools used more/less) - Performance differences (faster/slower tools) - Error...
Share bugs, ideas, or general feedback.
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").
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.
/compareSide-by-side comparison of N items (drugs, genes, diseases, variants, trials) with domain-appropriate columns, aligned data, and per-cell source citations in a structured table.
/compareCompares two or more stocks side by side using key metrics, valuation, growth, profitability, and recent performance data. Outputs a comparison table and analysis summary.
/compareDiffs two ComfyUI workflows from files, names, history, or IDs to show added/removed nodes and changed inputs/connections.