Initial commit
This commit is contained in:
30
.claude-plugin/plugin.json
Normal file
30
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "gd",
|
||||
"description": "Comprehensive Godot game development plugin for Claude Code featuring project setup, scene/UI templates, debugging tools, performance optimization, and interactive planning agents. Supports 2D/3D game development with rapid iteration workflows.",
|
||||
"version": "2.0.0",
|
||||
"author": {
|
||||
"name": "Zate",
|
||||
"email": "zate75@gmail.com",
|
||||
"url": "https://github.com/Zate"
|
||||
},
|
||||
"skills": [
|
||||
"./skills/godot-dev/",
|
||||
"./skills/godot-ui/",
|
||||
"./skills/godot-debugging/",
|
||||
"./skills/godot-optimization/"
|
||||
],
|
||||
"agents": [
|
||||
"./agents/game-planner.md",
|
||||
"./agents/ui-architect.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/setup.md",
|
||||
"./commands/init-game.md",
|
||||
"./commands/run.md",
|
||||
"./commands/stop.md",
|
||||
"./commands/restart.md",
|
||||
"./commands/debug.md",
|
||||
"./commands/scene.md",
|
||||
"./commands/ui-template.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user