npx claudepluginhub chendren/computer<file1-or-text> vs <file2-or-text>/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 multiple ML experiment runs side-by-side from tracking store, analyzes parameter sensitivity, generates visualizations, identifies best configuration, and recommends next experiments.
/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 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.
Perform a detailed comparison of two items and push results to the UI.
Parse Input: Examine $ARGUMENTS to identify the two subjects to compare
Read Content: If file paths, read both files. If text, use directly.
Compare: Analyze both subjects for:
Generate Chart: Create a radar chart comparing dimensional scores using LCARS colors
Push to UI: Write the comparison JSON to /tmp/computer-comparison-result.json using the Write tool, then POST it:
curl -s -X POST http://localhost:3141/api/comparisons -H 'Content-Type: application/json' -d @/tmp/computer-comparison-result.json
The JSON MUST include all comparison fields plus a chartSpec with a valid Chart.js v4 radar config.
Display: Show the comparison results formatted in the terminal.
Arguments: $ARGUMENTS