performance-patterns

Community

Optimize for functionality, not just speed.

Authorromiluz13
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill ensures performance optimizations are targeted at issues that genuinely affect functionality or user experience, preventing premature optimization. It guides the user through understanding performance requirements, identifying bottlenecks in critical paths, and providing specific, benchmarked optimizations, leading to a faster and more reliable system.

Core Features & Use Cases

  • Context-Aware Performance Analysis: Mandates understanding functionality requirements and performance constraints (latency, throughput, scale) before checking.
  • Functionality-Focused Bottleneck Identification: Maps performance issues directly to their impact on user flows, system flows, or stability.
  • Specific, Benchmarked Optimizations: Provides concrete code examples for fixing N+1 queries, O(n²) algorithms, memory leaks, and more, with expected performance improvements.
  • Priority Classification: Ranks performance issues as Critical (blocks functionality), Important (degrades UX), or Minor (optimizations), ensuring focus on high-impact fixes.
  • Use Case: When a file upload feature is reported as "slow," use this skill to first verify the functionality, then identify the performance requirements (e.g., <30s upload), and systematically analyze for bottlenecks like N+1 queries in the file listing or slow CRM API calls.

Quick Start

Analyze the performance of the user dashboard's data loading, focusing on queries that might be causing slow response times.

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-patterns
Download link: https://github.com/romiluz13/cc10x/archive/main.zip#performance-patterns

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.