Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:11 +08:00
commit 4aff69d9a9
61 changed files with 7343 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
name: performance
description: |
Skill for diagnosing and improving runtime performance.
Used by Nova, Leo, and Finn.
principles:
- Measure before optimizing.
- Define target metrics explicitly.
metrics:
- Time to First Byte (TTFB)
- Core Web Vitals (LCP, CLS, FID)
- API latency budgets