About
This skill provides a comprehensive toolkit for developers to diagnose and resolve performance issues in Python applications. It guides Claude through the entire optimization lifecycle—from initial execution timing and CPU profiling with cProfile to detailed line-by-line analysis and memory leak detection. By implementing proven patterns like list comprehensions, generator expressions, and NumPy vectorization, this skill helps transform slow, resource-heavy scripts into efficient, production-ready code with minimal overhead.