Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
avifenesh avatar

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)
At a glance

perf-baseline-manager capabilities & compatibility

Capabilities
perf benchmarker · perf analyzer · perf profiler
Use cases
debugging · data analysis
From the docs

What perf-baseline-manager says it does

Manage baseline storage and comparison.
SKILL.md
One baseline JSON per version.
SKILL.md
Store under `{state-dir}/perf/baselines/<version>.json`.
SKILL.md
npx skills add https://github.com/avifenesh/agentsys --skill perf-baseline-manager

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs62
repo stars931
Last updatedJuly 26, 2026
Repositoryavifenesh/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

SKILL.mdMarkdownGitHub ↗

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.

Related skills

Debuggingbackendtesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.