Validate GDScript changes by refreshing Godot cache and checking diagnostics. Use after creating or editing GDScript files.
/plugin marketplace add minami110/claude-godot-tools/plugin install minami110-gdscript-toolkit-gdscript-toolkit@minami110/claude-godot-toolsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/refresh_godot_lsp.shValidate GDScript file changes by refreshing Godot's language server cache and checking for errors/warnings.
After creating or editing GDScript files (.gd):
Run the cache refresh script included in this skill (scripts/refresh_godot_lsp.sh).
For specific file:
mcp__ide__getDiagnostics --uri file:///absolute/path/to/file.gd
For entire project:
mcp__ide__getDiagnostics
Note: Only available when IDE MCP server is connected. Skip if unavailable.
Check the diagnostic output for:
Note on diagnostic errors:
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.