optimize

Analyze code, queries, or systems to identify bottlenecks and recommend fixes.

Updated May 30, 2026
One-click install
npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill optimize-alexica00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize
Source: https://github.com/alexica00/claude-code-ultimate-guide/tree/main/examples/skills/optimize
Command: npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill optimize-alexica00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze and suggest performance improvements for code, queries, or systems.

Core Features & Use Cases

  • Runtime performance analysis and bottleneck identification
  • Memory usage and efficiency improvements
  • Database query optimization and bundle analysis
  • End-to-end optimization planning for single files, modules, or entire systems
  • Use Case: A developer identifies slow API handlers and refactors code paths to reduce latency.

Quick Start

Provide a target file or module and optional focus flags to get a tailored optimization plan.

Frequently Asked Questions about optimize

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

FAQPage Schema
How do I identify and fix code bottlenecks to speed up runtime performance?

To speed up runtime performance, analyze your code to identify bottlenecks and apply targeted optimizations. The process yields a prioritized, actionable plan recommending specific fixes across your files or modules.

What is the best way to optimize database queries for slow API handlers?

Optimizing database queries for slow API handlers involves analyzing the query structure and refactoring code paths to reduce latency. You receive an end-to-end optimization plan targeting database efficiency and architecture-level concerns.

Can I analyze memory usage and bundle size for an entire project?

Yes, you can analyze memory usage and bundle size for an entire project. The analysis identifies efficiency improvements and bottlenecks across single files, modules, or complete systems and outputs a structured, actionable plan.

Do I need specific dependencies to run a performance analysis on my system?

No specific dependencies are required to run a performance analysis on your system. You simply provide a target file or module along with optional focus flags to get a tailored optimization plan without external library constraints.

How does targeted optimization handle architecture-level performance concerns?

Targeted optimization handles architecture-level performance concerns by evaluating the entire system structure to identify systemic bottlenecks. It recommends fixes that improve runtime, memory, and database efficiency across the project.