godot-rag

Retrieve Godot Engine API details from local .rst documentation.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Jorge-D-Robles/vibe-rpg --skill godot-rag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-rag
Source: https://github.com/Jorge-D-Robles/vibe-rpg/tree/main/.gemini/skills/godot-rag
Command: npx skills add https://github.com/Jorge-D-Robles/vibe-rpg --skill godot-rag

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables developers to locate and retrieve exact Godot Engine API details from a local documentation clone, reducing time spent searching.

Core Features & Use Cases

  • Local API lookup: Quickly fetch class references, signals, and GDScript syntax from local docs.
  • Contextual summaries: Read concise excerpts to answer API usage questions.
  • Use Case: When implementing a new Godot feature, search for the relevant API docs and quick examples to guide your code.

Quick Start

Run the search_docs.sh script with a query to retrieve relevant Godot API documentation.

Frequently Asked Questions about godot-rag

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search local Godot API documentation for class references and GDScript syntax?

To search local Godot API documentation, run the search_docs.sh script with a query to retrieve relevant .rst entries containing class references, signals, and GDScript syntax from your local docs clone.

What is the best way to look up Godot Engine API details offline while debugging a project?

The best way to look up Godot Engine API details offline is to parse a local documentation clone using a search script, which returns concise excerpts of API usage directly without requiring an internet connection.

Do I need a local Godot docs clone to retrieve API references for my development environment?

Yes, you need a local Godot docs clone and the search_docs.sh script to parse and return relevant API documentation entries for your development or debugging environment.

Can I fetch contextual summaries and signal definitions from Godot .rst files?

Yes, you can fetch contextual summaries and signal definitions from Godot .rst files by executing a local search script that parses the documentation and returns relevant excerpts for quick reference.

How does local Godot API lookup compare to using online documentation search?

Local Godot API lookup parses a local documentation clone to instantly retrieve exact .rst entries, reducing search time compared to navigating online documentation, while providing offline accessibility.

Why use a local documentation search script instead of manually browsing Godot API references?

Using a local documentation search script avoids manually browsing Godot API references by directly parsing and returning relevant class details and GDScript syntax, significantly reducing time spent searching for exact API usage.