← All plugins
performance-optimization-advisor
v1.21.0Get comprehensive performance optimization recommendations
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 9 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/performance-optimization-advisor/ inside the repository.
Layout
plugins/performance/performance-optimization-advisor/
├── .claude-plugin/plugin.json└── skills/providing-performance-optimization-advice/SKILL.md
Skills1
providing-performance-optimization-adviceskills/providing-performance-optimization-advice/SKILL.md
Provide comprehensive prioritized performance optimization recommendations for frontend, backend, and infrastructure. Use when analyzing bottlenecks or seeking improvement strategies. Trigger with phrases like "optimize performance", "improve speed", or "performance recommendations".
Manifests1
plugins/performance/performance-optimization-advisor/.claude-plugin/plugin.json
{
"name": "performance-optimization-advisor",
"version": "1.21.0",
"description": "Get comprehensive performance optimization recommendations",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"optimization",
"performance",
"best-practices",
"advisor",
"agent-skills"
]
}