# Minami110 Claude Godot Tools Godot Doc Search

> GDScript API Lookup

- Skill: `tomevault-io/minami110-claude-godot-tools-godot-doc-search` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/minami110-claude-godot-tools-godot-doc-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/minami110-claude-godot-tools-godot-doc-search/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/minami110-claude-godot-tools-godot-doc-search

---


# GDScript API Lookup

Research Godot/GDScript implementations using Deepwiki (architecture) and Context7 (API docs).

## Workflow

### Step 1: Deepwiki ask_question (FIRST)

Ask about implementation approach:

```
mcp__deepwiki__ask_question
  repoName: "godotengine/godot"
  question: "How to implement [feature]? What nodes and signals should be used?"
```

Returns:
- Recommended nodes and scene structure
- Signals and methods to use
- Implementation steps

### Step 2: Context7 (Code Examples)

Get code examples using keywords from Step 1:

```
mcp__context7__query-docs
  libraryId: "/websites/godotengine_en"
  query: "[keywords from Deepwiki response]"
```

Note: Use `/websites/godotengine_en` for latest documentation (83,702+ snippets).

## Example Queries

| 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" |

## Sources

- **Deepwiki**: Godot Engine source code insights (godotengine/godot)
- **Context7**: Official Godot documentation (/websites/godotengine_en)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/minami110) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

