From perf
Manages performance baseline JSON files by version, storing metrics and environment metadata. Ensures one file per version for consolidating results and comparing versions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/perf:baselineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage baseline storage and comparison.
Manage baseline storage and comparison.
Follow docs/perf-requirements.md as the canonical contract.
{state-dir}/perf/baselines/<version>.json.baseline_version: <version>
metrics: <summary>
file: <path>
npx claudepluginhub alamator/claude-plugins --plugin perfManages performance baseline JSON files by version, storing metrics and environment metadata. Ensures one file per version for consolidating results and comparing versions.
Creates and maintains regression test baselines for functional, visual, and performance testing to enable drift detection, comparisons, and lifecycle management.
Benchmarks shell metric command N times across 2-3 git refs or repo states, checks variance, computes deltas vs baseline, outputs reproducible TSV table and summary. For honest code variant comparisons.