Back to list
minami110

godot-doc-search

by minami110

4🍴 0📅 Jan 23, 2026

SKILL.md


name: godot-doc-search description: | Search Godot Engine and GDScript documentation using Deepwiki and Context7. Use when implementing Godot features, looking up APIs, or finding code examples. USE PROACTIVELY when planning Godot/GDScript implementations. context: fork agent: godot-doc-search allowed-tools:

  • mcp__deepwiki__ask_question
  • mcp__context7__resolve-library-id
  • mcp__context7__query-docs

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__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).

Example Queries

TaskDeepwiki QuestionContext7 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)

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon