bottleneck-detector

Detect and resolve performance bottlenecks

View on GitHub
Author Jeremy Longshore
Namespace @jeremylongshore/claude-code-plugins-plus
Category performance
Version 1.0.0
Stars 1,193
Downloads 4
self.md verified
Table of content

Detect and resolve performance bottlenecks

Installation

npx claude-plugins install @jeremylongshore/claude-code-plugins-plus/bottleneck-detector

Contents

Folders: commands, skills

Files: LICENSE, README.md

Documentation

Detect and resolve performance bottlenecks across your application stack.

Installation

/plugin install bottleneck-detector@claude-code-plugins-plus

Usage

/detect-bottlenecks

Features

License

MIT

Included Skills

This plugin includes 1 skill definition:

detecting-performance-bottlenecks

|

View skill definition

Bottleneck Detector

This skill provides automated assistance for bottleneck detector tasks.

Overview

This skill empowers Claude to identify and address performance bottlenecks across different layers of an application. By pinpointing performance issues in CPU, memory, I/O, and database operations, it assists in optimizing resource utilization and improving overall application speed and responsiveness.

How It Works

  1. Architecture Analysis: Claude analyzes the application’s architecture and data flow to understand potential bottlenecks.
  2. Bottleneck Identification: The plugin identifies bottlenecks across CPU, memory, I/O, database, lock contention, and resource exhaustion.
  3. Remediation Suggestions: Claude provides remediation strategies with code examples to resolve the identified bottlenecks.

When to Use This Skill

This skill activates when you need to:

Examples

Example 1: Diagnosing Slow Database Queries

User request: “detect bottlenecks in my database queries”

The skill will:

  1. Analyze database query performance and identify slow-running queries.
  2. Suggest optimizations like indexing or query rewriting to improve database performance.

Example 2: Identifying Memory Leaks

User request: “analyze performance and find memory leaks”

The skill will:

  1. Profile memory usage patterns to identi

…(truncated)

Source

View on GitHub

Tags: performance bottleneckperformanceoptimizationprofiling