
Perf Baseline Manager
- 62 installs
- 931 repo stars
- Updated July 26, 2026
- avifenesh/agentsys
perf-baseline-manager is a Claude Code skill that manages performance baselines, keeping one baseline JSON per version and comparing versions.
About
perf-baseline-manager manages performance baseline storage and comparison across versions. It enforces a single baseline JSON per version, stored under a fixed perf/baselines path, recording metrics together with environment metadata. A developer uses it to keep per-version baselines consistent so regressions can be detected reliably. It overwrites an older baseline for the same version rather than creating duplicate files.
- Manages performance baseline storage and version comparison
- Enforces one baseline JSON per version under a fixed path
- Records metrics plus environment metadata
Perf Baseline Manager by the numbers
- 62 all-time installs (skills.sh)
- Ranked #289 of 596 Debugging skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
perf-baseline-manager capabilities & compatibility
- Capabilities
- perf benchmarker · perf analyzer · perf profiler
- Use cases
- debugging · data analysis
What perf-baseline-manager says it does
Manage baseline storage and comparison.
One baseline JSON per version.
Store under `{state-dir}/perf/baselines/<version>.json`.
npx skills add https://github.com/avifenesh/agentsys --skill perf-baseline-managerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 62 |
|---|---|
| repo stars | ★ 931 |
| Last updated | July 26, 2026 |
| Repository | avifenesh/agentsys ↗ |
What it does
Store and compare per-version performance baselines with one JSON per version.
Who is it for?
Keeping one consistent perf baseline per version for regression comparison.
Skip if: Running the benchmarks that produce the metrics.
When should I use this skill?
You are managing perf baselines, consolidating results, or comparing versions.
What you get
- A per-version baseline JSON at perf/baselines/<version>.json
By the numbers
- Enforces exactly one baseline JSON per version
Files
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.