Performance Optimizer
Automatically identifies and resolves frontend performance bottlenecks in Oakoss applications for faster load times and improved user experience.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add oakoss-performance-optimizer npx -- -y @trustedskills/oakoss-performance-optimizer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"oakoss-performance-optimizer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/oakoss-performance-optimizer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The oakoss-performance-optimizer skill analyzes frontend code and suggests optimizations to improve website loading speed and overall user experience. It identifies potential bottlenecks such as inefficient JavaScript, large image sizes, and unoptimized CSS. The tool provides actionable recommendations for developers to enhance performance metrics.
When to use it
- Slow Website Loading: Use this when users are complaining about slow page load times or bounce rates are high.
- Mobile Optimization: Employ the skill before launching a mobile-first website or app to ensure optimal performance on smaller devices.
- Performance Audits: Integrate into regular development workflows for proactive identification and resolution of performance issues.
- Refactoring Legacy Code: Utilize during refactoring efforts to identify and address performance bottlenecks in older codebases.
Key capabilities
- JavaScript optimization suggestions
- Image size reduction recommendations
- CSS optimization advice
- Performance bottleneck identification
Example prompts
- "Analyze this website's frontend for performance issues: [website URL]"
- "Suggest optimizations to improve the loading speed of my JavaScript bundle."
- "Identify large images on this page and recommend compression strategies."
Tips & gotchas
The skill’s effectiveness relies on accurate code analysis. Ensure the provided codebase is complete and representative of the website's functionality for best results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.