Initial commit
This commit is contained in:
20
.claude-plugin/plugin.json
Normal file
20
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user