·optimizing-performance
>_

optimizing-performance

cloudai-x/claude-workflow

Analyzes and optimizes application performance across frontend, backend, and database layers. Use when diagnosing slowness, improving load times, optimizing queries, reducing bundle size, or when asked about performance issues.

15Installs·0Trend·@cloudai-x

Installation

$npx skills add https://github.com/cloudai-x/claude-workflow --skill optimizing-performance

SKILL.md

Critical Rule: Never optimize without data. Always profile before and after changes.

Common Bottleneck Categories | Category | Symptoms | Tools |

| CPU | High CPU usage, slow computation | Profiler, flame graphs | | Memory | High RAM, GC pauses, OOM | Heap snapshots, memory profiler | | I/O | Slow disk/network, waiting | strace, network inspector | | Database | Slow queries, lock contention | Query analyzer, EXPLAIN |

Analyzes and optimizes application performance across frontend, backend, and database layers. Use when diagnosing slowness, improving load times, optimizing queries, reducing bundle size, or when asked about performance issues. Source: cloudai-x/claude-workflow.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cloudai-x/claude-workflow --skill optimizing-performance
Category
>_Productivity
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is optimizing-performance?

Analyzes and optimizes application performance across frontend, backend, and database layers. Use when diagnosing slowness, improving load times, optimizing queries, reducing bundle size, or when asked about performance issues. Source: cloudai-x/claude-workflow.

How do I install optimizing-performance?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cloudai-x/claude-workflow --skill optimizing-performance Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/cloudai-x/claude-workflow