Initial commit
This commit is contained in:
24
.claude-plugin/plugin.json
Normal file
24
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user