30 lines
881 B
JSON
30 lines
881 B
JSON
{
|
|
"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"
|
|
]
|
|
} |