Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:56:35 +08:00
commit 0b8dfef442
16 changed files with 5044 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "specweave-frontend",
"description": "Frontend development for React, Vue, and Angular projects. Includes Next.js 14+ App Router support, design system architecture (Atomic Design), and UI component best practices. Focus on modern frontend patterns and performance.",
"version": "0.24.0",
"author": {
"name": "Anton Abyzov",
"email": "anton.abyzov@gmail.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}