Loading...
Loading...
Python 3.11+ performance optimization guidelines (formerly python-311). This skill should be used when writing, reviewing, or refactoring Python code to ensure optimal performance patterns. Triggers on tasks involving asyncio, data structures, memory management, concurrency, loops, strings, or Python idioms.
npx skill4agent add pproenca/dot-skills python| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | I/O & Async Patterns | CRITICAL | |
| 2 | Data Structure Selection | CRITICAL | |
| 3 | Memory Optimization | HIGH | |
| 4 | Concurrency & Parallelism | HIGH | |
| 5 | Loop & Iteration | MEDIUM | |
| 6 | String Operations | MEDIUM | |
| 7 | Function & Call Overhead | LOW-MEDIUM | |
| 8 | Python Idioms & Micro | LOW | |