LLM Skills
~/catalog/synthesis & summary//SKILL
Synthesis & summaryGitHub source

Perf baseline manager

/SKILL

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

ComposioHQComposioHQ
1.8k
May 1, 2026
// skill content

--- name: perf-baseline-manager description: "Use when managing perf baselines, consolidating results, or comparing versions. Ensures that there is one baseline JSON per version." version: 1.0.0 --- # 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 and environment metadata. ## Output Format `` baseline_version: <version> metrics: <summary> file: <path> `` ## Constraints - Overwrite older baselines for the same version. - Do not create multiple files for a single version.

// original public source
ComposioHQ/awesome-claude-plugins
/perf/skills/baseline/SKILL.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/ComposioHQ/awesome-claude-plugins/master/perf/skills/baseline/SKILL.md"
Then in Claude Code, type /SKILL to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
CreatorComposioHQ
Stars 1.8k
UpdatedMay 1, 2026
Format.md
AccessFree
// similar

Skills Synthesis & summary

View allarrow_forward