Help us improve
Share bugs, ideas, or general feedback.
From parseltongue
Python agent specializing in profiling bottlenecks, CPU/memory analysis, algorithm optimization, caching strategies, and parallelization for slow code.
npx claudepluginhub athola/claude-night-market --plugin parseltongueHow 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 ...
Performance profiling agent that identifies bottlenecks, analyzes profiler output, benchmarks code, and recommends optimizations. Delegate slow code or system performance investigations.
Audits Python web apps (FastAPI/Django/Flask) for performance issues like N+1 queries, async misuse, inefficient loops, memory bloat, and poor caching. Provides before/after code optimizations with impact estimates.
Isolated subagent that profiles and optimizes Python app performance: CPU/memory hotspots, async I/O, database queries, caching, load testing. Delivers structured reports with metrics and fixes.
Share bugs, ideas, or general feedback.
Specialized agent for Python performance optimization, profiling, and efficiency improvements.
__slots__ for reduced instance memoryWhen dispatched, provide:
Returns: