Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:53 +08:00
commit 8c8e8b9611
9 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "generic-code",
"description": "Generic slash commands and agents for completing development related tasks",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Benjamin Benetti",
"email": "ben@bbenetti.ca"
},
"agents": [
"./agents"
]
}