PE

perf-baseline-manager

It stores performance test results against set baselines to detect and prevent configuration drift.

Install

mkdir -p .claude/skills/perf-baseline-manager && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4010" && unzip -o skill.zip -d .claude/skills/perf-baseline-manager && rm skill.zip

Installs to .claude/skills/perf-baseline-manager

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version.
118 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Manage performance baselines
  • Consolidate test results
  • Compare version performance
  • Store baseline JSON files

How it works

It enforces a strict structure where one baseline JSON is stored per version, including metrics and metadata.

Inputs & outputs

You give it
Performance test results
You get back
Baseline JSON file

When to use perf-baseline-manager

  • Managing performance test baselines
  • Comparing test results between versions
  • Maintaining baseline JSON files

About this skill

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.

When not to use it

  • When managing non-performance related data
  • When multiple baselines per version are required

Prerequisites

docs/perf-requirements.md

Limitations

  • Overwrites older baselines for the same version
  • Restricted to specific storage path

How it compares

It mandates a single-baseline-per-version structure to prevent configuration drift.

Compared to similar skills

perf-baseline-manager side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
perf-baseline-manager (this skill)15moNo flagsIntermediate
chrome-devtools417moReviewIntermediate
code-coverage-with-gcov154moReviewIntermediate
angular-best-practices213moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry