24 lines
538 B
JSON
24 lines
538 B
JSON
{
|
|
"name": "golang-development",
|
|
"description": "Experienced Go development patterns and tools",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Geoff Johnson",
|
|
"url": "https://github.com/geoffjay"
|
|
},
|
|
"skills": [
|
|
"./skills/go-patterns",
|
|
"./skills/go-concurrency",
|
|
"./skills/go-optimization"
|
|
],
|
|
"agents": [
|
|
"./agents/golang-pro.md",
|
|
"./agents/go-architect.md",
|
|
"./agents/go-performance.md"
|
|
],
|
|
"commands": [
|
|
"./commands/scaffold.md",
|
|
"./commands/review.md",
|
|
"./commands/test.md"
|
|
]
|
|
} |