Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add avifenesh/awesome-slash --skill perf-baseline-manager --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Perf Baseline Manager?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/avifenesh-perf-baseline-manager)More formats (shields.io, HTML) on the badges page.
---
name: perf-baseline-manager
description: "Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version."
version: 1.0.0
---
# perf-baseline-manager
Manage baseline storage and comparison.
Follow `docs/perf-requirements.md` as the canonical contract.
## Required Rules
- One baseline JSON per version.
- Store under `{state-dir}/perf/baselines/<version>.json`.
- Record metrics + environment metadata.
## Output Format
```
baseline_version: <version>
metrics: <summary>
file: <path>
```
## Constraints
- Overwrite older baseline for the same version.
- Do not create multiple files for one version.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!