关于
This skill provides a comprehensive toolkit for identifying and resolving performance issues in Python applications. It guides Claude through advanced profiling techniques—including CPU, memory, and line-by-line analysis—using industry-standard tools like cProfile and py-spy. By implementing best practices for data structures, algorithmic efficiency, and memory management (such as generators and __slots__), this skill ensures Python code is production-ready, scalable, and highly efficient.