godot-skill-discovery

Parse SKILL.md files to index and search Godot Engine skills.

488|36|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-skill-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-skill-discovery
Source: https://github.com/thedivergentai/gd-agentic-skills/tree/main/skills/godot-skill-discovery
Command: npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-skill-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a robust system for discovering and indexing Godot Engine skills, enabling AI agents to efficiently locate relevant tools based on topic or keywords.

Core Features & Use Cases

  • Skill Indexing: Parses SKILL.md files to generate searchable metadata.
  • Keyword Extraction: Identifies and utilizes keywords from skill descriptions for better searchability.
  • Search Functionality: Implements a search mechanism to find skills based on queries.
  • Use Case: When building a new AI agent that needs to interact with Godot Engine, use this skill to quickly find all available skills related to UI design or physics.

Quick Start

Use the godot-skill-discovery skill to search for skills related to 'animation'.

Frequently Asked Questions about godot-skill-discovery

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

FAQPage Schema
How do I search for Godot Engine skills using keywords?

To search for Godot Engine skills, this system parses SKILL.md files to extract metadata and indexes it, allowing AI agents to perform keyword-based searches within a skill library for efficient tool selection.

How does skill indexing work with SKILL.md files?

Skill indexing works by parsing SKILL.md files to extract YAML frontmatter and identify keywords from skill descriptions, generating searchable metadata that AI agents can query.

Do I need GDScript to parse YAML frontmatter for skill metadata?

Yes, you need GDScript for parsing YAML frontmatter and indexing skill metadata to facilitate the discovery of Godot Engine skills.

What is the best way to locate relevant Godot tools for an AI agent?

The best way to locate relevant Godot tools for an AI agent is using a skill discovery mechanism that indexes SKILL.md metadata and allows keyword-based searches within a skill library.

Can I use this skill discovery system to find Godot skills for UI design or physics?

Yes, you can use this skill discovery system to find Godot skills for UI design or physics by running keyword-based searches against the indexed metadata extracted from SKILL.md files.