Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:21 +08:00
commit 2f80bca659
4 changed files with 167 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "shavakan-agents",
"description": "Collection of specialized agents for code review, architecture analysis, and development workflows",
"version": "1.1.0",
"author": {
"name": "shavakan",
"email": "cs.changwon.lee@gmail.com"
},
"agents": [
"./code-reviewer.md"
]
}