About
This skill equips Claude with the expertise to transform slow, resource-heavy Python code into high-performance applications. It covers the end-to-end optimization workflow, from initial CPU and memory profiling using tools like cProfile and memory_profiler to implementing advanced patterns such as generator expressions, LRU caching, and NumPy vectorization. By leveraging this skill, developers can systematically identify bottlenecks, reduce application latency, and minimize memory footprints in any Python environment.