SKILL·81C003

when-analyzing-performance-use-performance-analysis

DNYoussef
Updated 2 months ago
284 views
3
3
View on GitHub
Otherperformanceanalysisbottleneckoptimizationprofiling

About

This Claude Skill provides comprehensive performance analysis and bottleneck detection for Claude Flow swarms. It identifies optimization opportunities through profiling and benchmarking, delivering actionable recommendations. Use it when you need to analyze and improve the performance of your active workflows.

Quick Install

Claude Code

Recommended
Primary
npx skills add DNYoussef/ai-chrome-extension -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/DNYoussef/ai-chrome-extension
Git CloneAlternative
git clone https://github.com/DNYoussef/ai-chrome-extension.git ~/.claude/skills/when-analyzing-performance-use-performance-analysis

Copy and paste this command in Claude Code to install this skill

GitHub Repository

DNYoussef/ai-chrome-extension
Path: .claude/skills/performance/when-analyzing-performance-use-performance-analysis
0
FAQ

Frequently asked questions

What is the when-analyzing-performance-use-performance-analysis skill?

when-analyzing-performance-use-performance-analysis is a Claude Skill by DNYoussef. Skills package instructions and resources that Claude loads on demand, so Claude can perform when-analyzing-performance-use-performance-analysis-related tasks without extra prompting.

How do I install when-analyzing-performance-use-performance-analysis?

Use the install commands on this page: add when-analyzing-performance-use-performance-analysis to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does when-analyzing-performance-use-performance-analysis belong to?

when-analyzing-performance-use-performance-analysis is in the performance category, tagged performance, analysis, bottleneck, optimization and profiling.

Is when-analyzing-performance-use-performance-analysis free to use?

Yes. when-analyzing-performance-use-performance-analysis is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

when-profiling-performance-use-performance-profiler
Other

This skill provides comprehensive performance profiling to measure, analyze, and optimize application performance across CPU, memory, I/O, and network dimensions. It helps developers identify bottlenecks, perform root cause analysis, and implement optimizations using tools like perf, Instruments, and clinic.js. Use it when you need systematic performance improvement through baseline measurement, detection, and optimization phases.

View skill
when-profiling-performance-use-performance-profiler
Other

This skill provides comprehensive performance profiling to detect bottlenecks and optimize applications across CPU, memory, I/O, and network dimensions. It establishes baselines, identifies hot paths, and offers root cause analysis using platform-specific tools like perf and Instruments. Use it when you need to systematically measure and improve your application's performance.

View skill
dev-performance-performance-basics
Other

This skill provides core R3F/Three.js performance optimization principles for developers when FPS drops below 60. It explains the critical 16ms budget for 60 FPS and offers actionable strategies like canvas configuration and draw call reduction. Use it to diagnose performance issues and implement essential rendering optimizations.

View skill
dev-performance-lod-systems
Other

This skill provides Level of Detail (LOD) techniques for React Three Fiber (R3F) to optimize performance by reducing model complexity based on camera distance. It's used when complex 3D models cause FPS drops, especially in large scenes or on mobile devices. The implementation uses the `@react-three/drei` `Detailed` component to swap between high, medium, low, and billboard versions of a model at defined distance thresholds.

View skill