performance-budget-checker

Community

Catch performance anti-patterns early.

AuthorMacroMan5
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Detects performance anti-patterns like N+1 queries, nested loops, large file operations, and inefficient algorithms. Suggests fast fixes before issues reach production.

Core Features & Use Cases

  • Anti-pattern detection: Quick checks for common performance killers.
  • Fix suggestions: Concrete improvements to optimize performance.
  • Use Case: Before production, scan code for performance issues and apply recommended changes.

Quick Start

Provide a code snippet with a potential performance issue and ask for optimization tips.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: performance-budget-checker
Download link: https://github.com/MacroMan5/claude-code-workflow-plugins/archive/main.zip#performance-budget-checker

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository