feat: auto-updating web app and prompt builder

* docs: detail auto-update via START_APP.bat

* feat: add interactive prompt builder to skill detail page

* Add a robust auto-update mechanism to the Web App launcher and introduce the Interactive Prompt Builder.

* docs: add interactive prompt builder section

* feat: add copy full content button
This commit is contained in:
Zied Boughdir
2026-02-25 15:57:15 +01:00
committed by GitHub
parent 3e0c2fc3f2
commit ea47fe330f
1094 changed files with 41467 additions and 3580 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.
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