Baseline
Skill composio-community/awesome-claude-plugins/perf/skills/baseline
Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version.From its SKILL.md
npx -y skills add composio-community/awesome-claude-plugins --skill baselineAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.7 KB, 108 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.