godot-skill-discovery

Parse SKILL.md frontmatter into a searchable skill registry with keywords.

Updated Aug 8, 2026
One-click install
npx skills add https://github.com/kimgea/agent-kit --skill godot-skill-discovery-kimgea
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: godot-skill-discovery
Source: https://github.com/kimgea/agent-kit/tree/main/skills/godot-skill-discovery
Command: npx skills add https://github.com/kimgea/agent-kit --skill godot-skill-discovery-kimgea

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Indexing, metadata parsing, and search orchestration enable efficient navigation of a growing GDSkills library by ensuring each skill is discoverable and consistently described.

Core Features & Use Cases

  • Frontmatter-driven metadata extraction to build a reliable skill registry.
  • Automatic keyword extraction from descriptions to improve search relevance.
  • Lightweight index that powers topic-based discovery and AI-assisted skill matching across Godot tooling.

Quick Start

Use the skill index generator to parse SKILL.md files and build the searchable skill registry.

Frequently Asked Questions about godot-skill-discovery

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

FAQPage Schema
How do I build a searchable registry of Godot skills from SKILL.md files?▼

To build a searchable registry, you parse SKILL.md frontmatter to extract names, descriptions, and keywords. This creates a lightweight index for quick matching of skills to user queries across projects.

What is the best way to extract keywords from skill descriptions for search indexing?▼

Keyword extraction from skill descriptions improves search relevance by automatically identifying terms. This parses SKILL.md frontmatter to build a reliable skill registry with robust search-ready metadata.

Can I use Godot skill metadata for topic-based discovery across multiple projects?▼

Yes, you can use Godot skill metadata for topic-based discovery. The registry applies extracted frontmatter to support AI-assisted skill matching and quick retrieval across projects.

How does frontmatter validation work when indexing GDScript skills?▼

Frontmatter validation enforces consistent metadata structure when indexing GDScript skills. It ensures each skill is discoverable and reliably described before building the searchable registry.

Why do I need a metadata parser for my growing GDSkills library?▼

A metadata parser is needed for a growing GDSkills library to enable efficient navigation. Indexing and search orchestration ensure each skill is discoverable and consistently described across Godot tooling.