Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:55 +08:00
commit bb9b688c76
8 changed files with 2098 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "angular-architecture",
"description": "Router-First architecture, enterprise patterns, modular design with lazy loading",
"version": "1.0.0",
"author": {
"name": "Ihsan - Full-Stack Developer & AI Strategist",
"url": "https://github.com/EhssanAtassi"
},
"skills": [
"./skills/router-first-methodology/SKILL.md",
"./skills/enterprise-patterns/SKILL.md"
],
"agents": [
"./agents/angular-architect.md"
],
"commands": [
"./commands/design-routes.md",
"./commands/scaffold-project.md"
]
}