Initial commit
This commit is contained in:
25
skills/performance-optimization/templates/INDEX.md
Normal file
25
skills/performance-optimization/templates/INDEX.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Performance Optimization Templates
|
||||
|
||||
Copy-paste templates for performance optimization reports and tests.
|
||||
|
||||
## Available Templates
|
||||
|
||||
### Optimization Report
|
||||
**File**: [optimization-report.md](optimization-report.md)
|
||||
|
||||
Template for documenting performance improvements with before/after metrics.
|
||||
|
||||
**Use when**: Completing performance optimizations, reporting to stakeholders.
|
||||
|
||||
---
|
||||
|
||||
### Performance Test
|
||||
**File**: [performance-test.js](performance-test.js)
|
||||
|
||||
Template for writing performance benchmarks.
|
||||
|
||||
**Use when**: Measuring optimization impact, regression testing.
|
||||
|
||||
---
|
||||
|
||||
Return to [main agent](../performance-optimizer.md)
|
||||
Reference in New Issue
Block a user