18 lines
437 B
JSON
18 lines
437 B
JSON
{
|
|
"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"
|
|
]
|
|
} |