Toolverse
All skills

performance-analysis

by ruvnet

Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
ruvnet
Category
Security

About this skill

Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms

How to use

  1. Zainstaluj skill w swoim projekcie Claude Flow, upewniając się że masz dostęp do repozytorium i narzędzia npx.

  2. Uruchom podstawowe wykrycie wąskich gardeł dla aktualnego swarmu poleceniem: npx claude-flow bottleneck detect. System przeskanuje ostatnią godzinę operacji i wyświetli zidentyfikowane problemy wydajności.

  3. Aby przeanalizować konkretny swarm przez dłuższy okres, użyj: npx claude-flow bottleneck detect --swarm-id nazwa-swarmu -t 24h. Parametr -t pozwala wybrać zakres czasowy (1h, 24h, 7d, all), a --swarm-id wskazuje konkretny swarm do analizy.

  4. Jeśli chcesz wygenerować szczegółowy raport wydajności w formacie HTML, wykonaj: npx claude-flow analysis performance-report --format html --include-metrics. Raport zawierać będzie metryki i wizualizacje.

  5. Aby automatycznie naprawić zidentyfikowane problemy, uruchom: npx claude-flow bottleneck detect --fix --threshold 15. Parametr --threshold określa próg procentowy dla wąskich gardeł (domyślnie 20%), a flaga --fix stosuje automatyczne optymalizacje.

  6. Eksportuj wyniki analizy do pliku poleceniem: npx claude-flow bottleneck detect --export plik.txt. Umożliwia to archiwizowanie i porównywanie wyników w czasie.

Related skills

reverse-engineering-tools

by gmh5225

Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.

Security
3168

skill-writer

by pytorch

Guide users through creating Agent Skills for Claude Code. Use when the user wants to create, write, author, or design a new Skill, or needs help with SKILL.md files, frontmatter, or skill structure.

Security
15116

obsidian

by gapmiss

Comprehensive guidelines for Obsidian.md plugin development including all 27 ESLint rules, TypeScript best practices, memory management, API usage (requestUrl vs fetch), UI/UX standards, and submission requirements. Use when working with Obsidian plugins, main.ts files,

Security
14111

accessibility-compliance

by wshobson

Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.

Security
2173

google-analytics

by davila7

Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.

Security
1260

reviewing-code

by CaptainCrouton89

Systematically evaluate code changes for security, correctness, performance, and spec alignment. Use when reviewing PRs, assessing code quality, or verifying implementation against requirements.

Security
1493