optimize

Analyze code for performance issues and provide optimization suggestions.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/aakash-dhar/claude-skills --skill optimize-aakash-dhar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize
Source: https://github.com/aakash-dhar/claude-skills/tree/main/skills/optimize
Command: npx skills add https://github.com/aakash-dhar/claude-skills --skill optimize-aakash-dhar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill identifies and resolves performance bottlenecks in your code, ensuring applications run faster and consume fewer resources.

Core Features & Use Cases

  • Performance Analysis: Detects slow algorithms, memory leaks, inefficient database queries, and frontend rendering issues.
  • Optimization Suggestions: Provides actionable recommendations with code examples for improvement.
  • Use Case: If your web application's API response time is too high, this Skill can pinpoint the exact database query or code block causing the delay and suggest how to optimize it.

Quick Start

Analyze the current code for performance issues and suggest optimizations.

Frequently Asked Questions about optimize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the code causing slow API response times?

To find the code causing slow API response times, the analysis pinpoints exact database queries or code blocks causing the delay. It identifies these bottlenecks and suggests targeted optimizations to resolve them.

Can I detect memory leaks and inefficient database queries automatically?

Yes, you can detect memory leaks and inefficient database queries automatically. The analysis scans your code to identify slow algorithms, memory leaks, and query issues, providing structured suggestions for improvement.

What is the best way to optimize frontend rendering bottlenecks?

The best way to optimize frontend rendering bottlenecks is to analyze the code for performance issues and resource utilization limits. This process identifies rendering bottlenecks and provides actionable recommendations with code examples.

How do I get actionable code examples for performance optimization?

To get actionable code examples for performance optimization, run an analysis on your current code. The process provides structured optimization suggestions complete with code examples and impact assessments.

Does this performance analysis work for general resource utilization issues?

Yes, this performance analysis works for general resource utilization issues. It analyzes code for performance problems across API responses, frontend rendering, and overall resource utilization to identify bottlenecks.