Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:52 +08:00
commit 1b6de62c0d
11 changed files with 5320 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "bun",
"description": "Production-ready TypeScript backend development with Bun runtime. Includes specialized agents for backend development, API design, and DevOps. Features comprehensive best practices, tools integration (Biome, Prisma, Hono, Docker), testing workflows, and AWS ECS deployment guidance (2025).",
"version": "1.5.2",
"author": {
"name": "Jack Rudenko",
"email": "i@madappgang.com",
"company": "MadAppGang"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}