Files
gh-buzzdan-ai-coding-rules-…/.claude-plugin/plugin.json
2025-11-29 18:02:42 +08:00

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"
]
}