Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:15 +08:00
commit f684c4b5b1
6 changed files with 365 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "experienced-engineer",
"description": "A comprehensive plugin with specialized engineering subagents and productivity commands for software teams",
"version": "1.0.0",
"author": {
"name": "Anand Tyagi",
"url": "https://github.com/ananddtyagi"
},
"commands": [
"./commands/"
],
"hooks": [
"./hooks/hooks.json"
]
}