17 lines
366 B
JSON
17 lines
366 B
JSON
{
|
|
"name": "go-linter-driven-development",
|
|
"description": "Linter-driven development workflow for Go with six specialized skills: design, testing, refactoring, review, and documentation",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Dan Mordechay"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |