Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:37:04 +08:00
commit 682f830254
88 changed files with 10127 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "fullstack-dev-suite",
"description": "Comprehensive fullstack development plugin with FastAPI/Python backend and React/Vite/Tailwind frontend conventions, featuring 82+ specialized AI agents and custom development workflows",
"version": "1.0.2",
"author": {
"name": "Luiz Bildzinkas",
"url": "https://github.com/lbildzinkas"
},
"agents": [
"./agents/"
],
"commands": [
"./commands/"
]
}