← All plugins
perf
v3.7.2Rigorous performance investigation workflow with baselines, profiling, and evidence-backed decisions
Claude Code
by Avi FeneshMIT1.9kupdated 2 weeks ago
Source
git clone https://github.com/composio-community/awesome-claude-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is perf/ inside the repository.
Layout
perf/
└── .claude-plugin/plugin.json
Manifests1
perf/.claude-plugin/plugin.json
{
"name": "perf",
"version": "3.7.2",
"description": "Rigorous performance investigation workflow with baselines, profiling, and evidence-backed decisions",
"author": {
"name": "Avi Fenesh",
"email": "[email protected]",
"url": "https://github.com/avifenesh"
},
"homepage": "https://github.com/avifenesh/awesome-slash#perf",
"repository": "https://github.com/avifenesh/awesome-slash",
"license": "MIT",
"keywords": [
"performance",
"benchmarks",
"profiling",
"optimization",
"baseline"
]
}