Context7: Official Godot documentation (/websites/godotengine_en)
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: minami110-claude-godot-tools-godot-doc-search3description: GDScript API Lookup4---56# GDScript API Lookup78Research Godot/GDScript implementations using Deepwiki (architecture) and Context7 (API docs).910## Workflow1112### Step 1: Deepwiki ask_question (FIRST)1314Ask about implementation approach:1516```17mcp__deepwiki__ask_question18 repoName: "godotengine/godot"19 question: "How to implement [feature]? What nodes and signals should be used?"20```2122Returns:23- Recommended nodes and scene structure24- Signals and methods to use25- Implementation steps2627### Step 2: Context7 (Code Examples)2829Get code examples using keywords from Step 1:3031```32mcp__context7__query-docs33 libraryId: "/websites/godotengine_en"34 query: "[keywords from Deepwiki response]"35```3637Note: Use `/websites/godotengine_en` for latest documentation (83,702+ snippets).3839## Example Queries4041| Task | Deepwiki Question | Context7 Topic |42|------|-------------------|----------------|43| Damage zone | "How to implement a hazard that damages player on collision in 2D?" | "Area2D body_entered signal" |44| Pickup item | "How to implement collectible items in 2D?" | "Area2D collision pickup" |45| Moving platform | "How to implement moving platforms in 2D platformer?" | "AnimatableBody2D platform" |46| Enemy AI | "How to implement basic enemy AI with patrol and chase behavior?" | "NavigationAgent2D pathfinding" |47| Save system | "How to implement save/load game state?" | "ConfigFile save load" |4849## Sources5051- **Deepwiki**: Godot Engine source code insights (godotengine/godot)52- **Context7**: Official Godot documentation (/websites/godotengine_en)5354---55> Converted and distributed by [TomeVault](https://tomevault.io/claim/minami110) — claim your Tome and manage your conversions.56<!-- tomevault:4.0:skill_md:2026-04-13 -->
Run npx skillmds@latest add tomevault-io/minami110-claude-godot-tools-godot-doc-search in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
GDScript API Lookup It is listed under Integrations & APIs on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.