20 lines
556 B
JSON
20 lines
556 B
JSON
{
|
|
"name": "angular-performance",
|
|
"description": "Performance optimization with OnPush, bundle analysis, and change detection strategies",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Ihsan - Full-Stack Developer & AI Strategist",
|
|
"url": "https://github.com/EhssanAtassi"
|
|
},
|
|
"skills": [
|
|
"./skills/change-detection/SKILL.md",
|
|
"./skills/bundle-optimization/SKILL.md"
|
|
],
|
|
"agents": [
|
|
"./agents/angular-performance-optimizer.md"
|
|
],
|
|
"commands": [
|
|
"./commands/optimize-component.md",
|
|
"./commands/analyze-bundle.md"
|
|
]
|
|
} |