plugins marketplace
← All plugins

bottleneck-detector

v1.22.0

Detect and resolve performance bottlenecks

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 9 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/performance/bottleneck-detector/ inside the repository.

Layout

plugins/performance/bottleneck-detector/
├── .claude-plugin/plugin.json
└── skills/detecting-performance-bottlenecks/SKILL.md

Skills1

detecting-performance-bottlenecksskills/detecting-performance-bottlenecks/SKILL.md

Execute this skill enables AI assistant to detect and resolve performance bottlenecks in applications. it analyzes cpu, memory, i/o, and database performance to identify areas of concern. use this skill when you need to diagnose slow application performance, op... Use when optimizing performance. Trigger with phrases like 'optimize', 'performance', or 'speed up'.

Manifests1

plugins/performance/bottleneck-detector/.claude-plugin/plugin.json
{
  "name": "bottleneck-detector",
  "version": "1.22.0",
  "description": "Detect and resolve performance bottlenecks",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "bottleneck",
    "performance",
    "optimization",
    "profiling",
    "agent-skills"
  ]
}