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.zipInstalls 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.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
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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| perf-baseline-manager (this skill) | 1 | 5mo | No flags | Intermediate |
| chrome-devtools | 41 | 7mo | Review | Intermediate |
| code-coverage-with-gcov | 15 | 4mo | Review | Intermediate |
| angular-best-practices | 21 | 3mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by avifenesh
View all by avifenesh →You might also like
chrome-devtools
mrgoonie
Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.
code-coverage-with-gcov
gadievron
Add gcov code coverage instrumentation to C/C++ projects
angular-best-practices
sickn33
Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and rendering efficiency.
3d-games
davila7
3D game development principles. Rendering, shaders, physics, cameras.
perf-lighthouse
tech-leads-club
Run Lighthouse audits locally via CLI or Node API, parse and interpret reports, set performance budgets. Use when measuring site performance, understanding Lighthouse scores, setting up budgets, or integrating audits into CI. Triggers on: lighthouse, run lighthouse, lighthouse score, performance audit, performance budget.
react-best-practices
redpanda-data
Client-side React performance optimization patterns.