This profiler helps you find CPU and memory bottlenecks in Python code using cProfile and memory_profiler under the hood. You'd reach for it when optimizing mission-critical services or tracking down performance issues that actually matter. The source mentions using it during project setup and CI pipelines, though honestly that seems premature unless you're already dealing with known performance constraints. It runs everything locally and doesn't phone home with your code. The documentation is pretty sparse on specifics about what the actual profiling output looks like or how it presents findings, but the core use case is solid enough for anyone who's stared at slow Python services wondering where the time goes.
npx -y skills add jorgealves/agent_skills --skill python-performance-profiler --agent claude-codeInstalls into .claude/skills of the current project.
Identify CPU and memory bottlenecks in Python code using cProfile or memory_profiler. Use to optimize mission-critical Python services.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot