Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:46 +08:00
commit 9c1eb8f51c
8 changed files with 190 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# References
Bundled resources for bottleneck-detector skill
- [ ] cpu_performance_metrics.md: Documentation on CPU performance metrics and how to interpret them.
- [ ] memory_management_best_practices.md: Best practices for memory management in applications.
- [ ] io_optimization_techniques.md: Techniques for optimizing I/O performance.
- [ ] database_tuning_guide.md: Guide to tuning database performance for optimal speed.
- [ ] bottleneck_detection_methodology.md: Detailed explanation of the bottleneck detection methodology used by the skill.