Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:14 +08:00
commit 0c7b748696
11 changed files with 1157 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "engineering-workflow-skills",
"description": "Skills for common software engineering workflows including git operations, test fixing, code review implementation, and feature planning with plan-implementer agent",
"version": "1.1.0",
"author": {
"name": "mhattingpete",
"email": "noreply@github.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}