Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:03:00 +08:00
commit 1ab887ee50
8 changed files with 614 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "fullstack-dev",
"description": "Comprehensive full-stack development toolkit with commands and agents for feature development, refactoring, debugging, testing, and deployment across any tech stack",
"version": "1.2.0",
"author": {
"name": "Kyungho Byoun",
"email": "kyungho.byoun@gmail.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}