Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:33:03 +08:00
commit fdab9e0df9
7 changed files with 697 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "application-performance",
"description": "Application profiling, performance optimization, and observability for frontend and backend systems",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/performance-engineer.md",
"./agents/frontend-developer.md",
"./agents/observability-engineer.md"
],
"commands": [
"./commands/performance-optimization.md"
]
}