godot-skill-judge

Validate skill folders for SKILL.md, frontmatter, and Godot script syntax.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates the skill library by ensuring every skill folder contains a SKILL.md with proper YAML frontmatter and by performing basic quality checks on scripts and metadata.

Core Features & Use Cases

  • Existence & Metadata Validation: Verifies that each skill contains a SKILL.md with required name and description.
  • Script & Compatibility Checks: Scans Godot scripts for basic syntax errors and verifies compatibility with Godot 4.
  • Continuous Validation: Enables automated, ongoing quality assurance across the skill repository.

Quick Start

Execute the skill_validator.gd script to validate all skills in the repository.

Frequently Asked Questions about godot-skill-judge

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

FAQPage Schema
How do I validate Godot skill metadata and frontmatter across a repository?

To validate Godot skill metadata, run the skill_validator.gd script to check every skill folder for SKILL.md existence, required frontmatter fields like name and description, and basic script syntax errors across the entire repository.

What is the best way to check Godot 4 compatibility for scripts in my skill library?

Checking Godot 4 compatibility involves scanning your Godot scripts for basic syntax errors and cross-version issues. The validator scans all scripts in your skill library to identify compatibility problems before deployment.

How do I lint a Godot skill repository to catch missing SKILL.md files?

Linting a Godot skill repository requires verifying that each skill folder contains a SKILL.md with proper YAML frontmatter. The validation script identifies missing metadata and guides you to fix issues before deployment.

Can I automate continuous quality checks for missing metadata in a Godot skill library?

Automating continuous quality checks for missing metadata is possible by running the validator script across your skill repository. It enables ongoing quality assurance by checking mandatory fields and basic script parsing continuously.

Why does my Godot skill deployment fail due to incomplete frontmatter?

Godot skill deployment may fail due to incomplete frontmatter if the SKILL.md file lacks mandatory fields like name and description. The validator checks frontmatter completeness and provides guidance to fix these issues before deployment.

Does the Godot skill validator work without external dependencies?

The Godot skill validator works without external dependencies, running entirely within your existing Godot environment to perform script parsing, frontmatter validation, and cross-version compatibility checks.