update-godot-gdextension-interface
Update Godot GDExtension C header files and json metadata.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Update Godot GDExtension C header files and json metadata.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
| name | update-godot-gdextension-interface |
| description | Update Godot GDExtension C header files and json metadata. |
Run godot --version to determine the godot version:
% godot --version
4.5.1.stable.custom_build.f62fdbde1
godot_headers/ FilesRun make update_godot_headers_from_binary if the extension_api.json doesn't match the godot version:
...
"header": {
"version_major": 4,
"version_minor": 5,
"version_patch": 1,
"version_status": "stable",
"version_build": "custom_build",
"version_full_name": "Godot Engine v4.5.1.stable.custom_build",
"precision": "single"
},
...
This does 2 things
Run make generate