Add Performance Analysis Plugin with 5 Specialized Agents#27696
Open
murali-marimekala wants to merge 2 commits intoanthropics:mainfrom
Open
Add Performance Analysis Plugin with 5 Specialized Agents#27696murali-marimekala wants to merge 2 commits intoanthropics:mainfrom
murali-marimekala wants to merge 2 commits intoanthropics:mainfrom
Conversation
added 2 commits
February 22, 2026 12:13
- Simplify plugin.json to follow existing plugin format - Add proper argument hints to command frontmatter - Clean up agent file descriptions - Update main plugins README with new plugin entry - Enhance command and agent descriptions for clarity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Introduces a comprehensive Performance Analysis Plugin for Claude Code that provides specialized agents for identifying performance bottlenecks, analyzing algorithmic complexity, detecting memory issues, validating concurrent code, and recommending practical optimizations.
This plugin addresses a critical gap in Claude Code's feature set by providing developers with robust performance analysis capabilities integrated directly into their workflow.
Problem Statement
Currently, Claude Code lacks dedicated performance analysis features. Developers must:
Solution
The Performance Analysis Plugin provides:
3 Commands
/perf-analyze- Comprehensive multi-agent code performance analysis/perf-profile- Deep-dive performance profiling of specific files/functions/perf-compare- Performance regression detection between branches5 Specialized Agents
2 Guidance Skills
Key Features
✅ High-Signal Analysis - Focuses on real performance issues, not code style
✅ Multi-perspective Review - 5 agents analyze code from different angles
✅ Language-Aware - Recognizes patterns in multiple programming languages
✅ Actionable Findings - Every issue includes concrete optimization suggestions
✅ Severity-Based Filtering - Critical/High/Medium/Low prioritization
✅ PR Integration - Can post findings as PR comments
✅ Comprehensive Training - Includes anti-patterns, tools guide, and best practices
Plugin Structure
Usage Examples
Standards & Compliance
✅ Follows Anthropic's plugin structure and conventions
✅ Aligns with existing plugin design patterns
✅ Comprehensive documentation with real-world examples
✅ Agent instructions follow Claude Code best practices
✅ Updated main plugins README with proper table entry
Files Modified
plugins/performance-analysis/- New plugin (12 files total)plugins/README.md- Added plugin to main table entryTesting & Validation
The plugin has been:
Note: This PR adds significant value by providing systematic performance analysis capabilities integrated directly into Claude Code's workflow.