Baseline
Skill composio-community/awesome-claude-plugins/perf/skills/baseline
A curated list of Plugins that let you extend Claude Code with custom commands, agents, hooks, and MCP servers through the plugin system.
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.
What its author says it does
Copied from the file, not written here
Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version.
SKILL.md
0.7 KB, 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.