python-performance-optimization

Originally fromwshobson/agents
Installation
SKILL.md

Python Performance Optimization

Profile, analyze, and optimize Python code for better performance - CPU profiling, memory optimization, and implementation best practices.

When to Invoke

  • User reports slow Python code or asks to speed up execution
  • Profiling or benchmarking Python applications
  • Reducing CPU time, memory consumption, or I/O wait
  • Optimizing database queries or data processing pipelines
  • Debugging memory leaks or excessive memory usage
  • Choosing between parallelization strategies (threading, multiprocessing, async)
  • Evaluating algorithmic vs implementation-level improvements

Core Concepts

Installs
36
GitHub Stars
5
First Seen
Feb 4, 2026
python-performance-optimization — acaprino/alfio-claude-plugins