
from opencode-skills-collection19
Profile, analyze, and optimize Python applications for CPU and memory efficiency using profiling tools and performance best practices.
This skill guides agents through profiling and improving Python application performance. It covers CPU profiling, memory analysis, I/O and database optimization, and practical implementation patterns so you can identify bottlenecks and validate improvements. The skill points to a resources/implementation-playbook.md for concrete examples and playbooks.
Use this skill when you need to diagnose slow Python code, reduce latency, lower memory usage, optimize heavy data-processing pipelines, or harden production services against performance regressions. Appropriate for profiling local code, CI runs, or production traces (with caution).
Best used by developer-focused agents that can read code and suggest changes (Copilot-style/code assistants, Claude Code, Codex). It is implementation-oriented and assumes access to the codebase or profiling output.
This skill has not been reviewed by our automated audit pipeline yet.
Makepad Basics
Guides onboarding and basic app structure for Makepad using the makepad-widgets crate; generates example Rust code and explains live_design/app_main patterns.
API Security Testing Workflow
Structured workflow for testing REST and GraphQL API security: auth, authorization, rate limiting, input validation and error handling.