Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:08:19 +08:00
commit db818a4853
17 changed files with 4551 additions and 0 deletions

24
commands/setup.md Normal file
View File

@@ -0,0 +1,24 @@
---
description: Validate Godot environment and configure MCP server
allowed-tools:
- Read
- Write
- Bash(ls:*,which:*,test:*)
---
You are helping set up the Godot development environment for this project.
Run the setup script to validate the environment and configure the MCP server:
!bash ${CLAUDE_PLUGIN_ROOT}/scripts/setup-mcp.sh
The script will:
1. Check if Godot is installed at common locations
2. Verify the Godot MCP server is built and ready at ~/projects/godot-mcp
3. Create .mcp.json from the template with detected paths
4. Report any issues and provide guidance
After running the script:
- If successful, inform the user that the environment is ready and they can now use `/gd:init-game` to start planning their game
- If there are issues, explain what needs to be fixed and how to resolve them
- Remind the user to restart Claude Code for the MCP server changes to take effect