Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:58:45 +08:00
commit 8e8f4ef631
9 changed files with 2752 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "robin",
"description": "A hyper-opinionated agent for building production-ready Next.js apps with DynamoDB. Eliminates technology debates and focuses on shipping functional, tested, deployed applications.",
"version": "1.0.0",
"author": {
"name": "Swap Kats",
"email": "swap@swapkats.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}