Back to Skills

perf-baseline-manager

verified

Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version.

View on GitHub

Marketplace

awesome-slash

avifenesh/awesome-slash

Plugin

perf

development

Repository

avifenesh/awesome-slash
290stars

plugins/perf/skills/baseline/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/avifenesh/awesome-slash/blob/main/plugins/perf/skills/baseline/SKILL.md -a claude-code --skill perf-baseline-manager

Installation paths:

Claude
.claude/skills/perf-baseline-manager/
Powered by add-skill CLI

Instructions

# 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.

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
473 chars

Issues Found:

  • name_directory_mismatch