godot-skill-discovery

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

3|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Totes-MickGOATs/mcgoats-game-template --skill godot-skill-discovery-totes-mickgoats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: godot-skill-discovery
Source: https://github.com/Totes-MickGOATs/mcgoats-game-template/tree/main/engine/godot/skills/godot-skill-discovery
Command: npx skills add https://github.com/Totes-MickGOATs/mcgoats-game-template --skill godot-skill-discovery-totes-mickgoats

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, indexing, and searching through a library of Godot Engine skills, making it easier for AI agents and developers to find the right tools for specific tasks.

Core Features & Use Cases

  • Skill Indexing: Parses SKILL.md files to extract metadata like name, description, and keywords.
  • Search Functionality: Enables searching for skills based on keywords, names, and descriptions.
  • Metadata Validation: Ensures that skills have essential frontmatter like name and description.
  • Use Case: When developing a new game feature, an AI agent can use this skill to quickly find all relevant Godot skills related to "UI elements" or "physics interactions".

Quick Start

Use the godot-skill-discovery skill to find all 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 skills by keyword in a large project library?

To search for Godot skills by keyword, this skill parses SKILL.md files and their YAML frontmatter to index metadata. It then enables efficient keyword-based search across your skill library for quick tool discovery.

What is the best way to index Godot Engine skills from markdown files?

The best way to index Godot Engine skills is by parsing SKILL.md files to extract YAML frontmatter metadata. This skill validates essential fields like name and description, creating a searchable registry for developers and AI agents.

Does Godot skill discovery require GDScript for parsing and indexing logic?

Yes, Godot skill discovery requires GDScript to execute its parsing and indexing logic. The skill uses GDScript to process SKILL.md files, extract YAML frontmatter, and manage the metadata validation workflow.

Can I validate missing metadata in Godot skill files automatically?

Yes, you can validate missing metadata in Godot skill files automatically. This skill performs metadata validation to ensure that SKILL.md files contain essential frontmatter fields like name and description before indexing them into the registry.

When do I need to parse YAML frontmatter for a Godot skill registry?

You need to parse YAML frontmatter for a Godot skill registry when building a searchable index of available tools. This process extracts keywords and descriptions from SKILL.md files, enabling AI agents to find relevant skills for specific game development tasks.