performance-review

Community

Boost speed with proven optimization guidelines.

Authorkcenon
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides performance optimization guidelines for profiling, caching, memory management, and concurrency to help you identify bottlenecks and improve throughput.

Core Features & Use Cases

  • Profiling-first workflow: Always profile before optimizing to confirm bottlenecks.
  • Memory & Concurrency: Guidance on efficient memory use and reducing contention.
  • Caching & Monitoring: Strategies to cache results and monitor impact.

Quick Start

Instruct the AI to profile a slow function, identify the top bottlenecks, and propose concrete optimizations with measurable impact.

Dependency Matrix

Required Modules

None required

Components

references

💻 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-review
Download link: https://github.com/kcenon/claude-config/archive/main.zip#performance-review

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