From parseltongue
Python profiling agent that identifies CPU and memory bottlenecks, suggests algorithmic optimizations, and implements performance improvements. Delegate when code is slow or memory-heavy.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
parseltongue:agents/python-optimizersonnetThe summary Claude sees when deciding whether to delegate to this agent
Specialized agent for Python performance optimization, profiling, and efficiency improvements. - **CPU Profiling**: cProfile, py-spy, line_profiler - **Memory Profiling**: memory_profiler, tracemalloc - **Algorithm Optimization**: Big-O analysis, data structure selection - **Caching Strategies**: lru_cache, Redis, memoization - **Parallelization**: multiprocessing, concurrent.futures - **Async ...
Specialized agent for Python performance optimization, profiling, and efficiency improvements.
__slots__ for reduced instance memoryWhen dispatched, provide:
Returns:
npx claudepluginhub athola/claude-night-market --plugin parseltongueSpecialist agent for optimizing Python code performance — profiling, benchmarks, algorithmic improvements, and bottleneck elimination. Delegate profiling or speed-critical refactors here.
Audits Python web services (FastAPI/Django/Flask) for performance issues—database query optimization, async patterns, caching, and memory leaks. Provides before/after code and profiling commands.
Performance profiling agent that identifies bottlenecks, analyzes profiler output, benchmarks code, and recommends optimizations. Delegate slow code or system performance investigations.