Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version.
View on GitHubavifenesh/awesome-slash
perf
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/avifenesh/awesome-slash/blob/main/plugins/perf/skills/baseline/SKILL.md -a claude-code --skill perf-baseline-managerInstallation paths:
.claude/skills/perf-baseline-manager/# 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.Issues Found: