gdref-agent-operator

Retrieve Godot API documentation and skill contracts via indexed symbol lookups.

2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/DubDev720/gdref --skill gdref-agent-operator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdref-agent-operator
Source: https://github.com/DubDev720/gdref/tree/main/tools/gdref/skill/gdref-agent-operator
Command: npx skills add https://github.com/DubDev720/gdref --skill gdref-agent-operator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a fast and reliable way to find specific Godot API documentation and related skill contracts without relying on slow, imprecise directory scanning.

Core Features & Use Cases

  • Precise Lookups: Quickly find Godot classes, methods, and documentation labels using exact symbol matching.
  • Skill Bridging: Seamlessly connect API symbols to relevant curated skills.
  • Concept Search: Fallback to concept-based retrieval when exact matches aren't found.
  • Use Case: When developing a multiplayer game feature, quickly find the documentation for multiplayer_synchronizer and any associated skills for handling network replication.

Quick Start

Use the gdref-agent-operator skill to find the documentation for the EditorUndoRedoManager class.

Frequently Asked Questions about gdref-agent-operator

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

FAQPage Schema
How do I find Godot API documentation for a specific class without scanning directories?

You can find Godot API documentation using deterministic retrieval through a pre-built index, bypassing slow directory scanning for rapid symbol resolution and precise, low-noise information access.

What is the best way to look up Godot symbols like multiplayer_synchronizer for agentic workflows?

The best way to look up Godot symbols for agentic workflows is using an indexed symbol lookup mechanism that provides exact matching for classes and methods, ensuring precise information access.

Can I connect Godot API symbols to curated skill contracts?

Yes, you can connect Godot API symbols to curated skill contracts through skill bridging, which seamlessly links exact symbol matches to relevant curated skills within the ecosystem.

How do I retrieve Godot documentation when exact symbol matching fails?

When exact symbol matching fails, you can retrieve Godot documentation using fallback concept-based retrieval, which maps related concepts to find relevant API information.

Does deterministic Godot retrieval require any dependencies to operate?

Deterministic Godot retrieval operates without external dependencies, using a pre-built index and internal scripts and references to resolve symbols and map concepts efficiently.