fix: resolve SKILL.md validation errors

This commit is contained in:
sck_0
2026-02-20 21:46:40 +01:00
parent f40869df53
commit 70ed8b2c8a
798 changed files with 2907 additions and 59 deletions

View File

@@ -1,6 +1,8 @@
---
name: python-performance-optimization
description: "Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance."
risk: unknown
source: community
---
# Python Performance Optimization