About
This skill empowers Claude to analyze Python applications for performance issues using professional profiling tools and implementation best practices. It provides actionable guidance on identifying CPU and memory bottlenecks, implementing efficient data structures, and applying advanced optimization patterns like caching, vectorization with NumPy, and memory-efficient class structures. It is particularly useful for developers looking to scale Python applications, reduce latency in data pipelines, or debug complex memory leaks in production environments.