Look up GDScript and Godot Engine documentation using Deepwiki and Context7. Use when you need to find implementation approaches, APIs, or code examples for Godot projects.
/plugin marketplace add minami110/claude-godot-tools/plugin install gdscript-toolkit@claude-godot-toolsThis skill is limited to using the following tools:
Research Godot/GDScript implementations using Deepwiki (architecture) and Context7 (API docs).
Ask about implementation approach:
mcp__deepwiki__ask_question
repoName: "godotengine/godot"
question: "How to implement [feature]? What nodes and signals should be used?"
Returns:
Get code examples using keywords from Step 1:
mcp__context7__get-library-docs
context7CompatibleLibraryID: "/websites/godotengine_en"
topic: "[keywords from Deepwiki response]"
mode: "code"
Note: Use /websites/godotengine_en for latest documentation (83,702+ snippets).
| Task | Deepwiki Question | Context7 Topic |
|---|---|---|
| Damage zone | "How to implement a hazard that damages player on collision in 2D?" | "Area2D body_entered signal" |
| Pickup item | "How to implement collectible items in 2D?" | "Area2D collision pickup" |
| Moving platform | "How to implement moving platforms in 2D platformer?" | "AnimatableBody2D platform" |
| Enemy AI | "How to implement basic enemy AI with patrol and chase behavior?" | "NavigationAgent2D pathfinding" |
| Save system | "How to implement save/load game state?" | "ConfigFile save load" |