Performance optimization analysis and implementation. Use when code is slow, uses too much memory, or needs optimization.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add skeletorflet/opencode-supreme-setup --skill perf --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Perf?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/skeletorflet-perf)More formats (shields.io, HTML) on the badges page.
---
name: perf
description: Performance optimization analysis and implementation. Use when code is slow, uses too much memory, or needs optimization.
---
## perf
Identify and fix performance issues.
### Areas to check
- Algorithm complexity
- Unnecessary re-renders
- Bundle size
- Network requests (caching, batching)
- Database queries (N+1, missing indexes)
- Memory leaks
### Tools
- Browser DevTools Performance
- React DevTools Profiler
- Lighthouse
- Node --inspect
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!