Find and fix frontend performance bottlenecks in loading, rendering, animation, image, font, CSS, JavaScript, and bundle behavior. Use when UI performance, Core Web Vitals, or interaction smoothness needs improvement.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add agisota/old-one --skill optimize --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Optimize?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agisota-optimize)More formats (shields.io, HTML) on the badges page.
---
name: optimize
description: Find and fix frontend performance bottlenecks in loading, rendering, animation, image, font, CSS, JavaScript, and bundle behavior. Use when UI performance, Core Web Vitals, or interaction smoothness needs improvement.
---
# Optimize
This is the Impeccable optimize mode alias.
Use the installed `impeccable` skill as the design context first, then focus only
on measurable frontend performance.
## Workflow
1. Measure the current state before changing code: Core Web Vitals, load time,
bundle size, network waterfall, runtime frame rate, memory, and CPU.
2. Identify the bottleneck category: images, JavaScript, CSS, fonts, rendering,
animation, network, or unnecessary work.
3. Apply the smallest change that can improve the measured bottleneck.
4. Re-measure after the change and report whether the target metric improved.
Avoid premature optimization. Optimize the path users actually feel.
Source: https://skills.sh/pbakaus/impeccable/optimize
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.